Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL.
How to Install Squid on CentOS 6 is really simple there is no change like privious version of CentOS 5, CentOS 4 etc.
1. Install CentOS 6 as normal we Install CentOS 6 as Server.
2. run the command : root#yum -y install squid , this command will install squid on your server after installation you need to update/edit and single squid configuration file as below:
3. The squid configuration file is located in etc/squid/ so write the command as root# vi /etc/squid/squid.conf and change the following
# line 31: add ( define new ACL )
once you have completede the aboce setup there are little more to do with squid
request_header_access Referer deny all
request_header_access X-Forwarded-For deny all
request_header_access Via deny all
request_header_access Cache-Control deny all
Your IP Address is:
98.80.143.34
Recent Comments