mbligh | e8819cd | 2008-02-15 16:48:40 +0000 | [diff] [blame^] | 1 | Alias /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 | |||||
15 | Alias /media "/usr/lib/python2.4/site-packages/django/contrib/admin/media" |