0

How to change the default port number of Squid On CentOS 7.6

Hello.I am novice to squid,IS there possibility to change the port number of a squid.

Squid Add a comment
AadrikaAnshu
asked Jul 01 2019

Answer

0

Navigate to Squid Configuration file,edit the conf file and save the edits
vim /etc/squid.squid.conf
port 8989

restart the service of squid.
systemctl restart squid
netstat -tulpn | grep squid

With this,Port number of squid has changed

Add a comment
linuxhelp
asked Jul 02 2019
Post your Answer