blob: e2cb888ed580ed3e78fec60adf9df388f4bc8bd8 [file] [log] [blame]
Alias /afe "/usr/local/autotest/frontend/client/www/autotest.AfeClient"
<Location "/afe">
DirectoryIndex AfeClient.html
</Location>
<Location "/afe/server">
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE frontend.settings
PythonDebug On
PythonPath "['/usr/local/autotest'] + sys.path"
PythonInterpreter afe_interpreter
</Location>