blob: 38e01097d67814bfae3126d7fdfb127889803bb9 [file] [log] [blame]
mblighe8819cd2008-02-15 16:48:40 +00001Alias /afe "/usr/local/autotest/frontend/client/www/afeclient.ClientMain"
2<Location "/afe">
3 DirectoryIndex ClientMain.html
4</Location>
5
6<Location "/afe/server">
7 SetHandler python-program
8 PythonHandler django.core.handlers.modpython
9 SetEnv DJANGO_SETTINGS_MODULE frontend.settings
10 PythonDebug On
11 PythonPath "['/usr/local/autotest'] + sys.path"
12</Location>
13
14
15Alias /media "/usr/lib/python2.4/site-packages/django/contrib/admin/media"