On Mon, 29 Mar 1999, Anke Steuernagel wrote:
>
> I would like to group certain requests together in one resulting line.
> 
> The search pattern consists of the filename itself and a CGI parameter.
> /cgi-bin/search.cgi?page=10&GGroup=1&pos=3
> /cgi-bin/search.cgi?page=15&GGroup=7&pos=1
> /cgi-bin/search.cgi?page=10&GGroup=22&pos=2
>                             ^^^^^^^^^
> All requests of GGroup 22 should be added in the resulting line Group22.
>
> Is it the right way to do this by using the FILEALIAS command
> with following configuration:
> 
> REQINCLUDE Group22              # a "ficitve" request page
> REQINCLUDE /group22.htm         # general category page, should also be added
> FILEALIAS /group22.htm Group22
> REQINCLUDE /cgi-bin/search.cgi 
> ARGSEXCLUDE /cgi-bin/search.cgi    
> FILEALIAS /cgi-bin/search.cgi*GGroup=22* Group22
> 

You need ARGSINCLUDE, not ARGSEXCLUDE.
Then something like
  FILEALIAS /cgi-bin/search.cgi?*GGroup=22* /Group22/
will work.

-- 
Stephen Turner    [EMAIL PROTECTED]    http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "Ad infinitum, if not ad nauseam." (Interviewee, BBC Radio 4)

--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------

Reply via email to