From d3f6fac84e5ed293b121ce0d92f07eb438cf6c96 Mon Sep 17 00:00:00 2001
From: Andreas Brodmann
Date: Mon, 14 Jan 2008 15:16:51 +0000
Subject: 1) you can now change to auth methods 2) tags insertion into config
file solved with default config 3) modifications on views to look better with
css
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@563 ab2d0c66-481e-0410-8bed-d214d4d58bed
---
squid-saccess-html.lsp | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
create mode 100644 squid-saccess-html.lsp
(limited to 'squid-saccess-html.lsp')
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp
new file mode 100644
index 0000000..322be02
--- /dev/null
+++ b/squid-saccess-html.lsp
@@ -0,0 +1,43 @@
+
+ local form = ...
+ local data = form.option
+ local service = form.service
+
+ local srv1fill = ""
+ local srv2fill = "disabled"
+ if service.status == "running" then
+ srv1fill = "disabled"
+ srv2fill = ""
+ end
+
+?>
+Web Proxy - Special Access
+
+
+ The squid web proxy server is normally configured to require authenticated access. In some cases, such
+ as anti-virus update programs, the process cannot authenticate itself to the proxy server. For these
+ special cases, it is possible to have squid allow anonymous access to the Internet.
+ You may choose to specify the special cases by specific ip address, browser identification or destination
+ domain.
+
+
+
+
--
cgit v1.2.3