blob: 38e01097d67814bfae3126d7fdfb127889803bb9 [file] [log] [blame]
Alias /afe "/usr/local/autotest/frontend/client/www/afeclient.ClientMain"
<Location "/afe">
DirectoryIndex ClientMain.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"
</Location>
Alias /media "/usr/lib/python2.4/site-packages/django/contrib/admin/media"