Merge pull request #89 from lhrc-mikeyp/f16_qpid
Fixes #87 : mod-wsgi permission problems on Fedora 16
This commit is contained in:
commit
67a4cce1ac
@ -75,7 +75,7 @@ APACHE_FIXUPS = {
|
|||||||
'SOCKET_CONF': "/etc/httpd/conf.d/wsgi-socket-prefix.conf",
|
'SOCKET_CONF': "/etc/httpd/conf.d/wsgi-socket-prefix.conf",
|
||||||
'HTTPD_CONF': '/etc/httpd/conf/httpd.conf',
|
'HTTPD_CONF': '/etc/httpd/conf/httpd.conf',
|
||||||
}
|
}
|
||||||
APACHE_FIXUPS_DISTROS = [settings.RHEL6]
|
APACHE_FIXUPS_DISTROS = [settings.RHEL6, settings.FEDORA16]
|
||||||
|
|
||||||
#for when quantum client is not need we need some fake files so python doesn't croak
|
#for when quantum client is not need we need some fake files so python doesn't croak
|
||||||
FAKE_QUANTUM_FILES = ['__init__.py', 'client.py']
|
FAKE_QUANTUM_FILES = ['__init__.py', 'client.py']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user