mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Preliminary EL6 SCL Python 2.7 support
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
NameVirtualHost *:443
|
||||
WSGISocketPrefix /var/run/wsgi
|
||||
WSGIPythonHome /var/lib/awx/venv/tower
|
||||
|
||||
# LoadModule ssl_module modules/mod_ssl.so
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
WSGISocketPrefix /var/run/wsgi
|
||||
WSGIPythonHome /var/lib/awx/venv/tower
|
||||
|
||||
<VirtualHost _default_:80>
|
||||
|
||||
|
||||
@@ -1,17 +1,12 @@
|
||||
|
||||
Alias /munin /var/cache/munin/www
|
||||
<Directory /var/cache/munin/www>
|
||||
Alias /munin /var/www/html/munin/
|
||||
<Directory /var/www/html/munin/>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
Options FollowSymLinks
|
||||
|
||||
AuthUserFile /var/lib/awx/.munin_htpasswd
|
||||
AuthName "Munin"
|
||||
AuthType Basic
|
||||
require valid-user
|
||||
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault M310
|
||||
</IfModule>
|
||||
</Directory>
|
||||
</Directory>
|
||||
ScriptAlias /munin-cgi/munin-cgi-graph /var/www/cgi-bin/munin-cgi-graph
|
||||
Reference in New Issue
Block a user