Preliminary EL6 SCL Python 2.7 support

This commit is contained in:
Graham Mainwaring
2016-03-23 15:46:00 -04:00
parent f35655ed48
commit ba916ed25f
8 changed files with 26 additions and 31 deletions

View File

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

View File

@@ -1,4 +1,5 @@
WSGISocketPrefix /var/run/wsgi
WSGIPythonHome /var/lib/awx/venv/tower
<VirtualHost _default_:80>

View File

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