Brian Petersen <[EMAIL PROTECTED]> (Monday, March 15, 2004 8:10 AM):
> Two questions here that I've searched high and low for the answers to, > with absolutely no luck. > First question: could some kind soul please tell me exactly what to put > in my conf file so that my Failure Report will (a) include the top 100 > failed URLs, FAILFLOOR -100r > (b) show ALL referrers from MY site (but never from OTHER > sites) for each of said URLs (i.e. a floor setting of 1)? REFREPINCLUDE http://www.snpp.com/* REFREPFLOOR 1r Except.... > E.g., so that > my Referrer Report winds up looking something like this: > reqs: %reqs: file > ----: ------: ---- > 412: 11.51%: http://www.snpp.com/invalid-page-1.html > : : http://www.snpp.com/guides/referring-page-1.html > : : http://www.snpp.com/guides/referring-page-2.html > : : http://www.snpp.com/guides/referring-page-3.html > 232: 6.48%: http://www.snpp.com/invalid-page-2.html > : : http://www.snpp.com/guides/referring-page-4.html > 179: 5.00%: http://www.snpp.com/invalid-directory/ > : : http://www.snpp.com/guides/referring-page-5.html > : : http://www.snpp.com/guides/referring-page-6.html Analog doesn't do this. In order to be able to do this it would have to record every referrer for every single page which is a HUGE amount of memory overhead. See the FAQ http://analog.cx/docs/faq.html#faq128. > Final question: can regexps be used within REFREPEXCLUDE? Yes REGEXP can be used in any *INCLUDE/*EXCLUDE or *ALIAS command. > I'm drowning > in an ocean of "http://www.google.com/search?..." entries in my Referrer > Reports. While I could add "REFREPEXCLUDE http://www.google.com/search*" > to my conf file, this would not cover all of the countless domains that > Google searches originate from (e.g. google.com.au, google.ca, etc.) So, > I'd much rather prefer "REFREPEXCLUDE http://www.google\..*/search*" but > just am not sure whether that would work or make Analog explode. ;) REFREPEXCLUDE http://*google*/search* or REFREPEXCLUDE REGEXP:^http://www.google\.[^/]+/search -- Jeremy Wadsack Wadsack-Allen Digital Group +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
