Hello all

in version 1.3 i hade this Authentication directive

that was using simple Authentication , when apache was  recognized files from *.foo

extension it was starting the Authentication mechanism

 

AddHandler foo .foo

AddType application/foo .foo

 

<DirectoryMatch /BLD/PER>

        <Files *.foo>

                AuthName MyHome

                AuthType Basic

                require valide-user

        </Files>

</DirectoryMatch>

 

but now in 2.2 it does recognized that the page needs Authentication  but then

in the logs it says :

[Sun Jun 11 16:53:15 2006] [error] [client 1#2.1##.#.6#] No Authn provider configured, referer: http://myhome:8888/blah.html

[Sun Jun 11 16:53:15 2006] [error] [client 1#2.1##.#.6#] access to /BLD/PER/none.foo failed, reason: verification of user

id 'admin' not configured, referer: http://myhome:8888/blah.html

 

what im doing wrong here ? does the configuration changed ? do i miss something in the configuration?

 

Thanks

 

 

 

Reply via email to