blob: 2081815b58ab421692543e54bf17716322173ce2 [file] [log] [blame]
showard35444862008-08-07 22:35:30 +00001Alias /new_tko "/usr/local/autotest/frontend/client/www/autotest.TkoClient"
2<Location "/new_tko">
3 DirectoryIndex TkoClient.html
4</Location>
5
6<Location "/new_tko/server">
7 SetHandler python-program
8 PythonHandler django.core.handlers.modpython
showard250d84d2010-01-12 21:59:48 +00009 SetEnv DJANGO_SETTINGS_MODULE frontend.settings
showard35444862008-08-07 22:35:30 +000010 PythonDebug On
showarda5288b42009-07-28 20:06:08 +000011 # Force our own site-packages to be loaded by mod_python prior
12 # to mod_python's system python site-packages directory.
13 # This way our code can depend on library versions other than
14 # those available as packages on various OS distributions.
15 PythonPath "['/usr/local/autotest/site-packages', '/usr/local/autotest'] + sys.path"
showard35444862008-08-07 22:35:30 +000016 PythonInterpreter tko_interpreter
17</Location>