lör 2003-02-22 klockan 22.26 skrev Martin, Neil:
> Hi , I would like to be able to hide the below listed http headers using
> Squid 2.5 STABLE1
>
> is this possible?
> Many Thanks
>
> - Neil Martin
>
> HTTP_X_FORWARDED_FOR
> HTTP_VIA
These two you can block with http_header_access. Just remember to use
the HTTP header name and not the CGI variable name.. (X-Forwarded-For,
Via)
> REMOTE_HOST
> REMOTE_ADDR
These two are not HTTP headers and cannot be blocked, as they are
derived by the receiving HTTP server from the address information of the
TCP connection arriving at the server. When using a proxy these will
indicate the address of the proxy.
Regards
Henrik
-- Henrik Nordstrom <hno@squid-cache.org> MARA Systems AB, SwedenReceived on Mon Feb 24 2003 - 03:46:05 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:13:34 MST