NameVirtualHost *:80 ServerName localhost ServerAlias localhost ServerAlias 127.0.0.1 DocumentRoot /var/lib/awx/public WSGIScriptAlias / /var/lib/awx/wsgi.py WSGIPassAuthorization On # FIXME: May want to tune these parameters after performance testing. WSGIDaemonProcess awx user=awx group=awx processes=2 threads=20 maximum-requests=1000 display-name="%{GROUP}" WSGIProcessGroup awx Alias /favicon.ico /var/lib/awx/public/static/favicon.ico Alias /static/ /var/lib/awx/public/static/ Order deny,allow Allow from all Order deny,allow Allow from all