|
|
|
@ -34,13 +34,13 @@ auditd_log = /dev/null
|
|
|
|
|
# http://svnweb.freebsd.org/ports/head/www/apache24/files/patch-config.layout |
|
|
|
|
# http://svnweb.freebsd.org/ports/head/www/apache22/files/patch-config.layout |
|
|
|
|
|
|
|
|
|
apache_error_log = /usr/local/www/logs/*error[_.]log |
|
|
|
|
apache_error_log = /var/log/httpd-error.log |
|
|
|
|
|
|
|
|
|
apache_access_log = /usr/local/www/logs/*access[_.]log |
|
|
|
|
apache_access_log = /var/log/httpd-access.log |
|
|
|
|
|
|
|
|
|
# http://svnweb.freebsd.org/ports/head/www/nginx/Makefile?view=markup |
|
|
|
|
|
|
|
|
|
nginx_error_log = /var/log/nginx-error.log |
|
|
|
|
nginx_error_log = /var/log/nginx/error.log |
|
|
|
|
|
|
|
|
|
nginx_access_log = /var/log/nginx-access.log |
|
|
|
|
nginx_access_log = /var/log/nginx/access.log |
|
|
|
|
|
|
|
|
|