Listen {{ wsgi_config.public_port }} WSGIDaemonProcess {{ wsgi_config.group }} processes=3 threads=1 user={{ wsgi_config.user }} group={{ wsgi_config.group }} \ display-name=%{GROUP} WSGIProcessGroup {{ wsgi_config.group }} {% if ingress_internal.ingress_path -%} WSGIScriptAlias {{ ingress_internal.ingress_path }} {{ wsgi_config.wsgi_public_script }} {% endif -%} WSGIScriptAlias / {{ wsgi_config.wsgi_public_script }} WSGIApplicationGroup %{GLOBAL} WSGIPassAuthorization On = 2.4> ErrorLogFormat "%{cu}t %M" ErrorLog {{ wsgi_config.error_log }} CustomLog {{ wsgi_config.custom_log }} combined = 2.4> Require all granted Order allow,deny Allow from all