Alias /accounts/static /usr/share/fas/static Alias /favicon.ico /usr/share/fas/static/favicon.ico Alias /fedora-server-ca.cert /srv/fedora-infrastructure/fas/fas/fedora-server-ca.cert Alias /fedora-upload-ca.cert /srv/fedora-infrastructure/fas/fas/fedora-upload-ca.cert WSGISocketPrefix /tmp/wsgi # TG implements its own signal handler. WSGIRestrictSignal Off # These are the real tunables WSGIDaemonProcess fas processes=4 threads=2 maximum-requests=1000 user=fas display-name=fas inactivity-timeout=30 WSGIPythonOptimize 2 WSGIScriptAlias /accounts /etc/fas.wsgi/accounts WSGIProcessGroup fas Order deny,allow Allow from all