blob: 2081815b58ab421692543e54bf17716322173ce2 [file] [log] [blame]
Alias /new_tko "/usr/local/autotest/frontend/client/www/autotest.TkoClient"
<Location "/new_tko">
DirectoryIndex TkoClient.html
</Location>
<Location "/new_tko/server">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE frontend.settings
PythonDebug On
# Force our own site-packages to be loaded by mod_python prior
# to mod_python's system python site-packages directory.
# This way our code can depend on library versions other than
# those available as packages on various OS distributions.
PythonPath "['/usr/local/autotest/site-packages', '/usr/local/autotest'] + sys.path"
PythonInterpreter tko_interpreter
</Location>