hello
the application which resides on 192.168.122.10 is behind the reverse proxy 192.168.1.105, when i log in the app sends a request to the client to go to 192.168.122.10, which the client cannot connect to because it needs to first connect to the revertse proxy
..i understand this is a configruation error i nthe application and not an error with httpd
UPDATE:
Looks like i need to update $_SERVER['SERVER_NAME'] variable, in php_ini, to send FQDM instead of ip addresses in "Request URL: XXX"...
SOLUTION
Add turn the perserve host diretive on in the virutalhost configuration file
vi /etc/httpd/conf.d/vm1.conf
...
ProxyPreserveHost On
...
.png.022b5452a8f28f552bc9430097a16da2.png)