Hi !
newbie to apache web server
I have set up my httpd.conf file on my host system (192.168.1.1) so that I can direct addresses to use a another pair of machines in a proxy balancer configuration
This appears to work ok
but what is happening at the moment is that an address
eg [
192.168.1.1...]
is proxy balanced to either
[
192.168.1.2...] or
[
192.168.1.3...]
and these are shown in the address bar
I do NOT want the .2 or .3 address to be visible to the original requester.
How do I block or rewrite the proxy balancer pair so that their addresses are not shown.
Regards
Sue