all protected but one...

1999-12-15 Thread Robert Locke
Hi all, What is the best way to have a Location directive apply to an entire site except for a single directory? This relates to Apache::AuthenCookie. I'm trying to "require valid-user" for the entire site except for a directory ("/register"). Thanks... Rob

Re: all protected but one...

1999-12-15 Thread Eric L. Brine
> What is the best way to have a Location directive apply to an entire > site except for a single directory? Set the site-wide handler in a and override the handler for the "register" dir by setting the default handler in . Unfortuntaly, I don't know the name of the default handler. ELB -- Er

Re: all protected but one...

1999-12-15 Thread Rick Myers
On Dec 15, 1999 at 09:56:03 -0400, Eric L. Brine twiddled the keys to say: > > What is the best way to have a Location directive apply to an entire > > site except for a single directory? > > Set the site-wide handler in a and override the handler > for the "register" dir by setting the default