Replaced fqdn variables with homename

This commit is contained in:
Ossi Salmi 2010-11-08 14:16:04 +02:00 committed by Timo Mkinen
parent c871e91a13
commit 45b597c29c
12 changed files with 39 additions and 39 deletions

View file

@ -191,7 +191,7 @@ HostnameLookups Off
# logged here. If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog /srv/www/log/http/<%= fqdn %>/error_log
ErrorLog /srv/www/log/http/<%= homename %>/error_log
#
# LogLevel: Control the number of messages logged to the error_log.
@ -223,7 +223,7 @@ LogFormat "%{User-agent}i" agent
#
# Define an access log for VirtualHosts that don't define their own logfile
CustomLog /srv/www/log/http/<%= fqdn %>/access_log combined
CustomLog /srv/www/log/http/<%= homename %>/access_log combined
# Include of directories ignores editors' and dpkg's backup files,