need logging!

pull/1/head
Ed Summers 2012-01-20 16:24:27 +00:00
parent 15858ff041
commit a1202c9125
1 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,11 @@ WSGIScriptAlias / /opt/regluit/deploy/regluit.wsgi
Alias /static /var/www/static
ErrorLog ${APACHE_LOG_DIR}/unglue.it-error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/unglue.it-access.log combined
</VirtualHost>
<VirtualHost _default_:443>
@ -60,4 +65,9 @@ BrowserMatch "MSIE [2-6]" \
# MSIE 7 and newer should be able to use keepalive
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
ErrorLog ${APACHE_LOG_DIR}/unglue.it-ssl-error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/unglue.it-ssl-access.log combined
</VirtualHost>