I have a website (windows IIS) that is very busy and I wanted to setup an SQUID Reverse proxy to offload some of the traffic. I wanted to know what are the best practices, and how to setup it up on a Windows or Unix server.
Asked
Active
Viewed 7,297 times
10
-
Possible duplicate of [Port Forwarding for Squid](http://stackoverflow.com/questions/31532233/port-forwarding-for-squid) – Paul Sweatte Apr 28 '17 at 22:43
-
1That question is very similar, but this is several years older. So wouldn't that be a duplicate of this one? – Ash May 05 '17 at 04:31
1 Answers
-2
I managed to figure this out myself. You can follow the steps on this blog post to follow what I did to get it working: http://ashleyangell.com/2009/03/configuring-a-basic-reverse-proxy-in-squid-on-windows-website-accelerator/

Ash
- 24,276
- 34
- 107
- 152
-
-
As a general rule, posting a link is OK, but you should include the steps in your comment so that if the link ever dies, like this one did, we still have the answer here. – cjbarth Apr 14 '23 at 02:02