Listen ${RDS_PORT} WSGIDaemonProcess rds user=stack group=stack threads=5 WSGIScriptAlias / ${ORM_BASE}/orm/services/resource_distributor/rds.wsgi Order deny,allow Deny from all Allow from localhost Order deny,allow Deny from all Allow from localhost WSGIProcessGroup rds WSGIApplicationGroup %{GLOBAL} Require all granted Allow from all