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

[cobalt-users] Raq550 and .htaccess password protection error



I migrated my Raq4 to a Raq550 and the sites with Password Protected
directories give the following error:
    Internal Server 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. 
Well, CGI is enables and I removed it as an option from the GUI and then
added it back in the GUI.

I have traced the problem to the .htaccess file.  I can remove the
.htaccess file and the site works fine.  The .htaccess file contains the
following which worked great with the Raq4:
     # Access file
     order allow,deny
     allow from all
     require valid-user
     Authname "Login Name for Webmail Access"
     AuthPAM_Enabled on
     Authtype Basic
     AuthUserFile /etc/shadow

In the Raq4, the /etc/shadow file has users from all the virtual sites
in it.  In the Raq5, just has the top lines like admin, root, bin,
daemon, adm, ETC...  It does not have the Users listed.  I thought about
running meta-verify but there is not a version of this file with the
Raq550.

Any suggestions, comments?

John