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