| author | ymh <ymh.work@gmail.com> |
| Tue, 31 Jul 2012 17:44:44 +0200 | |
| changeset 723 | 6fe56c8896e3 |
| parent 6 | 7bc847aaccac |
| permissions | -rw-r--r-- |
| 0 | 1 |
SetHandler python-program |
2 |
PythonHandler ldt.core.handlers.modpython |
|
| 2 | 3 |
SetEnv DJANGO_SETTINGS_MODULE ldtplatform.settings |
|
1
6a2a816d4ba3
correct virtual env res + htaccess + mod wsgi
ymh <ymh.work@gmail.com>
parents:
0
diff
changeset
|
4 |
PythonInterpreter platform |
| 2 | 5 |
PythonOption django.root /~wakimd/platform/ldtplatform |
| 0 | 6 |
PythonOption virtualenv.activate_path /iridata/users/wakimd/Env/Efculture/bin/activate_this.py |
7 |
PythonDebug on |
|
8 |
PythonPath "['/iridata/users/wakimd/Env/Efculture/lib/python2.6/sites-packages'] + sys.path" |
|
9 |
Header set Pragma "no-cache" |
|
10 |
Header set Cache-Control "no-cache" |
|
11 |
Header set Expires "-1" |