ServerName cpy.yab.ath.cx
ServerAlias cpy.yab.mmpf.org
ServerAlias cpylocalhost
UseCanonicalName Off
DocumentRoot /Library/WebServer/CherryPy/static/
Alias /static /Library/WebServer/CherryPy/static
WSGIScriptAlias / /Library/WebServer/CherryPy/main.py
Order Allow,Deny
Allow from all
SetHandler None
SetHandler None
AuthType Digest
AuthName "(solutions, you don't want to see this)"
AuthDigestProvider wsgi
WSGIAuthUserScript /Library/WebServer/CherryPy/cherrymg/auth.py
Require valid-user
AuthType Digest
AuthName "(walkthrough, you don't want to see this)"
AuthDigestProvider wsgi
WSGIAuthUserScript /Library/WebServer/CherryPy/cherrymg/auth.py
Require valid-user
WSGIDaemonProcess cpy.yab.ath.cx threads=5 maximum-requests=10000 python-path=/Library/WebServer/CherryPy/:/Library/WebServer/CherryPy/cherrymg/
WSGIProcessGroup cpy.yab.ath.cx
WSGIPassAuthorization On