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.
This commit is contained in:
Martin Kosek 2013-03-20 16:40:53 +01:00
parent 48ba165576
commit d27878ce9d

View File

@ -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