[users@httpd] mod_md, VirtualHost, and mod proxy/reverse proxy

2021-04-12 Thread Paul Leo
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

Re: [users@httpd] apache error 500 weirdness

2021-04-12 Thread Daniel Ferradal
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

[users@httpd] Use of "exec" in apachectl in a Docker environment

2021-04-12 Thread Koehler, Martin
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