From d27878ce9d274c6e9d10fbdd07fde7589e50fcda Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 20 Mar 2013 16:40:53 +0100 Subject: 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. --- install/conf/ipa.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/conf') 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 -- cgit