prestol Posted July 21, 2019 Share Posted July 21, 2019 (edited) 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 ... Edited July 21, 2019 by prestol (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now