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