showard | 2074cd8 | 2008-06-06 16:31:48 +0000 | [diff] [blame^] | 1 | Alias /afe "/usr/local/autotest/frontend/client/www/autotest.AfeClient" |
mbligh | e8819cd | 2008-02-15 16:48:40 +0000 | [diff] [blame] | 2 | <Location "/afe"> |
showard | acdbe35 | 2008-06-05 23:46:50 +0000 | [diff] [blame] | 3 | DirectoryIndex AfeClient.html |
mbligh | e8819cd | 2008-02-15 16:48:40 +0000 | [diff] [blame] | 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" |