web/ldtplatform/.htaccess.mod_python.tmpl
author grandjoncl
Thu, 11 Oct 2012 16:39:05 +0200
changeset 842 ca38abd140b3
parent 6 7bc847aaccac
permissions -rw-r--r--
Corrections of the code for the embed popup. Functions are now in the embed_popup.js With chrome the player used to play the video even when it wasn't supposed to be displayed and kept playing when we hid the player. When we changed between div and iframe the player started even when it was suppose to be hidden. It's now solved.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
SetHandler python-program
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
PythonHandler ldt.core.handlers.modpython
2
93d48df946cb change platform to ldtplatform
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     3
SetEnv DJANGO_SETTINGS_MODULE ldtplatform.settings
1
6a2a816d4ba3 correct virtual env res + htaccess + mod wsgi
ymh <ymh.work@gmail.com>
parents: 0
diff changeset
     4
PythonInterpreter platform
2
93d48df946cb change platform to ldtplatform
ymh <ymh.work@gmail.com>
parents: 1
diff changeset
     5
PythonOption django.root /~wakimd/platform/ldtplatform
0
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
PythonOption virtualenv.activate_path /iridata/users/wakimd/Env/Efculture/bin/activate_this.py
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
PythonDebug on
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
PythonPath "['/iridata/users/wakimd/Env/Efculture/lib/python2.6/sites-packages'] + sys.path"
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
Header set Pragma "no-cache"
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
Header set Cache-Control "no-cache"
bdf22b140727 first import
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
Header set Expires "-1"