aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-07-16 15:54:12 +0100
committerGareth Rees <gareth@mysociety.org>2014-07-16 15:54:12 +0100
commit5072a2dad378e28cd060d3e1eeaeedd23ff9099e (patch)
tree621429f52cf204bf081ac07ff9b1d0cd8e6e9049
parent2a0c4d7703c069818945830b1f6ccae29113ed1a (diff)
fixup! 134d993 use apache2 rather than httpd for log dir
For dumb Debian convention
-rw-r--r--config/httpd-vhost.conf-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example
index 990e5d712..fca84c00d 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/httpd/www.example.com/error_log
- CustomLog /var/log/httpd/www.example.com/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>