summaryrefslogtreecommitdiffstats
path: root/misc/apache/bcfg2.conf
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2010-10-21 12:51:12 -0500
committerSol Jerome <sol.jerome@gmail.com>2010-11-02 20:35:19 -0500
commitbccfe3f9f173f3fa5fb86914778e48d9923bc2ae (patch)
tree934c3e2d52cc9c5d1b458db9d0ded9660c080dba /misc/apache/bcfg2.conf
parent31688574736713d0f9bf33ed0c3a9ae8e5b0c718 (diff)
downloadbcfg2-bccfe3f9f173f3fa5fb86914778e48d9923bc2ae.tar.gz
bcfg2-bccfe3f9f173f3fa5fb86914778e48d9923bc2ae.tar.bz2
bcfg2-bccfe3f9f173f3fa5fb86914778e48d9923bc2ae.zip
web_reports: Moved location of reports.wsgi to a more stable location
Diffstat (limited to 'misc/apache/bcfg2.conf')
-rw-r--r--misc/apache/bcfg2.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/apache/bcfg2.conf b/misc/apache/bcfg2.conf
index 2963091ec..b9b4b0452 100644
--- a/misc/apache/bcfg2.conf
+++ b/misc/apache/bcfg2.conf
@@ -1,10 +1,8 @@
-LoadModule wsgi_module modules/mod_wsgi.so
-
<IfModule mod_wsgi.c>
#
# If the root is changed update the static content alias as well
#
- WSGIScriptAlias /bcfg2 "/usr/lib/python2.4/site-packages/Bcfg2/Server/Reports/reports.wsgi"
+ WSGIScriptAlias /bcfg2 "/usr/share/bcfg2/reports.wsgi"
WSGISocketPrefix run
WSGIDaemonProcess Bcfg2.Server.Reports processes=1 threads=10