Re: Setting an auth realm dynamically

2001-06-19 Thread Doug MacEachern
On Fri, 15 Jun 2001, Rodney Broom wrote: I (like everybody else) have a site that is wholy dynamically generated. As such, I can't alway set an auth realm in the config or in .htaccess. What I'd like to do is an access handler like this: sub handler { my $r = shift; if ($r-uri

Setting an auth realm dynamically

2001-06-15 Thread Rodney Broom
I (like everybody else) have a site that is wholy dynamically generated. As such, I can't alway set an auth realm in the config or in .htaccess. What I'd like to do is an access handler like this: sub handler { my $r = shift; if ($r-uri =~ m/$some_magic_pattern/|) {