我有一些令人费解的(至less对我来说)在我的networking服务器日志中显示的错误。 令人费解的是他们显示了我的错误页面被引用,但是这个错误页面并没有显示在statcounter.com的命中中。 有人能告诉我这两种错误的区别吗? 还是只有一个“真正”的错误?
这是在WordPress,我有我的主题我的404.php文件redirect到一个静态的Wordpress页面在mydomain.com/error/
前两个日志条目显示/ error /,但是我的/ error /页面上的“hit”未显示在我的webstats中。 被引用的页面 – / 2009/08 / delete-preference-files / – 存在,并在statcounter显示“hit”。
92.17.232.242 - - [13/Mar/2010:01:45:43 -0800] "GET /error/ HTTP/1.1" 200 4012 "http://mydomain.com/2009/08/delete-preference-files/" "Mozilla/5.0 (Windows;U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)" 732 4432 92.17.232.242 - - [13/Mar/2010:01:47:11 -0800] "GET /error/ HTTP/1.1" 200 4012 "http://mydomain.com/wp-content/themes/default/style.css" "Mozilla/5.0(Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)" 861 4432
这些是显示我的/错误/页面的两个错误条目,因为/错误/在statcounter中获得“命中”。 页面/ cookies /不存在。
72.174.16.202 - - [13/Mar/2010:10:53:37 -0800] "GET /cookies HTTP/1.1" 302 21 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)" 394 642 72.174.16.202 - - [13/Mar/2010:10:53:38 -0800] "GET /error/ HTTP/1.1" 200 4012 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)" 393 4432
这不是一个错误,而是一个名为“/ error /”的页面。 200意味着它成功了。