Re: [users@httpd] Apache dropping content-length response header from reverse proxy

2025-04-23 Thread Erik Thuning
On 2025-04-23 14:16, Rainer Canavan wrote: > From: Erik Thuning [...] > I have an apache server running as reverse proxy for a tomcat > application using mod_proxy_ajp. An external application pulling data > from mine has a hard requirement to get a content-length header in the > response and w

Re: [users@httpd] Apache dropping content-length response header from reverse proxy

2025-04-23 Thread Rainer Canavan
> From: Erik Thuning [...] > I have an apache server running as reverse proxy for a tomcat > application using mod_proxy_ajp. An external application pulling data > from mine has a hard requirement to get a content-length header in the > response and won't accept transfer-encoding=chunked. Tomcat

[users@httpd] Apache dropping content-length response header from reverse proxy

2025-04-23 Thread Erik Thuning
Hi! I'd be grateful for any insight into what seems like it must be a simple issue, but I can't for the life of me find any answers in the documentation or on the wider internet. I have an apache server running as reverse proxy for a tomcat application using mod_proxy_ajp. An external applic