Summary.Net Archives
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Summary-Talk] server detection



I see what was happening. Anything that matches one of the patterns 
configured in "Names that '/' defaults to" gets it's file name portion 
removed. So "/index.html" --> "/". Because the pattern was index.* it was 
removing the query string as well ("/index.html?foo" --> "/"). Now that 
you have adjusted the pattern to not match requests with query strings, 
the Google referred requests are coming through correctly.

That should resolve your problem.

What should probably really happen is that when index.* is one of the 
default names then requests, "/index.html?foo" should be transformed to 
"/?foo". That is the only way for all of the requests for the default 
page to combine correctly. I will add that to the wish list. When/if I do 
that you will need to adjust your configuration slightly.

Jason


On 9/22/03 11:56 AM Michelle A. Hoyle (mahlist@transcena.com) wrote:

>It didn't show up in Summary's Requests report at all.  Even though I 
>could see them in the raw log.  I turned off the Options -> Treat 
>"/x" as "/x/" if "/x/" occurs.
>
>I noticed that Misc -> Name that / defaults to was set to index.* and 
>default.*.  That's probably been that way for years.  I reset it to 
>index.html, index.htm, index.php. index.cgi, default.html and 
>default.htm.  Now I can see the page request showing up as the top 
>page requested, but I still can't see it in the list of All Requests 
>anywhere (or is it consolidated just into / ?)
>
>But now I'm getting stuff in the Groups and User Report.

-----------------
Jason@Summary.Net
-----------------
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
  -- Peter van der Linden, Expert C Programming, Deep C Secrets
-------------
Go to <http://summary.net/list.html> to update subscription info.