Re: ServerRoot/Block Directive question...

2001-02-02 Thread Christian Gilmore
There is no negation of an entire regex in apache's configuration. You have to do something like this: PerlAccessHandler Apache::GateKeeper ErrorDocument 403 /index.html PerlAccessHandler Apache::OK Regards, Christian On Fri, 2 Feb 2001, Joseph Crotty wrote: > Hi all, >

Re: ServerRoot/Block Directive question...

2001-02-02 Thread Bill Moseley
At 11:56 AM 02/02/01 -0700, Joseph Crotty wrote: >I have an Apache::GateKeeper that checks to see if the user has logged in >and been served a cookie... if not they are redirected to index.html(to >login). I assume you looked at Apache::AuthCookie which does this. > I want all comers to ServerRo