Route Apache ProxyPass Configuration Through Another Proxy Server (proxy To Server)

Asked By 0 points N/A Posted on -
qa-featured

I want to make a proxy to a proxy server configured for my designed system. How can I design the same using apache proxypass?

SHARE
Answered By 0 points N/A #318633

Route Apache ProxyPass Configuration Through Another Proxy Server (proxy To Server)

qa-featured

To add a proxy to the proxy remote server you need to add ProxyRemote in your VirtualHost configurations:


ProxyRemote tells about all the proxies that are connected to this proxy.

To establish the connection between different proxies write-in command line

ProxyRemote match remote-server

Match above describes the URL which is supported by the proxy server.

Related Questions