Re: log report - get/request details
"Aengus" <[email protected]> Fri, 16 Oct 2009 16:45:23 -0400
| Newsgroups | gmane.comp.web.analog.general |
|---|---|
| Message-ID | <9CCB0D26503D4AB48894B00D47B2BAB9@WC740ALawlor> |
Linda Burnside <[email protected]> wrote: >> I have a coldfusion website. Is it possible to create a report >> which will show me details on the get/request information submit? >> For example, I want to show how many visits to the following: >> >> Index.cfm?template=something >> >> Index.cfm?template=another_page Analog can generate a report on that information, if that information is in the logfiles - that's a question of how the web server is are configured. http://analog.cx/docs/args.html http://analog.cx/docs/hierreps.html#ARGSFLOOR You can also use an ALIAS command to make the "something" and "another_page" into the actual page name. Something like FILEALIAS *Index.cfm?template=* $1$2 (That's off the top of my head - I haven't tested it). The information in the arguements can be displayed in the Request Report, but you can also find the Internal Search Report useful. http://analog.cx/docs/args.html#SEARCHENGINE Aengus +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------