aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/33
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2013-06-07 03:52:39 -0300
committerMarcello Coutinho <marcellocoutinho@gmail.com>2013-06-07 03:52:39 -0300
commit8ba97bb7780495943c2d50547514d5b388d06329 (patch)
tree84742aebb3b59a60f89390c00214adcc9af8a323 /config/squid3/33
parentee6c400fe47de2e632fe5144efb4b259db5cfde4 (diff)
downloadpfsense-packages-8ba97bb7780495943c2d50547514d5b388d06329.tar.gz
pfsense-packages-8ba97bb7780495943c2d50547514d5b388d06329.tar.bz2
pfsense-packages-8ba97bb7780495943c2d50547514d5b388d06329.zip
squid3-dev - remove obsolete ignore_expect_100 option and include info on gui for owa ssl offload
Diffstat (limited to 'config/squid3/33')
-rwxr-xr-xconfig/squid3/33/squid_reverse.inc2
-rwxr-xr-xconfig/squid3/33/squid_reverse_general.xml5
2 files changed, 5 insertions, 2 deletions
diff --git a/config/squid3/33/squid_reverse.inc b/config/squid3/33/squid_reverse.inc
index eb2d4c73..6ca97711 100755
--- a/config/squid3/33/squid_reverse.inc
+++ b/config/squid3/33/squid_reverse.inc
@@ -174,7 +174,7 @@ function squid_resync_reverse() {
array_push($owa_dirs,'autodiscover');
if($settings['reverse_owa_webservice']){
array_push($owa_dirs,'EWS');
- $conf .= "ignore_expect_100 on\n";
+ //$conf .= "ignore_expect_100 on\n"; Obsolete on 3.3
}
}
if (is_array($owa_dirs))
diff --git a/config/squid3/33/squid_reverse_general.xml b/config/squid3/33/squid_reverse_general.xml
index 2211bb20..374666d7 100755
--- a/config/squid3/33/squid_reverse_general.xml
+++ b/config/squid3/33/squid_reverse_general.xml
@@ -200,7 +200,10 @@
<field>
<fielddescr>Enable OWA reverse proxy</fielddescr>
<fieldname>reverse_owa</fieldname>
- <description>If this field is checked, squid will act as an accelerator/ SSL offloader for Outlook Web App.</description>
+ <description><![CDATA[If this field is checked, squid will act as an accelerator/ SSL offloader for Outlook Web App.<br><br>
+ See also:<br>
+ <a target=_new href='http://support.microsoft.com/?scid=kb%3Ben-us%3B327800&x=17&y=16'>How to configure SSL Offloading for Outlook Web Access in Exchange 2000 Server and in Exchange Server 2003</a>
+ ]]></description>
<type>checkbox</type>
<enablefields>reverse_owa_ip,reverse_owa_activesync,reverse_owa_rpchttp,reverse_owa_webservice,reverse_owa_autodiscover</enablefields>
</field>