diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-16 16:08:15 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-16 16:08:15 +0100 |
commit | 7cb0154486f61c9eebc8f8495887bf85a99d39fc (patch) | |
tree | 5819dae64560d9de5ebe9e3fb8f8f440aa7821be | |
parent | 5072a2dad378e28cd060d3e1eeaeedd23ff9099e (diff) |
fixup! 134d993 Use easier to set up log dirs
Using alaveteli subdir means more setup; easier to just prefix the file name with alaveteli. Also use .log rather than _log to keep with original access.log and error.log convention.
-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> |