Re: Auth_dbm
"Davide Bianchi" <davideyeahsure@onlyforfun.net> schrieb im Newsbeitrag
news:slrneiuqvq.361.davideyeahsure@fogg.onlyforfun .net...
> On 2006-10-13, Lutz Richter <lutz.richter@snafu.de> wrote:
> > [Fri Oct 13 12:22:05 2006] [error] Internal error: pcfg_openfile()
called
> > with NULL filename
> > [Fri Oct 13 12:22:05 2006] [error] [client 87.123.40.16] (9)Bad file
> > descriptor: Could not open password file: (null)
> >
> > is in the error_log, the passwortfile is definitiv in the given
directory
>
> A quick search on Google with the error message returned this:
>
> <quote>
> In Apache 2.2, the mod_auth_basic module is now set to authoritative,
> and must be disabled. This is done in the authentication section of the
> configuration file by adding the line :
>
> AuthBasicAuthoritative Off
> </quote>
>
> see if doing so fix your problem.
>
> Davide
>
> --
> Windows 2000 is more secure than Linux...
> Since the machine is offline half of the time because of crashes, it
> cannot be accessed globally, therefore producing higher security.
> -- From a Slashdot.org post
Hello, I had found the problem, there was missing the line entry
AuthDBProvider dbm
- now it works fine,
thanks very for your !
Lutz
|