Have an Apache Reverse Proxy with VirtualHost snippets as follows:
ServerName foo.somedomain.org
ProxyPreserveHost On
ProxyPass / http://10.0.0.0:443/foo-app/
ProxyPassReverse / http://10.0.0.0:443/foo-app/
ServerName staging.foo.somedomain.org
ProxyPreserveHost On
The first thing I would do is to check If you have an error message in
apache log. If not, that may solely be a php issue and probably this
is not the right list to help debug that. But first things first.
El lun, 12 abr 2021 a las 3:40, Dave Wreski
() escribió:
>
> Hi,
>
> I have an apache-2.4.46
Dear All,
For setting up a webserver in a small docker container it is good practice to
run the server in the foreground via "exec"
See E.g.
https://github.com/docker-library/httpd/blob/master/2.4/httpd-foreground
This ensures that the apache binary gets PID 1 and signals are propagated (and
I t