summaryrefslogtreecommitdiffstats
path: root/install/conf
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-03-20 16:40:53 +0100
committerMartin Kosek <mkosek@redhat.com>2013-03-29 08:59:50 +0100
commitd27878ce9d274c6e9d10fbdd07fde7589e50fcda (patch)
tree8edc202ae0601b1850fcd07442d2d892548bac56 /install/conf
parent48ba165576db93a26d75c50a01ab1be47bb80a69 (diff)
downloadfreeipa-d27878ce9d274c6e9d10fbdd07fde7589e50fcda.tar.gz
freeipa-d27878ce9d274c6e9d10fbdd07fde7589e50fcda.tar.xz
freeipa-d27878ce9d274c6e9d10fbdd07fde7589e50fcda.zip
Update mod_wsgi socket directory
Fedora 19 splitted /var/run and /run directories. Update mod_wsgi configuration so that it generates its sockets in the right one.
Diffstat (limited to 'install/conf')
-rw-r--r--install/conf/ipa.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf
index a936c7fe6..f3384d056 100644
--- a/install/conf/ipa.conf
+++ b/install/conf/ipa.conf
@@ -1,5 +1,5 @@
#
-# VERSION 11 - DO NOT REMOVE THIS LINE
+# VERSION 12 - DO NOT REMOVE THIS LINE
#
# This file may be overwritten on upgrades.
#
@@ -37,7 +37,7 @@ FileETag None
# FIXME: WSGISocketPrefix is a server-scope directive. The mod_wsgi package
# should really be fixed by adding this its /etc/httpd/conf.d/wsgi.conf:
-WSGISocketPrefix /var/run/httpd/wsgi
+WSGISocketPrefix /run/httpd/wsgi
# Configure mod_wsgi handler for /ipa