Support for analog web log analyzer wrote: > When I give the ARGSEXCLUDE command, it will now only count requests for > the script itself without arguments, rather than the sum of the requests > for the script without arguments and with arguments (ie, 22933 requests > were for /login and there were some 12000 more requests for > /login?url=http://(some-page) -- I want the sum of the two, somewhere > over 35000, and have it listed just as /login). Anyone know how to get > that working correctly? Atleast without the ARGSEXCLUDE command I can > add it up and do it myself...not a terribly large amount of pages. > > I had a problem where it wouldn't count scripts or files without > extensions, but resolved that one, and now my requests report is just > for pages.
filealias /login?* /login or more generally: filealias *?* $1 (you don't want to exclude the requests with arguments, you just want to hide the arguments). Chris Any views expressed in this message are those of the sender and not necessarily those of CCA Group. The unauthorized use, disclosure, copying or alteration of this message is forbidden. The contents of this message may be confidential and/or privileged, copyright CCA Group and are intended solely for the use of the individual or entity to whom they are addressed. Whilst this message has been scanned, CCA Group cannot guarantee that it is virus free or compatible with your systems and accepts no responsibility for any loss or damage arising from its use. The recipient is advised to run their own anti-virus software. If you receive this message in error please contact [EMAIL PROTECTED] immediately, destroy any copies and delete it from your computer systems. +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

