diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-25 15:39:46 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-25 15:39:46 +0000 |
commit | 1d37bfdbbe874abd6dcb5563eea19f531de09e1c (patch) | |
tree | 74845e43ed8fa59c7aaafd1a87efaa6b0c83c228 /lib/network/squid.pm | |
parent | c6ba983db7d5a82ee63599e775be0f8211447c72 (diff) | |
download | drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.gz drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.bz2 drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.xz drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.zip |
sync with 2007.1 (because of SVN loss)2007.1
Diffstat (limited to 'lib/network/squid.pm')
-rw-r--r-- | lib/network/squid.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/network/squid.pm b/lib/network/squid.pm index 7ca60d2..0a7dcce 100644 --- a/lib/network/squid.pm +++ b/lib/network/squid.pm @@ -18,7 +18,7 @@ sub write_squid_conf { renamef($squid_conf_file, "$squid_conf_file.old"); output($squid_conf_file, qq( -http_port $squid_conf->{http_port}[0] +http_port $squid_conf->{http_port}[0] transparent hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \\? no_cache deny QUERY @@ -58,9 +58,6 @@ http_access allow localhost http_reply_access allow all icp_access allow all visible_hostname $squid_conf->{visible_hostname}[0] -httpd_accel_host virtual -httpd_accel_with_proxy on -httpd_accel_uses_host_header on append_domain .$internal_domain_name err_html_text $squid_conf->{admin_mail}[0] deny_info ERR_CUSTOM_ACCESS_DENIED all |