You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nathan Kellogg <ap...@nwlocation.com> on 2006/11/21 19:30:00 UTC

[users@httpd] Auth problem

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.



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

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

</Directory>

ScriptAlias /kna/cgi/ c:/nwl/cgi/

<Directory c:/nwl/cgi/>

         Options ExecCGI
         AuthType Basic
         AuthName "Authorization Required"
         AuthUserFile c:/nwl/passwords
         Require user test
         SSLRequireSSL

</Directory>



<Directory c:/nwl/htdocs/>
     Options FollowSymLinks
     AllowOverride None
     Order allow,deny
     Allow from all

</Directory>

Re: [users@httpd] Auth problem

Posted by Joshua Slive <jo...@slive.ca>.
On 11/21/06, Nathan Kellogg <ap...@nwlocation.com> 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!

>  <Directory c:/nwl/cgi/>
>
>          Options ExecCGI
>          AuthType Basic
>          AuthName "Authorization Required"
>          AuthUserFile c:/nwl/passwords
>          Require user test
>          SSLRequireSSL
>
>  </Directory>

For one thing, there seems to be a conflict between c:/nwl and c:/nws.
 For another thing, you don't have the
Order allow,deny
Allow from all
in the c:/nw? directory.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org