Alex Gr�sser wrote: > Also given the apache log formats in the previous post why does this > fail at the space between "Volksblad" and "fees"? > Shouldn't analog find the next " and then continue?
No, it finds the first space after the URL, and expects the HTTP version identifier. > 1.1.1.4 - - [08/Jun/2005:08:50:28 +0200] "GET > /skins/content/Volksblad fees.jpg HTTP/1.0" 404 1127 (0) "-" > "Mozilla/4.0 (compatible; BorderManager 3.0)" Your web server shouldn't be logging a space in the URL. You could try using an Analog LOGFORMAT string, and specify "%j %rHTTP%j" but it would probably trip up on any URL with an uppercase H in it (though you could use a second logformat to try and catch that too). Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

