Changeset 8071
- Timestamp:
- 25/01/12 15:16:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/resources/MolesManager_wsgi.conf
r8065 r8071 3 3 # This file has to be INCLUDE in a <VirtualHost> tag 4 4 ### 5 ErrorLog /var/log/apache2/PROJECT_NAME_PARError.log6 5 7 8 9 6 # Possible values include: debug, info, notice, warn, error, crit, 7 # alert, emerg. 8 LogLevel warn 10 9 11 10 ErrorLog /var/log/apache2/PROJECT_NAME_PARError.log 12 11 CustomLog /var/log/apache2/PROJECT_NAME_PAR.log combined 13 12 14 WSGIScriptAlias / covPATH_TO_PROJECT_WSGI/wsgi.py13 WSGIScriptAlias / PATH_TO_PROJECT_WSGI/wsgi.py 15 14 16 15 <Directory PATH_TO_DJANGO_PROJECT>
Note: See TracChangeset
for help on using the changeset viewer.