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
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.
>
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