Re: apache virtualhost

2021-01-06 Thread Aditya Toshniwal
Hi, You need to provide the python-home as well. Refer - https://www.pgadmin.org/docs/pgadmin4/4.29/server_deployment.html#apache-httpd-configuration-linux-unix On Sat, Jan 2, 2021 at 1:20 PM Abdeldjalil FELLAH wrote: > on centos8 and apache2.4 I installed postgres13 and pgadmin4 and a php > ap

apache virtualhost

2021-01-01 Thread Abdeldjalil FELLAH
on centos8 and apache2.4 I installed postgres13 and pgadmin4 and a php application I configured single virtualhost as follow: DocumentRoot /var/www/myapp1/public AllowOverride All LoadModule wsgi_module modules/mod_wsgi.so WSGIDaemonProcess pgadmin processe