diff options
Diffstat (limited to 'install')
-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 |