UBUNTU 14.04x32
----sudo apt-get install squid
----sudo nano /etc/squid3/squid.conf
http_port : This is the default port for the HTTP proxy server, by default it is 3128, you may change it to any other port that you want, you may also add the “transparent” tag to the end of the line like http_port 5252 transparent to make Squid proxy act like a transparent proxy if you want.
http_access deny all : This line won’t let anybody to access the HTTP proxy server, that’s why you need to change it to http_access allow all to start using your Squid proxy server.
-----sudo service squid3 restart
CENTOS 7x64
----yum -y install squid
----nano /etc/squid/squid.conf
Conf da yapılması gereken değişiklikler
http_access deny all --------> http_access allow all
http_port 3128 --------> http_port 5252
-----service squid restart
DEĞİŞİKLİKLERİ KAYDETMEK İÇİN ' CTRL + X ' SONRA y/N = ? Y enter
----sudo apt-get install squid
----sudo nano /etc/squid3/squid.conf
http_port : This is the default port for the HTTP proxy server, by default it is 3128, you may change it to any other port that you want, you may also add the “transparent” tag to the end of the line like http_port 5252 transparent to make Squid proxy act like a transparent proxy if you want.
http_access deny all : This line won’t let anybody to access the HTTP proxy server, that’s why you need to change it to http_access allow all to start using your Squid proxy server.
-----sudo service squid3 restart
CENTOS 7x64
----yum -y install squid
----nano /etc/squid/squid.conf
Conf da yapılması gereken değişiklikler
http_access deny all --------> http_access allow all
http_port 3128 --------> http_port 5252
-----service squid restart
DEĞİŞİKLİKLERİ KAYDETMEK İÇİN ' CTRL + X ' SONRA y/N = ? Y enter