web/ldt/.htaccess.tmpl
author ymh <ymh.work@gmail.com>
Tue, 08 Jun 2010 15:44:35 +0200
changeset 5 ae8593287883
parent 0 ecdfc63274bf
permissions -rw-r--r--
correct error changing ldt.ldt to ldt.ldt_utils

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"