mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 09:06:44 -06:00
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:
parent
48ba165576
commit
d27878ce9d
@ -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.
|
# This file may be overwritten on upgrades.
|
||||||
#
|
#
|
||||||
@ -37,7 +37,7 @@ FileETag None
|
|||||||
|
|
||||||
# FIXME: WSGISocketPrefix is a server-scope directive. The mod_wsgi package
|
# 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:
|
# 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
|
# Configure mod_wsgi handler for /ipa
|
||||||
|
Loading…
Reference in New Issue
Block a user