From 0cef6a3d1fd29f80961f1776e09ef78da5148e69 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Thu, 29 Sep 2011 23:52:30 +0200 Subject: rowhelper does not like me, so adding textboxes :-( --- config/squid-reverse/squid_reverse.xml | 120 ++++++++++++++++++++++++--------- 1 file changed, 88 insertions(+), 32 deletions(-) (limited to 'config/squid-reverse') diff --git a/config/squid-reverse/squid_reverse.xml b/config/squid-reverse/squid_reverse.xml index 62379c35..72fac2ba 100644 --- a/config/squid-reverse/squid_reverse.xml +++ b/config/squid-reverse/squid_reverse.xml @@ -110,7 +110,7 @@ Enable HTTP reverse mode. reverse_http - If this field is checked, the proxy-server will act in HTTP reverse mode. (You have to add a rule with destination "WAN-address") + If this field is checked, the proxy-server will act in HTTP reverse mode. <br>(You have to add a rule with destination "WAN-address") checkbox reverse_http_port,reverse_http_defsite @@ -132,11 +132,10 @@ 60 localhost - Enable HTTPS reverse mode. reverse_https - If this field is checked, the proxy-server will act in HTTPS reverse mode. (You have to add a rule with destination "WAN-address") + If this field is checked, the proxy-server will act in HTTPS reverse mode. <br>(You have to add a rule with destination "WAN-address") checkbox reverse_https_port,reverse_ssl_cert,reverse_https_defsite,ignore_ssl_valid @@ -158,9 +157,8 @@ 60 localhost - - reverse SSL Certificate + reverse SSL certificate reverse_ssl_cert Choose the SSL Server Certificate here. select_source @@ -168,56 +166,114 @@ descr refid - - Ignore internal Certificate validation. - ignore_ssl_valid - If this field is checked, internal certificate validation will be ignored. + Reset TCP connections if request is unauthorized. + deny_info_tcp_reset + If this field is checked, the reverse-proxy will reset the TCP connection if the request is unauthorized. checkbox - on extension methods extension_methods - This field defines additional extension methods for the proxy to use. (RPC_IN_DATA RPC_OUT_DATA for RPC over HTTP -> Outlook Anywhere) + This field defines additional extension methods for the proxy to use. <br>(RPC_IN_DATA RPC_OUT_DATA for RPC over HTTP -> Outlook Anywhere) input 80 RPC_IN_DATA RPC_OUT_DATA - Reset TCP connections if request is unauthorized. - deny_info_tcp_reset - If this field is checked, the reverse-proxy will reset the TCP connection if the request is unauthorized. + Ignore internal Certificate validation. + reverse_ignore_ssl_valid + If this field is checked, internal certificate validation will be ignored. checkbox on - + - published server peer IP + <b>peer definitions</b> <br>publishing hosts reverse_cache_peer - This is the internal published server peer IP. - input - 15 - internalhost + Enter each peer definition on a new line. Directives have to be separated by a semicolon(;). <br>syntax: [peer alias];[internal ip address]:[port];[HTTP / HTTPS] <br>example: HOST1;192.168.0.1:80;HTTP <br><i>WRONG SYNTAX USAGE WILL RESULT IN SQUID NOT STARTING</i> + + textarea + 60 + 10 + base64 + + <b>URI definitions</b> <br>published URIs + revrse_uri + Enter each reverse acl definition on a new line. Directives have to be separated by a semicolon(;).<br>syntax: [group the uri belongs to];[URI to publish] (a group can contain multiple URIs) <br>example: URI1;public <br><i>WRONG SYNTAX USAGE WILL RESULT IN SQUID NOT STARTING</i> + + textarea + 60 + 10 + base64 + + + <b>ACL definitions</b> <br>published URIs + reverse_acl + Enter each reverse acl definition on a new line. Directives have to be separated by a semicolon(;). <br>syntax: [peer alias];[uri group alias] <br>example: HOST1;URI1 <br><i>WRONG SYNTAX USAGE WILL RESULT IN SQUID NOT STARTING</i> + + textarea + 60 + 10 + base64 + + -- cgit v1.2.3