Re: ability to restrict scope of require directive to a single module

2002-10-16 Thread John K . Sterling
My answer below still explains your situation. There is not way to 'restrict' requires. Each module has access to the SAME requires for a given location. If no modules are authoritative, you probably will get INTERNAL_SERVER_ERRORS for all unauthorized requests, right? sterling On Wednesda

Re: ability to restrict scope of require directive to a single module

2002-10-15 Thread Xavier MACHENAUD
Ooops! I wanted to say I was NOT using authoritative mode! In this case, I want to be able to restrict a require to only one auth module. Xavier john wrote: > > >-- Original Message -- > >Reply-To: [EMAIL PROTECTED] > >Date: Tue, 15 Oct 2002 18:27:18 +0200 > >From: Xavier MACHENAUD <[EMAIL PRO

RE: ability to restrict scope of require directive to a single module

2002-10-15 Thread John K. Sterling
>-- Original Message -- >Reply-To: [EMAIL PROTECTED] >Date: Tue, 15 Oct 2002 18:27:18 +0200 >From: Xavier MACHENAUD <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: ability to restrict scope of require directive to a single module Hi, > >I'm facing the following problem : >I'm using 2 auth mo