summaryrefslogtreecommitdiffstats
path: root/misc/apache/bcfg2.conf
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-03-21 09:18:19 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-03-21 09:19:09 -0500
commitdb749a208ebc48004ef5d26a31d3dda295424c7f (patch)
tree691a1f58bc4060aac8293c0f3b5ef437c1b114b2 /misc/apache/bcfg2.conf
parent0d04e326aa86ebb614dde1ab625dadbbefa784e8 (diff)
downloadbcfg2-db749a208ebc48004ef5d26a31d3dda295424c7f.tar.gz
bcfg2-db749a208ebc48004ef5d26a31d3dda295424c7f.tar.bz2
bcfg2-db749a208ebc48004ef5d26a31d3dda295424c7f.zip
debian: Fix bcfg2-web apache configuration
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'misc/apache/bcfg2.conf')
-rw-r--r--misc/apache/bcfg2.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/apache/bcfg2.conf b/misc/apache/bcfg2.conf
index 6cd5addf5..b8409a513 100644
--- a/misc/apache/bcfg2.conf
+++ b/misc/apache/bcfg2.conf
@@ -4,7 +4,7 @@
#
WSGIScriptAlias /bcfg2 "/usr/share/bcfg2/reports.wsgi"
- WSGISocketPrefix /var/run/httpd/wsgi
+ WSGISocketPrefix /var/run/apache2/wsgi
WSGIDaemonProcess Bcfg2.Server.Reports processes=1 threads=10
WSGIProcessGroup Bcfg2.Server.Reports