Changed apache log file names to end with .log instead of _log

- Legacy-Id: 897
This commit is contained in:
Vidyut Luther 2007-07-18 11:45:02 +00:00
parent 8a099c958a
commit 8d376b0d90

View file

@ -8,8 +8,8 @@ SetEnv PYTHON_EGG_CACHE /tmp/.python-eggs
#ServerName datatracker.ietf.org
DocumentRoot "/var/www/django_ietf/web/static/"
ErrorLog /var/log/ietf/tracker-error_log
TransferLog /var/log/ietf/tracker-access_log
ErrorLog /var/log/ietf/tracker-error.log
TransferLog /var/log/ietf/tracker-access.log
<Location "/">
PythonPath "['/var/www/django_ietf/web'] + sys.path"