Re: Auth problem

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

 




I love it when people make life difficult for everyone trying to help them ;-)

Sorry.


I dont have the 'Order allow,deny .. ' because auth is required for the cgi
directory...

You still need it.  See the documentation for the Satisfy directive,
which discusses the interaction between host-based access control
(Order/Allow/Deny) and user auth.  In the default case (Satisfy All),
you need to have permission both for host-based access (Allow from
all) and for user auth (either no require directive, or an
authenticated user) in order to view a directory.

Joshua.

Ok, that resolved the problem, thanks.   BUT, we have another directory where:

<Directory c:/nwls/htdocs/kna/>

AuthType Basic
AuthName "Authorization Required"
AuthUserFile c:/nwls/passwords
Require user test
SSLRequireSSL

</Directory>

In this example, AUTH works fine.  Why is this different than the above issue?

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