web/ldt/.htaccess.tmpl
author ymh <ymh.work@gmail.com>
Thu, 10 Jun 2010 19:01:46 +0200
changeset 18 d992dc4ad83f
parent 0 ecdfc63274bf
permissions -rw-r--r--
Merge with d61862b2cfe35bcc16537971186cc82eac60852a

SetHandler python-program
PythonPath "['D:/wuj/dev/ldt', 'D:/wuj/dev/ldt/lib'] + sys.path"
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE ldt.settings
SetEnv PY_USE_XMLPLUS true
PythonInterpreter ldt
PythonOption django.root /dev/ldt/ldt
PythonDebug on
Header set Pragma "no-cache"
Header set Cache-Control "no-cache"
Header set Expires "-1"