WSGIDaemonProcess httpbin user=httpbin group=httpbin threads=5 WSGIScriptAlias / /var/www/httpbin/httpbin.wsgi WSGIProcessGroup httpbin WSGIApplicationGroup %{GLOBAL} Order allow,deny Allow from all