Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install squid proxy in Linux server
12-30-2009, 03:31 PM
Post: #1
How to install squid proxy in Linux server
Question
How to install squid proxy in Linux server ?

Answer
If you select Squid when installing linux it will be available in your linux server and you have to only configure it.

However if you want to install a fresh copy of squid just follow these steps
(1) Download Squid from www.squid-cache.org

(2) Install it ,
If you download RPM version
# rpm -ivh squid-3.0.STABLE19.tar.gz

If you download compressed tar version
Decompress it
# tar -zxvf squid-3.0.STABLE19.tar.gz
# cd squid-3.0.STABLE19
# ./configure
# make
# make install

That's all , now you have to configure Squid.conf
By default, squid.conf is located at /usr/local/squid/etc/squid.conf
Edit Squid.conf File as per your requirements.

To see status of squid type

service squid Start

To start squid type
service squid Start

To restart squid type
service squid restart

To stop squid

service squid stop

Now configure proxy setting in your client browser and tell client to enjoy the Internet
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: