Mercurial > odfcast
comparison apache-site.conf @ 83:bb2b32455a6b
Added access logging.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 20 Mar 2015 17:02:44 +0100 |
parents | bd3e5fdd8398 |
children |
comparison
equal
deleted
inserted
replaced
82:c9e424850b3c | 83:bb2b32455a6b |
---|---|
5 WSGIProcessGroup odfcast | 5 WSGIProcessGroup odfcast |
6 | 6 |
7 WSGIScriptAlias / /home/mpuls/odfcast/releases/current/odfcast.wsgi | 7 WSGIScriptAlias / /home/mpuls/odfcast/releases/current/odfcast.wsgi |
8 | 8 |
9 ErrorLog /var/log/apache2/odfcast-error.log | 9 ErrorLog /var/log/apache2/odfcast-error.log |
10 CustomLog /var/log/apache2/odfcast-access.log combined | |
10 </VirtualHost> | 11 </VirtualHost> |