_soldat_
24-09-2008, 09:13
Подскажите ни как не пойме в чем трабл, запускаю апаче, а он мне выдает:
Syntax error on line 33 of /usr/local/etc/apache22/extra/httpd-vhosts.conf
CustomLog take two or three arguments, a filename, a custom log format string on format name, and an optional "env=" clause
<VirtualHost 127.0.0.1:80>
DocumentRoot "/usr/local/etc/apache22/data/ex.com"
ServerName ex.com
ErrorLog "var/log/ex.com-error_log"
CustomLog "var/log/ex.com-access_log common"
</VirtualHost>
Syntax error on line 33 of /usr/local/etc/apache22/extra/httpd-vhosts.conf
CustomLog take two or three arguments, a filename, a custom log format string on format name, and an optional "env=" clause
<VirtualHost 127.0.0.1:80>
DocumentRoot "/usr/local/etc/apache22/data/ex.com"
ServerName ex.com
ErrorLog "var/log/ex.com-error_log"
CustomLog "var/log/ex.com-access_log common"
</VirtualHost>