blob: ca8de58db84b81c4c10ed131cb6438b156bfb04b [file] [log] [blame]
showard2074cd82008-06-06 16:31:48 +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"