Re: [users@httpd] Intermittent "'www-browser --dump http://localhost:80/server-status' failed" errors generated by "apachectl status"

2021-05-06 Thread Paul Leo
Maybe change environment variable to include full path to www-browser? But this doesn’t explain intermittent nature > On May 6, 2021, at 8:00 AM, Nick Folino wrote: > >  > That appears to be generated by your OS, not the Apache httpd server. > >> On Thu, May 6, 2021 at 9:53 AM Steve Dondley

Re: [users@httpd] mod_jk hasn't worked :FREE MEAL

2021-04-30 Thread Paul Leo
Thanks, You all went above and beyond trying to help. It was impressive to see folks going out of their way to help, but it was getting out of hand > On Apr 30, 2021, at 9:16 AM, Eric Covener wrote: > > On Thu, Apr 29, 2021 at 9:40 PM back Button > wrote: > >> I did the the impossible. >

[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