parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

ParserStatusAllowed not allowed here

Pavel Zagrebelin 28.07.2003 17:18

так можно?
<VirtualHost localhost>
    ServerAdmin zagrebelin@usi.ru
    DocumentRoot C:\tcpip\www\localhost\www
    ServerName localhost
    ErrorLog C:\tcpip\www\localhost\logs\error.log
    CustomLog C:\tcpip\www\localhost\logs\access.log common
    AddHandler parser3-handler .html
    ParserConfig C:\tcpip\parser\auto.p
    ScriptAlias /cgi-bin/ "C:/tcpip/www/localhost/cgi-bin/"
ParserStatusAllowed
</VirtualHost>
C:\tcpip\apache>Apache.exe -t
Syntax error on line 1025 of c:/tcpip/apache/conf/httpd.conf:
ParserStatusAllowed not allowed here
если вынести из <VirtualHost></VirtualHost>, то результат тотже...