From 182a686cb1886ac7e3e3dc1dcd9f9922af0bcf54 Mon Sep 17 00:00:00 2001 From: Andreas Brodmann Date: Tue, 8 Jan 2008 15:59:41 +0000 Subject: further step in adapting css changes git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@512 ab2d0c66-481e-0410-8bed-d214d4d58bed --- squid-basic-html.lsp | 68 ++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 37 deletions(-) diff --git a/squid-basic-html.lsp b/squid-basic-html.lsp index 3f55aa5..4768f28 100644 --- a/squid-basic-html.lsp +++ b/squid-basic-html.lsp @@ -19,41 +19,42 @@ ?>

Web Proxy

+

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.

+This page determines the general operational settings for squid.

-

Status

+

Status

- - - - - -
squid is: style="width:100px"> style="width:100px"> style="width:100px">
+

+

squid is:
+
style="width:100px"> + style="width:100px"> + style="width:100px">
+

+

-

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.

-

Configuration

+

Configuration

" .. service.error .. "
\n" ) ?> -

Primary Listener service

+

Primary Listener service

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

- - +
proxyip
+
proxyport
proxyip
proxyport

-

Filter Service

+

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.

@@ -62,41 +63,34 @@ Filtering is a cpu-intensive process. The FilterRegex is a list of regular expre 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

+
filterip
+
filterport
+
FilterRegex
-

Access Logs

-This determines if the visited sites are logged or not.

- - - - -
> No access log
> Use access log

+

Access Logs

+

This determines if the visited sites are logged or not.

+
Log visited sites
+
> No access log +> Use access log
-

Disk Cache Parameters

+

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.

- - - -
>No caching
>Use disk cache

+
Enable disk caching
+
>No +>Yes
-

Allowed Ports

+

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


+
Safe_ports
+
SSL_ports
-
+

-- cgit v1.2.3