######################################################################## # # pgAdmin 4 - PostgreSQL Tools # # Copyright (C) 2013 - 2017, The pgAdmin Development Team # This software is released under the PostgreSQL Licence # ######################################################################### ServerName pgadmin4 WSGIDaemonProcess pgadmin processes=1 threads=25 WSGIScriptAlias / /var/www/pgadmin/pgAdmin4.wsgi WSGIProcessGroup pgadmin WSGIApplicationGroup %{GLOBAL} Order deny,allow Allow from all