mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
Updated wsgi.py to get the lib path from distutils.sysconfig
* also re-added the WSGISocketPrefix line to the apache config, since that was broken on RHEL systems, however it is now changed to be in /var/run instead of just run (relative to the httpd root) which didn't work on Ubuntu systems.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
NameVirtualHost *:80
|
||||
WSGISocketPrefix /var/run/wsgi
|
||||
|
||||
<VirtualHost _default_:80>
|
||||
ServerName localhost
|
||||
|
||||
Reference in New Issue
Block a user