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!
<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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]