[users@httpd] Authentication directive from 1.3 to 2.2 , what do i miss here?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 

 

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

 

 

 


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux