Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: apache/conf/dash-directives

Issue 6730036: Add a new apache/django handler into autotest server. (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « apache/conf/all-directives ('k') | dashboard/__init__.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Alias /dashboard "/usr/local/autotest/dashboard"
2
3 <Location "/dashboard">
4 SetHandler python-program
5 PythonHandler django.core.handlers.modpython
6 SetEnv DJANGO_SETTINGS_MODULE dashboard.settings
7 PythonDebug On
8 # Force our own site-packages to be loaded by mod_python prior
9 # to mod_python's system python site-packages directory.
10 # This way our code can depend on library versions other than
11 # those available as packages on various OS distributions.
12 PythonPath "['/usr/local/autotest/site-packages', '/usr/local/autotest'] + s ys.path"
13 </Location>
OLDNEW
« no previous file with comments | « apache/conf/all-directives ('k') | dashboard/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698