blob: 184175d38af9b029485b5efbfcbe11d905e9dbe0 [file] [log] [blame]
showardacdbe352008-06-05 23:46:50 +00001Alias /afe "/usr/local/autotest/frontend/client/www/autotest.AfeClient
mblighe8819cd2008-02-15 16:48:40 +00002<Location "/afe">
showardacdbe352008-06-05 23:46:50 +00003 DirectoryIndex AfeClient.html
mblighe8819cd2008-02-15 16:48:40 +00004</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"