[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] webalizer
- Subject: Re: [cobalt-users] webalizer
- From: "Bas van Ecke" <bas.vanecke@xxxxxxxxxx>
- Date: Sat Sep 6 00:38:05 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I installed the Raq 550 package on my server from pkgmaster and
> everytime I go to view my stats http://mysite.com/stats a page appears
> saying that the server is not configured properly.
>
> When I remove the .htaccess file in the ~/stats directory I can view
> everything fine. I also tried setting AuthPAM_Enabled off as the
> pkgmaster site says to but I still get the error page.
>
> Has anyone seen this before?
You have to enable pam-authentication by apache.
There are other threads which describe this nicely.
In short:
- edit /etc/httpd/conf/httpd.conf
- uncomment the first line which say something about pam
- move this uncommented first line downwards and place it beneath the
ClearModule directive AND beneath the first 3 AddModules that come after
it.
- restart apache
Good luck, Bas