help with authentication in the main config file

help with authentication in the main config file

am 24.05.2007 01:11:04 von jammer

I am trying to require authentication for a directory.

I put:

AuthType Basic
AuthName "Password Required"
AuthUserFile /www_password.file


in the main config file but nothing is logged and I am not asked for a
userid/password.

Re: help with authentication in the main config file

am 24.05.2007 14:32:37 von john.NOSPAMclancy

On Wed, 23 May 2007 19:11:04 -0400, Jammer wrote:

>
>I am trying to require authentication for a directory.
>
>I put:
>
> AuthType Basic
> AuthName "Password Required"
> AuthUserFile /www_password.file
>

>
>in the main config file but nothing is logged and I am not asked for a
>userid/password.

Look up the require directive in the Apache manual

JC

Re: help with authentication in the main config file

am 24.05.2007 16:11:38 von jammer

John Clancy wrote:
> On Wed, 23 May 2007 19:11:04 -0400, Jammer wrote:
>
>> I am trying to require authentication for a directory.
>>
>> I put:
>>
>> AuthType Basic
>> AuthName "Password Required"
>> AuthUserFile /www_password.file
>>

>>
>> in the main config file but nothing is logged and I am not asked for a
>> userid/password.
>
> Look up the require directive in the Apache manual
>
> JC
Thanks, got it working.