[users@httpd] Redirect to backend with received URL as a parameter

2022-12-20 Thread Moreno Andreo
Hi *     I'm serving some kind of a home page to customers, that has to be mapped to a pre-existent backend, and every "home page" URI is entered in a database table, with the backend URL to be called. What I think I have to do is to redirect with some kind of rewrite with the full URL that was

[users@httpd] IIS/WCF Proxying issue

2020-03-05 Thread Moreno Andreo
Hi *, I have an issue using Apache 2.4 on Debian 10 with reverse proxy to an IIS 7.5 server hosting a WCF service. I have a simple     ProxyPass / http://ip.ad.dr.ess:/service/     ProxyPassReverse / http://ip.ad.dr.ess:/service/ If I reference it by browser everything is fine. If I

[users@httpd] Rewriting issue

2020-01-21 Thread Moreno Andreo
Hi, working on Apache 2.4 on Debian 10. I need to achieve this /path/to/uri   ->> http://localhost:333/path/to/another/uri Why is it         ProxyPass http://localhost:333/path/to/another/uri     ProxyPassReverse http://localhost:333/path/to/another/uri     no