web/ldtplatform/.htaccess.mod_wsgi.tmpl
author verrierj
Thu, 12 Jan 2012 10:09:21 +0100
changeset 351 74f898bd0983
parent 6 7bc847aaccac
permissions -rw-r--r--
Fix bug when computing stat on a project where the media is referenced in the xml but is not included in the contents field


SetEnv DJANGO_SETTINGS_MODULE ldtplatform.settings
SetEnv PROJECT_PATH /iridata/users/wakimd/hg/platform/web
SetEnv PYTHON_PATH /iridata/users/wakimd/Env/Efculture/lib/python2.6/site-packages

Options ExecCGI FollowSymLinks
SetHandler wsgi-script

#if defined in global definition
#defined with WSGIDaemonProcess 
#WSGIProcessGroup platform

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /dev/~wakimd/platform/ldtplatform/modwsgi.wsgi/$1 [QSA,PT,L]

Header set Pragma "no-cache"
Header set Cache-Control "no-cache"
Header set Expires "-1"