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

[cobalt-security] htaccess



Hello,

I am trying to set up a protected directory with a Perl Script for
membership passwords. I know the script works in itself because it
writes to the log files with the new Usernames and Passwords.

I am then using an .htaccess file to point to the password CGI folder
but it cannot find the file. It would appear that the .htaccess file is
not pointing to the correct place but I have checked the path and it is
correct. The .htaccess file is below:

AuthUserFile
/home/sites/www.webshop4all.net/web/cgi-bin/reseller/.passwords
AuthGroupFile
/home/sites/www.webshop4all.net/web/cgi-bin/reseller/.groups
AuthName Access
AuthType Basic
<Limit GET>
Require group 0 1
</Limit>

Exactly the same script is being used on tow other servers that are not
Cobalts and these do work Is the Cobalt configeration sending my file
somewhere else? If so how do I get over the problem.

Kind regards,


Paul Harvey