>
> I have applied the custom log patch and wrote the logformat
> directive to
> emulate an Iplanet webserver. I am using squid 2.5STABLE7 in reverse
> proxy (accel) mode. This is my logformat string.
>
> logformat iplanet %>a %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st "%ui"
> "%{Referer}>h" "%{User-Agent}>h" %rm %ru "HTTP/%rv" webserver-1
> "%{Cookie}>h"
>
> The problem I am having is with the get request logging url parameters
> when a cfm page is requested. The Iplanet http server log shows the
> following.
>
> X.X.X.X.73 - - [04/Sep/2004:00:00:02 -0400] "GET
> /test.cfm?articleID=000E7ACE-5686-10CF-94EB83414B7F0000 HTTP/1.1"
>
> However the squid log reads.
>
> X.X.X.73 - - [04/Sep/2004:00:00:02 -0400] "GET
http://X.X.X.X/test.cfm?
HTTP/1.1"
>So I am missing the parameters in the request after the ? Any ideas
>guys??? One other thing I noticed as these parameters are logged in the
>referrer field from a referring page.
What if you set :
strip_query_terms off
in squid.conf.
M.
Received on Fri Nov 05 2004 - 06:52:13 MST
This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:01 MST