Hi, I just tried "analog", the log analyzer tool, on a dozen of access.log's my webserver produced and it spit out various lines it refused to analyze.
The first problem was that the german locale was used to produce the month part of the date, so March became "M�r" instead of "Mar". I "solved" this quickly with emacs... Is this a usual problematic side effect with using locales, a problem the analyzing tool has to cope with or smth. that should be changed in the logging code of the server? And I also found lines containing HTML fragments like these: -------------- 132.199.x.x - - [10/Mar/2003:12:12:21 +0100] "GET /lebensart/" bgcolor= HTTP/1.0" 200 238 "" "Mozilla/4.0 (compatible; BorderManager 3.0)" 132.199.x.x - - [10/Mar/2003:10:23:43 +0100] "GET /lebensart/">" 404 637 "" "" 132.199.x.x - - [10/Mar/2003:10:23:43 +0100] "GET /lebensart/" align= HTTP/1.0" 200 238 "" "Mozilla/4.0 (compatible; BorderManager 3.0)" -------------- Obviously, the request part seems to be wrong: "GET /lebensart/" align= HTTP/1.0" "GET /lebensart/">" Did anyone of you detect something similar? AOLServer-Version used is 3.5.1. Thanks, Bernd. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list: http://www.aolserver.com/listserv.html List information and options: http://listserv.aol.com/
