Re: [users@httpd] Proxy Issues

2015-07-16 Thread Marat Khalili
Hello Matthew, You can use both forward proxy and reverse proxy configuration for your problem. In reverse proxy configuration server B pretends to be server Z, therefore the following command should be used from any server: $ curl http://server-b.proxy This is what you seem to have configured

[users@httpd] Proxy Issues

2015-07-16 Thread Matthew Javelet
Hello Everyone, I'm having a bit of a struggle figuring out how to apply my _solution_ for this current issue I'm facing. I have server A & server B that both need to reach an external service, server Z. Server B has access while A does not, so we are wanting to make a proxy to mediate the reques