The following reply was made to PR general/968; it has been noted by GNATS.
From: Dean Gaudet <[EMAIL PROTECTED]> To: Gerhard Paseman <[EMAIL PROTECTED]> Subject: Re: general/968: NCSA incompatibility -- no access control by referer Date: Mon, 4 Aug 1997 17:53:44 -0700 (PDT) I think this is already possible in 1.3a2. Using mod_setenvif you can: SetEnvIf Referer "regex that matches referers you're interested in" DENY deny from env=deny You can probably do the same thing in 1.2 using mod_rewrite to set an environment variable and then using allow/deny from env=varname. But yeah it should be documented. Dean
