[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] htaccess on Raq550
- Subject: [cobalt-users] htaccess on Raq550
- From: "Andres C." <anakinpc@xxxxxxxxxxx>
- Date: Thu Jan 16 15:27:50 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I have installed on my 550 the AWStats for statistics info.
I cant do it work fine 'cause .htaccess file not allow users to enter stats,
receiveing 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. **
The .htaccess file looks like:
#Access file
order allow,deny
allow from all
Require valid-user
Authname WebStats
Authtype Basic
AuthAuthoritative off
But never siteadmin users could get into stats.
If I replace existing .htaccess for another like the following users could
access stats, but if he changes their passwords, this .htaccess keep the old
password, and never change.
#Access file
order allow,deny
allow from all
Require valid-user
Authname WebStats
Authtype Basic
AuthUserFile /home/sites/www.sitename.com/web/awstats/.users
AuthAuthoritative off
I create the password file with the follow sentence:
/usr/bin/htpasswd -c .users username
This ways works fine, but is not sensitive for passwords changes.
Someone have a better global solution?
Andrew S. C.