@@ -51,17 +51,17 @@ for filtering. Anything not matching the regular expression filter will bypass t
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.
Log visited sites
-
> No access log
-> Use access log
+
> No access log
+> Use access log
Disk Cache Parameters
@@ -70,8 +70,8 @@ but it requires a local hard disk.
Enable disk caching
-
>No
->Yes
+
>No
+>Yes
Allowed Ports
@@ -81,16 +81,16 @@ servers run on other ports as well. These fields list all ports and port ranges
It is safe to leave these values at their default values.
-
Safe_ports
-
SSL_ports
+
Safe_ports
+
SSL_ports
Save changes
Save above changes
- if #service.error > 0 then ?>
-
Config status
io.write(service.error ) ?>
- end ?>
+<% if #service.error > 0 then %>
+
Config status
<% io.write(service.error ) %>
+<% end %>
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.
@@ -101,10 +101,10 @@ until you restart the service.
diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp
index b41ecde..b441698 100644
--- a/squid-digest-html.lsp
+++ b/squid-digest-html.lsp
@@ -1,4 +1,4 @@
-
+<%
local form = ...
local data = form.option
local service = form.service
@@ -10,7 +10,7 @@
srv2fill = ""
end
-?>
+%>