Re: [squid-users] how to append to the requests to origin

2008-12-18 Thread Evuraan::ഏവൂരാന്‍
> Aha. What you want is to make the origin server locate and use the > X-Forwarded-For: header. It is designed for this type of usage and Squid > already adds it by default to all requests. It contains the client IP which > sent the request into Squid. Thanks, but that's too generic, I am afraid.

Re: [squid-users] how to append to the requests to origin

2008-12-17 Thread Evuraan::ഏവൂരാന്‍
Thanks for the response. The idea is to make entries in origin's access log easily distinguishable and usefull. The prototype I've is as follows: Anything from my squids to their origin servers should have a "Bill-To" header, something like, ~$ curl -v http://192.168.1.100/index.html -o /dev/nu

[squid-users] how to append to the requests to origin

2008-12-17 Thread Evuraan::ഏവൂരാന്‍
Greetings, I've squid running in non-transparent mode. On a MISS, when it makes requests to the origin, how can something else be passed along with that request? Like a custom signature header? %{Foobar}i or even somehting like: http.setHeader("X-Pew-Pew:Blah-blah-1") thx.!