web/ldtplatform/.htaccess.mod_python.tmpl
changeset 2 93d48df946cb
parent 1 6a2a816d4ba3
child 6 7bc847aaccac
equal deleted inserted replaced
1:6a2a816d4ba3 2:93d48df946cb
       
     1 SetHandler python-program
       
     2 PythonHandler ldt.core.handlers.modpython
       
     3 SetEnv DJANGO_SETTINGS_MODULE ldtplatform.settings
       
     4 SetEnv PY_USE_XMLPLUS true
       
     5 PythonInterpreter platform
       
     6 PythonOption django.root /~wakimd/platform/ldtplatform
       
     7 PythonOption virtualenv.activate_path /iridata/users/wakimd/Env/Efculture/bin/activate_this.py
       
     8 PythonDebug on
       
     9 PythonPath "['/iridata/users/wakimd/Env/Efculture/lib/python2.6/sites-packages'] + sys.path"
       
    10 Header set Pragma "no-cache"
       
    11 Header set Cache-Control "no-cache"
       
    12 Header set Expires "-1"