[users@httpd] Re: enablereuse, bug or feature?

2022-09-22 Thread Frank Liu
ts to disablereuse. Based on all above, it sounds like Apache enablereuse=on won't work with ProxyPassMatch. We probably should update the Apache docs. Now the question is if mod_proxy_http2, will ProxyPassMatch support connection reuse? Frank On Thu, Sep 22, 2022 at 4:48 PM Frank Liu wr

[users@httpd] enablereuse, bug or feature?

2022-09-22 Thread Frank Liu
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

[EMAIL PROTECTED] URL decoding

2006-02-09 Thread Frank Liu
I have Client -> webserver (with weblogic plugin) -> weblogic app server When the client sends a request to the webserver, eg: GET /mid-tier/forms/test/ABC%3AIssue I am watching the weblogic access log: 1) If the webserver is SunOne/iplanet, I see GET /mid-tier/forms/test/ABC:Issue 2) If the