| Index: apache/conf/dash-directives
|
| diff --git a/apache/conf/dash-directives b/apache/conf/dash-directives
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..822c5f9b271d687111b66eab180fe2085922d8c7
|
| --- /dev/null
|
| +++ b/apache/conf/dash-directives
|
| @@ -0,0 +1,13 @@
|
| +Alias /dashboard "/usr/local/autotest/dashboard"
|
| +
|
| +<Location "/dashboard">
|
| + SetHandler python-program
|
| + PythonHandler django.core.handlers.modpython
|
| + SetEnv DJANGO_SETTINGS_MODULE dashboard.settings
|
| + PythonDebug On
|
| + # Force our own site-packages to be loaded by mod_python prior
|
| + # to mod_python's system python site-packages directory.
|
| + # This way our code can depend on library versions other than
|
| + # those available as packages on various OS distributions.
|
| + PythonPath "['/usr/local/autotest/site-packages', '/usr/local/autotest'] + sys.path"
|
| +</Location>
|
|
|