Title:
When my webserver is given a request like "http://www.foo.com/~foo",
it writes logs like this,
 10.1.1.1 - - [17/Dec/2000:04:00:34 +0900] "GET /~foo HTTP/1.1" 200 296 "-" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"

In that case, it seems that Analog does not count it as page request.
If I tweak log like this,
 10.1.1.1 - - [17/Dec/2000:04:00:34 +0900] "GET /~foo/ HTTP/1.1" 200 296 "-" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"
Analog counts it as a page request.

How can I set analog to count above requset as page ?

Thanks

Dong K. Kim

Reply via email to