diff options
author | Martin Kosek <mkosek@redhat.com> | 2013-03-20 16:40:53 +0100 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-03-29 08:59:50 +0100 |
commit | d27878ce9d274c6e9d10fbdd07fde7589e50fcda (patch) | |
tree | 8edc202ae0601b1850fcd07442d2d892548bac56 | |
parent | 48ba165576db93a26d75c50a01ab1be47bb80a69 (diff) | |
download | freeipa-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.
-rw-r--r-- | install/conf/ipa.conf | 4 |
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 |