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 &g

[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

[users@httpd] Secure websockets and proxying

2024-01-23 Thread Erik Thuning
-13T03:26:51 Relevant documentation: https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#wsupgrade Regards, Erik Thuning - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Modifying an environment variable

2020-10-13 Thread Erik Thuning
Hi! I have apache 2.4 as a reverse proxy in front of a go application in order to integrate with my SSO. The proxied app apparently doesn't allow @ in usernames, which becomes a problem because all usernames that will be coming in from SSO are of the format "f...@example.com". I would like t

Re: [users@httpd] Allow relative paths in Directory directives?

2020-09-11 Thread Erik Thuning
ucture. https://httpd.apache.org/docs/2.4/mod/core.html#directory https://httpd.apache.org/docs/2.4/mod/core.html#directorymatch Cheers, Gillis On Fri, Sep 11, 2020 at 11:30 AM Erik Thuning <mailto:thun...@dsv.su.se>> wrote: Hi! This is something that I keep thinking about when I

[users@httpd] Allow relative paths in Directory directives?

2020-09-11 Thread Erik Thuning
ble to find any explicit rationale for the way the directive works right now, so I don't know if I'm missing anything fundamental that would make this unworkable. I would be thankful for any feedback pointing me to such a rationale if it exist