diff options
-rw-r--r-- | config/httpd-vhost.conf-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index fca84c00d..8895f1531 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -15,8 +15,8 @@ # TODO: Remove this and use PassengerUser SuExecUserGroup foi foi - ErrorLog /var/log/apache2/alaveteli/error_log - CustomLog /var/log/apache2/alaveteli/access_log combined + ErrorLog /var/log/apache2/alaveteli_error.log + CustomLog /var/log/apache2/alaveteli_access.log combined # App server configuration <IfModule mod_passenger.c> |