I did some more research and here are some findings:
1) Based on https://httpd.apache.org/docs/2.4/mod/mod_proxy.html ,
enablereuse default to On. This means if I remove it, it should be the same
as I set it to On. Unfortunately, this contradicts my observation in my
original email.
2) https://ww
Hi,
I am using the bundled apache on Debian 10 and Debian 11 as a reverse
proxy. I found one problem that is only in Debian 11 which bundles apache
2.4.54. The Debian 10 bundled apache 2.4.38 seems to work as expected.
ProxyPassMatch ^/(prod|dev)/([-a-z0-9]+)/(.*)$ http://$2.internal/$1/$2/$3
en