Support for analog web log analyzer wrote:
> 
> We use Oracle reports for reporting and the url looks like this:
> /dev60cgi/rwcgi60.exe?chk_bysubject_small&PDF&AND%20A....etc
> 
> How can I make it group on the first parameter (chk_bysubject_small 
> which is the report name) so I can determine which reports are being 
> called?  I've been reading about FILEALIAS, but I can't seem to get it 
> to do what I want.

I've used FILEALIAS to move bits of the querystring into the path.
Eg FILEALIAS /dev60cgi/rwcgi60.exe?*&* /dev60cgi/rwcgi60.exe-$1?$2

This works for me, but Stephen's suggestion of internal search reports 
sounds interesting - it would enable you to pick out values of named 
parameters.
I don't see, from a quick read, whether/how it picks out positional 
parameters ?

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
+------------------------------------------------------------------------

Reply via email to