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
Код:
Код: Выделить всё
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"