web/ldtplatform/.htaccess.mod_python.tmpl
changeset 9 fc82129bcae4
parent 8 ffdbee7b92ed
child 10 d7b002d618fb
equal deleted inserted replaced
8:ffdbee7b92ed 9:fc82129bcae4
     1 SetHandler python-program
       
     2 PythonHandler ldt.core.handlers.modpython
       
     3 SetEnv DJANGO_SETTINGS_MODULE ldtplatform.settings
       
     4 PythonInterpreter platform
       
     5 PythonOption django.root /~wakimd/platform/ldtplatform
       
     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"