- From: Karl Dubost <karl@w3.org>
- Date: Mon, 4 Dec 2006 09:47:02 +0900
- To: www-tag <www-tag@w3.org>
Le 29 nov. 2006 à 03:32, Hannes Ledl / LEDL & PARTNER a écrit : > On my understanding the log will reflect http request's to any file > requested > of yoursite. > > so the 0 request might be generated by the statistic script by > checking > the http requests an reflect this against the files on your web > directory. The check was performed by taking the raw log and a grep on it ;) A very simple grep "GET /robots.txt" *-access_log | wc -l Though I haven't checked for sitemap.xml, but sitemap.txt which might explain the results. (Thanks Norman) In http://lists.w3.org/Archives/Public/www-tag/2006Nov/0110 On my personal Web site for the year 2006 (until today Nov 23) 17.932.234 total HTTP requests ---------------------------------- 0 sitemap.txt requests 111.222 robots.txt requests 392.212 favicon.ico requests 19 p3p.xml requests So let's see grep "GET /sitemap.xml" *-access_log | wc -l year 2006 (until today Dec 3) 5 sitemap.xml requests 5 requests is a small enough to look a bit further. 06/27-site-access_log:rdev23.yst.corp.yahoo.com - - [27/Jun/ 2006:14:44:33 -0700] "GET /sitemap.xml HTTP/1.1" 404 291 "-" "Mozilla/ 4.0 (compatible; MSIE 5.5)" 06/27-site-access_log:rdev23.yst.corp.yahoo.com - - [27/Jun/ 2006:14:44:33 -0700] "GET /sitemap.xml.gz HTTP/1.1" 404 294 "-" "Mozilla/4.0 (compatible; MSIE 5.5)" 09/28-site-access_log:ns35059.ovh.net - - [28/Sep/2006:11:17:02 -0700] "GET /sitemap.xml HTTP/1.0" 404 279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4" 10/11-site-access_log:ns35059.ovh.net - - [11/Oct/2006:13:04:28 -0700] "GET /sitemap.xml HTTP/1.0" 404 279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4" 10/11-site-access_log:ns35059.ovh.net - - [11/Oct/2006:13:04:44 -0700] "GET /sitemap.xml HTTP/1.0" 404 279 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; fr-FR; rv:1.7.8) Gecko/20050511 Firefox/1.0.4" -- Karl Dubost - http://www.w3.org/People/karl/ W3C Conformance Manager, QA Activity Lead QA Weblog - http://www.w3.org/QA/ *** Be Strict To Be Cool ***
Received on Monday, 4 December 2006 00:47:13 UTC