[analog-help] ARGS Q

1999-08-01 Thread David Lew
Hi all, We have a bunch of cgi?x=test and we only want to see the part after the ? Is this possible? Thanks David Lew Linux Addicthttp://www.LinuxAddict.com Ultra Vitamins http://www.UltraVitamins.com Personal Site http://www.jps.net/dlew

Re: [analog-help] ARGS Q

1999-08-01 Thread Jeremy Wadsack
David Lew wrote: We have a bunch of cgi?x=test and we only want to see the part after the ? Is this possible? Thanks ARGSEXCLUDE cgi See docs/include.html for details on this command. HTH -- Jeremy Wadsack OutQuest Magazine a Wadsack-Allen publication

Re: [analog-help] ARGS Q

1999-08-01 Thread David Lew
Hello, I guess I didn't explain it clearly enough. Say there's a line /cgi-bin/app.cgi?location=/test/123.html We want to strip off the /cgi-bin/app.cgi? and just show location=/test/123.html there's a ton of diff ? variables is this possible? thanks :) David Lew wrote: We have a

Re: [analog-help] ARGS Q

1999-08-01 Thread Jeremy Wadsack
Ok, I see what you're looking for. You'll can do this: ARGSINCLUDE /cgi-bin/app.cgi But that will just include it in the request report for the site. If you want to only report on this file then do REQINCLUDE /cgi-bin/app.cgi ARGSINCLUDE /cgi-bin/app.cgi This will generate a report