Hello, For a website, I created a reverse proxy config file under the "/etc/httpd/conf.d/" directory as below:
<VirtualHost *:80> ProxyPreserveHost On ProxyPass / http://192.168.1.4/ ProxyPassReverse / http://192.168.1.4/ </VirtualHost> If I have other servers, then I must create a config file for each of them or I just need to add my servers IP addresses to the above file? Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org