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 <[EMAIL PROTECTED]> MARA Systems AB, Sweden
