On Sun, 26 Mar 2000, Jie Gao wrote:
 
> Another thing is, it seems there is no way to get at "allow/deny from"
> from within mod_perl. "deny from all" will work, but "deny from ip.addres."
> does not.

no, because the allowdeny typedef is private in mod_access.c
however, you can implement directive handlers for allow and deny that
capture the data into a Perl object, then return DECLINE_CMD if you want
mod_access to also pick up the allow/deny config.

Reply via email to