This might be a bit OT, but since I've read somewhere on apache.org that
Apache2 was using the same regex engine as Perl 5's...
So I'm under the impression that with Apache2 you could do something
like:
# your auth handler goes here
Cheers,
--
Building a better web - http://www.mkdoc.com/
Scott Alexander wrote:
Hi,
I'm using Apache-AuthCookie-3.04 for authentication
I have a protected directory with 10 sub directories, one directory needs
to be open to any user.
I could write 10 or use a
section in the conf file to create the 10 directory directives.
Can I override the settings