| Author |
Message |
bsdguy *nix forums beginner
Joined: 09 Feb 2005
Posts: 9
|
Posted: Thu Mar 03, 2005 10:04 am Post subject:
anonymous squid
|
|
|
does anyone knows how I can configure squid to be fully anonymous ?
Thanks |
|
| Back to top |
|
 |
linuxguru *nix forums beginner
Joined: 26 Feb 2005
Posts: 5
|
Posted: Thu Mar 03, 2005 10:08 am Post subject:
|
|
|
you could use this in your squid.conf
| Code: |
header_access Allow allow all
header_access Authorization allow all
header_access WWW-Authenticate allow all
header_access Cache-Control allow all
header_access Content-Encoding allow all
header_access Content-Length allow all
header_access Content-Type allow all
header_access Date allow all
header_access Expires allow all
header_access Host allow all
header_access If-Modified-Since allow all
header_access Last-Modified allow all
header_access Location allow all
header_access Accept allow all
header_access Accept-Charset allow all
header_access Accept-Encoding allow all
header_access Accept-Language allow all
header_access Content-Language allow all
header_access Mime-Version allow all
header_access Retry-After allow all
header_access Title allow all
header_access All deny all
|
|
|
| Back to top |
|
 |
KerneL *nix forums beginner
Joined: 28 Jan 2005
Posts: 37
|
Posted: Thu Mar 03, 2005 10:13 am Post subject:
|
|
|
|
Hey this means that the other config`s in the squid.conf would be standard? and only the changes would be this lines? |
|
| Back to top |
|
 |
linuxguru *nix forums beginner
Joined: 26 Feb 2005
Posts: 5
|
Posted: Thu Mar 03, 2005 10:15 am Post subject:
|
|
|
|
yes just add those lines to your squid.conf file and restart squid. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|