web/ldtplatform/.htaccess.mod_python.tmpl
author cavaliet
Thu, 04 Aug 2011 12:54:02 +0200
changeset 125 5c3ed9c919bb
parent 6 7bc847aaccac
permissions -rw-r--r--
New search feature on top right corner. Advanced search included in published projects tab. Colored icons. Change css to avoid scroll on contents and projects table.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
SetHandler python-program
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
PythonHandler ldt.core.handlers.modpython
2
93d48df946cb change platform to ldtplatform
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     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
93d48df946cb change platform to ldtplatform
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     5
PythonOption django.root /~wakimd/platform/ldtplatform
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
PythonOption virtualenv.activate_path /iridata/users/wakimd/Env/Efculture/bin/activate_this.py
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
PythonDebug on
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
PythonPath "['/iridata/users/wakimd/Env/Efculture/lib/python2.6/sites-packages'] + sys.path"
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
Header set Pragma "no-cache"
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
Header set Cache-Control "no-cache"
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
Header set Expires "-1"