# To enable the /pgadmin4 alias, run # a2enmod wsgi && a2enflag PGADMIN && rcapache2 restart # This will make /pgadmin4 available on all virtual hosts. # # If you want to have the /pgadmin4 alias only on a specific # virtual host, add the alias to the config of that vhost. WSGIDaemonProcess pgadmin processes=1 threads=25 WSGIScriptAlias /pgadmin4 PYTHONSITELIB/pgadmin4-web/pgAdmin4.wsgi WSGIProcessGroup pgadmin WSGIApplicationGroup %{GLOBAL} # Apache 2.4 Require all granted # Apache 2.2 Order Deny,Allow Deny from All Allow from 127.0.0.1 Allow from ::1