Displaying 5 results from an estimated 5 matches for "forwarded_for".
2016 Feb 04
5
Squid as interception HTTPS proxy under CentOS 7
...ern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
# My custom configuration
http_port 8079
http_port 8080 intercept
https_port 8081 ssl-bump intercept generate-host-certificates=on dynamic_cert_mem_cache_size=4MB key=/etc/squid/custom.private cert=/etc/squid/custom.cert
# Anonymous proxy
forwarded_for off
request_header_access Allow allow all
request_header_access Authorization allow all
request_header_access WWW-Authenticate allow all
request_header_access Proxy-Authorization allow all
request_header_access Proxy-Authenticate allow all
request_header_access Cache-Control allow all
request_heade...
2017 May 25
0
CentOS6 and squid34 package ...
...deny to_localhost
http_access allow localnet
http_access allow localhost
http_access deny all
http_reply_access allow all
http_port 3128
cache_dir ufs /var/spool/squid 16400 16 256
coredump_dir /var/spool/squid
nonhierarchical_direct off
visible_hostname proxy.local
unique_hostname proxy.local
forwarded_for off
cache_mem 2560 MB
icon_directory /usr/share/squid/icons
error_directory /etc/squid/errors
as_whois_server whois.ra.net
logformat combined %>A %[ui %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st
"%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh
access_log /var/lo...
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
...% 4320
>
> # My custom configuration
> http_port 8079
> http_port 8080 intercept
> https_port 8081 ssl-bump intercept generate-host-certificates=on
> dynamic_cert_mem_cache_size=4MB key=/etc/squid/custom.private
> cert=/etc/squid/custom.cert
>
> # Anonymous proxy
> forwarded_for off
> request_header_access Allow allow all
> request_header_access Authorization allow all
> request_header_access WWW-Authenticate allow all
> request_header_access Proxy-Authorization allow all
> request_header_access Proxy-Authenticate allow all
> request_header_access Cache-C...
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
...attern . 0 20% 4320
>
> # My custom configuration
> http_port 8079
> http_port 8080 intercept
> https_port 8081 ssl-bump intercept generate-host-certificates=on dynamic_cert_mem_cache_size=4MB key=/etc/squid/custom.private cert=/etc/squid/custom.cert
>
> # Anonymous proxy
> forwarded_for off
> request_header_access Allow allow all
> request_header_access Authorization allow all
> request_header_access WWW-Authenticate allow all
> request_header_access Proxy-Authorization allow all
> request_header_access Proxy-Authenticate allow all
> request_header_access Cache-C...
2007 Jan 08
2
shorewall/dansguardian/squid problem
...eny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 192.168.0.0/24 10.0.0.0/24 127.0.0.1
http_access allow our_networks
http_access allow localhost
http_reply_access allow all
icp_access allow all
forwarded_for off
coredump_dir /var/cache/squid
gravity ~ # grep ^[A-Za-z] /etc/dansguardian/dansguardian.conf
reportinglevel = 3
languagedir = ''/etc/dansguardian/languages''
language = ''ukenglish''
loglevel = 3
logexceptionhits = on
logfileformat = 1
filterip =
filterport = 31...