At 15:51 11/07/2005, Chris Sharman wrote:
You haven't actually quoted my contribution, which was:
"filealias /default.aspx?* /*"

That cured the ones beginning "/default", but undid the ones beginning with "/page". For example in the Request Report I get a stream of files like:

reqs %bytes last time file
312 61.86% 10/Jul/05 13:20 /page.aspx
30 5.63% 10/Jul/05 11:21  /page.aspx?Page=25
21 1.74% 10/Jul/05 12:19  /page.aspx?page=97
15 1.13% 10/Jul/05 11:21  /page.aspx?Page=130
followed much later by a stream of files like

164 2.33% 10/Jul/05 13:19 /Page.Aspx
25 0.37% 10/Jul/05 09:59   /Page.Aspx?Page=25
12 0.18% 10/Jul/05 11:21   /Page.Aspx?Page=130
12 0.16% 10/Jul/05 00:18   /Page.Aspx?Page=150

Jeremy Wadsac asks if they are all Request Report files. All I can say is that they all turn up in the Analog Request Report and are preceded by a Get (see below) in the logfile.

FILEALIAS /default.aspx?page*.aspx* /page$1.aspx$2
correctly displays the reports like   /page57.aspx?Code=281     
but separates out the following:
reqs %bytes last time file
312 61.86% 10/Jul/05 13:20  /page.aspx
30 5.63% 10/Jul/05 11:21   /page.aspx?Page=25
21 1.74% 10/Jul/05 12:19  /page.aspx?page=97

followed by:
231 3.22% 10/Jul/05 13:20 /default.aspx
25 0.37% 10/Jul/05 09:59   /default.aspx?Page.Aspx?Page=25
12 0.18% 10/Jul/05 11:21   /default.aspx?Page.Aspx?Page=130

I have looked up the lines in the logfile and here is a typical one with two ??
2005-07-10 00:26:26 W3SVC1396861841 10.216.12.26 GET /Menu.Html - 80 - 203.164.98.169 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98) - http://www.nccpg.com/Default.Aspx?Page.Aspx?Page=25 200 0 0 1995 424 1250

and here is another:

2005-07-10 00:27:11 W3SVC1396861841 10.216.12.26 GET /Page.Aspx Page=25 80 - 203.164.98.169 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+98) - http://www.nccpg.com/Default.Aspx?Page.Aspx?Page=25 200 0 64 0 432 218

Jim
+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to