On 11/21/06, Nathan Kellogg <[EMAIL PROTECTED]> wrote:
I am having an auth problem:
from error_log : client denied by server configuration:
C:/nws/cgi/cfind.dll
This has got to be very simple but I don't see it!
Options ExecCGI
AuthType Basic
AuthName "Autho
I am having an auth problem:
from error_log : client denied by server configuration: C:/nws/cgi/cfind.dll
This has got to be very simple but I don't see it!
Thanks in advance.
AuthType Basic
AuthName "Authorization Required"
AuthUserFile c:/nwl/passwords
Require user test
SSLRequireSSL
On 11/21/06, Nathan Kellogg <[EMAIL PROTECTED]> wrote:
Ok, that resolved the problem, thanks. BUT, we have another directory
where:
AuthType Basic
AuthName "Authorization Required"
AuthUserFile c:/nwls/passwords
Require user test
SSLRequireSSL
In this example, AUTH works fine.
Options ExecCGI
AuthType Basic
AuthName "Authorization Required"
AuthUserFile c:/nwl/passwords
Require user test
SSLRequireSSL
For one thing, there seems to be a conflict between c:/nwl and c:/nws.
For another thing, you don't have
> -Original Message-
> From: Nico [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 05, 2005 2:36 PM
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] Auth problem with Location
Hi Nico,
>
> 2005/12/5, Maurer, Hermann <[EMAIL PROTECT
> -Original Message-
> From: Boyle Owen [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 05, 2005 2:25 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Auth problem with Location
>
Thank you Boyle !
> > -Original Message-
> >
2005/12/5, Maurer, Hermann <[EMAIL PROTECTED]>:
> Hello folks,
> [...]
>
> Order Allow,Deny
> Allow from all
> AuthName "Confidentail Area, please login"
> AuthType Basic
> AuthUserFile /usr/local/apache/passwd/passwords
> Require valid-users
>
Try with if your path is a Hard access in your se
> -Original Message-
> From: Maurer, Hermann [mailto:[EMAIL PROTECTED]
> Sent: Montag, 5. Dezember 2005 09:44
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Auth problem with Location
>
>
> Hello folks,
>
> I'd like to implement the followi
Hello folks,
I'd like to implement the following scenario: We have an area, which
must be accessible by everyone. There is an subfolder in it, which has
to be accessible by authorized users only. Below I noted the appropriate
piece of httpd.conf for that:
Order Allow,