> > I have not specified any log format so it is whatever is the default. > > If you're letting Analog recognize the logformat itself, it will ignore the > method (GET, HEAD, OPTION, etc), so they won't be recognized in any ALIAS.
You mean HEAD, OPTION > > > I SORT of solved it with a > > PAGEEXCLUDE / > > > You haven't really told us what it is that you have solved - what were you > trying to achieve? Judging by your FILEALIAS examples, I guessed that you > wanted to identify your own activities, but that doesn't make sense with a > PAGEEXCLUDE. We have a heart beat monitor that pings every so often. It does that with a GET http://www.myserver.com/ I assume that translates into the 111.222.333.444.555 GET / I see in the log file (standard apache http log file) where 111.. and so on are our own IP But our homepage IS a page so I wanted not to page exclude it to begin with. However we are not the only heartbeat monitors out there (we have quite a few leechers out there). So I realise I have to PAGEEXCLUDE the GET / or it will give a ridiculous page count. I am doing a host exclude > > > > > ... RealUsers: XXXXXXX requests > > /scripts/css_ie.css xxxxx > > /scripts/css_gecko.css xxxx > > /scripts/css_ns_mac.css xxx > > /scripts/css_gecko_mac.css xx > > /scripts/css_ns.css x > > > > Is that possible? > > The default SORTORDER is by the number of requests. You can change the > SORTORDER, but that will effect teverything else too. Probably the best way > to achieve what you want to do in this specific instance would be to > FILEALIAS the CSS files to a single file with the browser type as a > parameter - something like > > FILEALIAS /scripts/css_*.css /scripts/css_browser.css?$1 Excellent idea > > Or you could just look at the Browser Report :-). Not available - and that would be chock full of fake user agents anyway. The leechers do not fake the useragents much on the css files because they do not load the css Thanks a lot Michel PS: You are very guruific, did you (co)write Analog or ReportMagic? PPS: It is a huge pain going via the list (webmailer), if I am not abusing you, may I email you directly? Thanks again +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

