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

--
Eric L. Brine  |  Chicken: The egg's way of making more eggs.
[EMAIL PROTECTED]  |  Do you always hit the nail on the thumb?
ICQ# 4629314   |  An optimist thinks thorn bushes have roses.



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 handler in  "/register">.  Unfortuntaly, I don't know the name of the default
> handler.

   SetHandler default-handler

Rick Myers[EMAIL PROTECTED]

The Feynman Problem   1) Write down the problem.
Solving Algorithm 2) Think real hard.
  3) Write down the answer.