summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-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 b9b4b0452..6cd5addf5 100644
--- a/misc/apache/bcfg2.conf
+++ b/misc/apache/bcfg2.conf
@@ -4,7 +4,7 @@
#
WSGIScriptAlias /bcfg2 "/usr/share/bcfg2/reports.wsgi"
- WSGISocketPrefix run
+ WSGISocketPrefix /var/run/httpd/wsgi
WSGIDaemonProcess Bcfg2.Server.Reports processes=1 threads=10
WSGIProcessGroup Bcfg2.Server.Reports