This area allows users to configure IP addresses and ports that are relevant for operation Squid servers. The following entries are intended for the cache proxy.
http_port
Syntax: http_port [hostname or IP address:]Port number
Description: defines the port on which the Squid listens in on HTTP requests. Generally, port 3128 is cited here. If neither hosts names nor IP addresses are available, then the settings are valid for all the integrated IP addresses. Entering multiple ports is also possible.
Example: http_port 192.168.0.1:3128
https_port
Syntax: https_port [IP addresses:]Port number cert=path to SSL certificate [key=path to private SSL key] [options]
Description: the information on the HTTPs port is required if the Squid proxy is to receive the SSL or TLS connections. The path’s information for the applied certificate (in PEM format) is required. If not private SSL key is given, Squid automatically assumes that the PEM file already contains a key. The parameter options allow you to enter additional options according to OpenSSL documentation.
Icp_port
Syntax: icp_port Port number
Description: here you can enter the port via which the Squid ICP receives requests (Internet Cache protocol) or UDP packets. One statement is only necessary if you use multiple proxies that are to communicate with one another. The standard port is 3130; in order to turn off the function enter the parameter 0.
Example: icp_port 3130