That worked, Thanks.  I don't know how I could have missed that. 

Steve Searles 

-----Original Message-----
From: Elsen Marc [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 05, 2004 8:52 AM
To: Steve Searles; [EMAIL PROTECTED]
Subject: RE: [squid-users] URL Parameters in access.log


 
> 
> 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.

Reply via email to