<div dir="ltr">Hi,<div><br></div><div>I have set up squid in reverse proxy mode to cache an apache webserver hosted in linux vm.</div><div><br></div><div>IP of my squid reverse proxy is 10.0.0.1 and 10.0.0.2 is the ip of webserver which is also a linux vm</div><div><br></div><div>my config is as follows</div><div><br></div><div>#acl squidallow dstdomain <a href="http://testsquid.com">testsquid.com</a></div><div>#</div><div>#</div><div><div>#http_port <a href="http://10.0.0.1:80">10.0.0.1:80</a> accel defaultsite=<a href="http://testsquid.com">testsquid.com</a></div><div>#</div><div>#</div><div>#cache_peer 10.0.0.2 parent 80 0 no-query originserver name=squidtest<br></div><div>#cache_peer_access squidtest allow allowsquid</div></div><div><br></div><div><br></div><div>In the squid proxy machine i have edited the host file and set <a href="http://testsquid.com">testsquid.com</a> 10.0.0.1(which is the ip of proxy machine itself), as proxy is configured in reverse mode, it is supposed to serve the static page from webserver(10.0.0.2).</div><div><br></div><div>But when i open browser and search for <a href="http://testsquid.com">testsquid.com</a>, squid is logging request but returning a TCP_DENIED/403 status.</div><div><br></div><div>Is there anything additionally required in squid config?</div><div><br></div><div>Thanks in advance,</div><div>Joseph</div></div>