[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] .htaccess not working on a raq550 ?
- Subject: [cobalt-users] .htaccess not working on a raq550 ?
- From: "Robbert Hamburg \(HaVa Web- & Procesdesign\)" <user@xxxxxxx>
- Date: Mon Jun 23 12:48:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hello all,
I have made the following:
.htaccess
AuthType Basic
AuthName "Please enter your invitation code"
AuthUserFile /home/sites/www.xxxxxx.com/web/dir/.htpasswd
AuthPAM_enabled off
<limit GET PUT POST>
require valid-user
</limit>
this is placed in the /web/dir as mentioned above.
I have made permissions in the GUI to run .cgi
I constantly get the following error.
The server encountered an internal error or misconfiguration and was unable
to complete your request. Your administrator may not have enabled CGI access
for this directory.
Note that the .htpasswd file is also inplace.
Any suggestions ? It is a raq550
Robbert