Re: [users@httpd] mod_substitute not firing with HTTP Status Code 201?

2018-09-17 Thread Maarten Boekhold
Hi, Careful reading of the mod_filter documentation pointed me to the issue: mod_filter by default only filters documents with Status Code 200. You need to "SetEnv filter-errordocs" to make it work with other status codes... Maarten On 09/17/2018 12:14 PM, Maarten Boekhold wrot

[users@httpd] mod_substitute not firing with HTTP Status Code 201?

2018-09-17 Thread Maarten Boekhold
Hi, I have a Substitute statement defined for a specific Location as:     FilterChain SUBST     ProxyPass stuff     Substitute s|fromText|toText|n A specific request that is handled by this Location returns with HTTP Status Code 201. The substitution does **not** take place. Another

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
e, rewrite, inflate, if you so desire. Regards,Gillis On Tue, Sep 4, 2018 at 3:19 PM, Maarten Boekhold wrote: Hi all, I decided to force HTTPD to remove the Accept-Encoding: gzip, deflate from the request, using: RequestHeader unset Accept-Encoding Now the response is properly processed by HTTP

Re: [users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Is this a known limitation? Regards, Maarten On 09/04/2018 11:53 AM, Maarten Boekhold wrote: Hi all, Apache HTTPD 2.4.34 on Windows 10 downloaded from Apache Haus. I'm trying to move a corporate application behind a reverse proxy. In the process, I need to move the path this application

[users@httpd] Reverse Proxy trouble with mod_substitute

2018-09-04 Thread Maarten Boekhold
Hi all, Apache HTTPD 2.4.34 on Windows 10 downloaded from Apache Haus. I'm trying to move a corporate application behind a reverse proxy. In the process, I need to move the path this application is published on, eg: /webapp1 --> /suite/webapp1 "webapp1" contains a specific JSP that returns an