joe <[EMAIL PROTECTED]> (Monday, October 13, 2003 7:30 AM):
> 1. disabling my own hosts: > I have www.joe.to and forums.joe.to on the same box via virtual hosts. > Most of my referrers are these domains. I don't want them to appear in > the ref reports. These are some of the settings I have tried: > REFREPEXCLUDE http://forums.joe.to/* > REFEXCLUDE http://forums.joe.to/ > REFREPEXCLUDE http://forums.joe.to/ > REFSITEEXCLUDE http://forums.joe.to/ > All with no success. How do I hide the refs from www.joe.to and > forums.joe.to? You want to use REFREPEXCLUDE and REFSITEEXCLUDE to remove those from your reports. You need to use wildcards to match, something like this should cover all: REFREPEXCLUDE http://*.joe.to/* You do not want REFEXCLUDE. That will remove all log file lines that include those referrers which is probably 90% of your statistics. This is a FAQ: http://analog.cx/docs/faq.html#faq116 See http://analog.cx/docs/include.html for details on the INCLUDE/EXCLUDE commands. > 2. complete referrer urls > I get a lot of refers from forum topics but they have arguments in the > URL that aren't getting passed to the stats, e.g. > http://www.stateofchaos.net/forum/viewtopic.php > Should be > http://www.stateofchaos.net/forum/viewtopic.php?t=155 > But sometimes they have a serial number that I *don't* want like > http://www.stateofchaos.net/forum/viewtopic.php?t=155&sid=23986729387492 > 8374298374 > I messed with ARGSINCLUDE for an hour with no luck. What should I set it > to ? You want REFARGSINCLUDE if you are applying this to referrers. See http://analog.cx/docs/args.html for details on the command. If you want to remove particular arguments from the referrers (which will greatly increase performance and improve reports) you can use the FILEALIAS command discussed at http://analog.cx/docs/alias.html#useraliases. You may need to use a regular expression to match the id's. > 3. some stats I'm not getting? > Since I have virtual hosts I would think I would get these reports but I > don't: > Virtual Host Report > Virtual Host Redirection Report > Virtual Host Failure Report > What do I need to do to "activate" them? A virtual host field in your log file. If you don't have that you can use the second argument to the LOGFILE command to indicate which host the file applies to. As the host name is prefixed to the request in the request reports, you would use the Directory Report to see the Virtual Hosts. See http://analog.cx/how-to/vhosts1/index.html for details on configuring this set up. > It would also be interesting to get the Processing Time Report but I > can't figure out how to get it in the stats. Again, you need this information in your log files. IIS can log it if you enable the field in your server configuration. -- 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 +------------------------------------------------------------------------
