src/hdabo/.htaccess.mod_python.tmpl
author cavaliet
Tue, 30 Sep 2014 12:31:48 +0200
changeset 344 1473ba25af1f
parent 266 825ff4d6a8ac
permissions -rw-r--r--
advanced search in all renkan lists, language update and debug
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
SetHandler python-program
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
PythonHandler ldt.core.handlers.modpython
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
SetEnv DJANGO_SETTINGS_MODULE ldtplatform.settings
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
PythonInterpreter platform
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
PythonOption django.root /~wakimd/platform/ldtplatform
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
PythonOption virtualenv.activate_path /iridata/users/wakimd/Env/Efculture/bin/activate_this.py
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
PythonDebug on
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
PythonPath "['/iridata/users/wakimd/Env/Efculture/lib/python2.6/sites-packages'] + sys.path"
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
Header set Pragma "no-cache"
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
Header set Cache-Control "no-cache"
896db0083b76 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
Header set Expires "-1"