Duke Hillard wrote:

> That's fine, but I thought that * matches any sequence of characters.
> I had hoped that REFARGSEXCLUDE /cgi-bin/* would eliminate
> all arguments in one statement.


* does match any sequence of characters. The problem is, you're 
specifying that the referrer start with /cgi-bin/ and it doesn't. It 
starts with http://...


If you want to exclude all the requests that came from /cgi-bin/ pages 
on the louisiana.edu site, use this:

REFARGSEXCLUDE http://www.louisiana.edu/cgi-bin/*

If you want to exclude all requests that came from any page in a 
/cgi-bin/ directory on any site use this:

REFARGSEXCLUDE */cgi-bin/*


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to