[users@httpd] ProxyPassReverse rewrites Location header where it should not

2017-11-29 Thread Vlad Liapko
I have below config, non essential stuff removed ProxyPassReverse http://backendhost.com ProxyPassReverse / It happens that backend sends Location header already correctly pointing to the front end, no need to rewrite, like this Location:https://frontendhost.com/test/ Apache directive ProxyPas

Re: [users@httpd] Using variables with mod_substitute to rewrite dynamically

2017-11-24 Thread Vlad Liapko
, Vlad From: Luca Toscano Sent: Friday, November 24, 2017 1:06 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Using variables with mod_substitute to rewrite dynamically Hi Vlad, 2017-11-23 16:29 GMT+01:00 Vlad Liapko : Hi, I’m trying to substitute a server name dynamically

[users@httpd] Using variables with mod_substitute to rewrite dynamically

2017-11-23 Thread Vlad Liapko
Hi, I’m trying to substitute a server name dynamically in xml responses Substitute s|http://blah.com|${SERVER_NAME}|n to now success. Apache complains conf variable is not defined, but it is there in VirtualHost. So far I was able only to use and put a specific substitute for a specific host.

[users@httpd] Any solution to fill a login form on behald a user for SSO through reverse proxy

2016-11-15 Thread Vlad Liapko
I need Apache proxy to fill a login form in the background without user to seeing the credentials. Is ReverseProxy-FormFiller the only solution around?