Subversion URL: http://proj.badc.rl.ac.uk/svn/ndg/mauRepo/MolesManager/trunk/resources/MolesManager_wsgi.conf@8138
Revision 8138,
503 bytes
checked in by mnagni, 9 years ago
(diff) |
Parametrized the Moles_Manager_wsgi.conf
Updated again the urls.py
|
Line | |
---|
1 | ### |
---|
2 | # Configuration for Apache mod_wsgi module |
---|
3 | # This file has to be INCLUDE in a <VirtualHost> tag |
---|
4 | ### |
---|
5 | |
---|
6 | # Possible values include: debug, info, notice, warn, error, crit, |
---|
7 | # alert, emerg. |
---|
8 | LogLevel warn |
---|
9 | |
---|
10 | ErrorLog /var/log/apache2/PROJECT_NAME_PARError.log |
---|
11 | CustomLog /var/log/apache2/PROJECT_NAME_PAR.log combined |
---|
12 | |
---|
13 | WSGIScriptAlias /PROJECT_NAME_PAR PATH_TO_PROJECT_WSGI/wsgi.py |
---|
14 | |
---|
15 | <Directory PATH_TO_DJANGO_PROJECT> |
---|
16 | Order allow,deny |
---|
17 | Allow from all |
---|
18 | </Directory> |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.