Web Proxy

General information

Squid is a web proxy server. It makes web requests in behalf of the client, and inspecting the returned and optionally caches that content so that the next time a client request is made, the content can be served from local disk. This can make web surfing faster. Squid can also forward its requests on to a content filter, such as DansGuardian.

This page determines the general operational settings for squid.

Status

Program version
Process status
Process information
This process runs as a service. When you make and save changes, the configuration files for the service are changed. However, the changes will not be applied until you restart the service.
Daemon control
style="width:100px"> style="width:100px"> style="width:100px">

Configuration

Config status

Primary Listener service

These parameters define the interface and port that the web proxy uses to accept connections.

proxyip
proxyport

Filter Service

These parameters define the ip address and port that the web proxy forwards requests to. This is typically the address that DansGuardian (Web Content Filter) is listening on. If you want this web proxy to handle retrieving the content, then leave these blank.

Filtering is a cpu-intensive process. The FilterRegex is a list of regular expressions that qualify for filtering. Anything not matching the regular expression filter will bypass the content filter. It is safe to leave this at the default settings.

filterip
filterport
FilterRegex

Access Logs

This determines if the visited sites are logged or not.

Log visited sites
> No access log > Use access log

Disk Cache Parameters

This determines if the disk is used for caching. This can speed up web surfing when many clients are accessing the Internet, but it requires a local hard disk.

Enable disk caching
>No >Yes

Allowed Ports

Web servers typically run on port 80; SSL (https) servers typically run on port 443. Some web servers run on other ports as well. These fields list all ports and port ranges that are considered "safe" for the web proxy to handle.

It is safe to leave these values at their default values.

Safe_ports
SSL_ports

Save changes

Save above changes