# vim: set ft=apache : WSGIDaemonProcess dchwww \ user=webapp.dchwww \ group=webapp.dchwww \ python-home=/srv/www/dustin.hatch.name/venv \ display-name=%{GROUP} ServerName dustin.hatch.name WSGIScriptAlias / /srv/www/dustin.hatch.name/site.py \ process-group=dchwww Alias /static /srv/www/dustin.hatch.name/static Require all granted