[mod-security-users] Modsecurity Reverse proxy
Brought to you by:
victorhora,
zimmerletw
|
From: Monah B. <mon...@gm...> - 2019-04-01 00:37:35
|
Hi all, I have 2 servers running on AWS, server one has Apache/Modsecurity and server two running Apache only which also is our www domain server. I modified our DNS entry at our registrar to point our www IP address to server one, and on server one I added the following: ProxyPass "/" "http://www.<domain.com>" ProxyPassReverse "/" "http://www.<domain.com>" I get a This site can’t be reached when accessing the website on my browser. Thanks |