My issue is very simple but complicated by sudden behavior.
We're unable to resolve it for years so decided to request community's help.
We have application server behind httpd as a reverse proxy,
with basic ldap auth, so only ldap authenticated users are able to get into the application.
( Require valid-user
Allow from all
)
Everything works well and configuration is very basic.
However,
Sometimes like once in a month or two it fails and httpd stops acting like a reverse proxy.
I.e.
https://url/my-app fails with 404 trying to find my-app locally.