День добрый!
Для виртуального хоста сделал стандартную штуковину, чтобы все
.shtml файлы перекидывались с server-parsed на myhandler.
Сделал это след. образом:
<Directory "/usr/local/apache/htdocs/avm">
AllowOverride None
Options +ExecCGI -Includes
AddHandler myhandl .shtml
Action myhandl /cgi-bin/path.cgi
Order allow,deny
Allow from all
</Directory>
Работает, но в лог все время идет:
[Mon Mar 6 14:06:48 2000] [warn] [client 192.168.0.4] handler "myhandl" not found for: /usr/local/apache/htdocs/avm/index.shtml
LogLevel стоит как warn
Это нормальная для Апача ситуация или я что-то забыл указать?
Такая же беда возникает при указании любого типа (расширения).
С уважением, Алексей В. Меледин
InterForge Developers Group, Saint-Petersburg
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.