[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: RaQ 550 + PkgMaster Webalizer pkg = Internal Server Error
- Subject: Re: [cobalt-users] Re: RaQ 550 + PkgMaster Webalizer pkg = Internal Server Error
- From: steeker <lists@xxxxxxxxxxx>
- Date: Mon Apr 14 11:07:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Did you try it without the AuthPAM_Enabled on line?
To fix the .htaccess file server wide edit the webalizer.pl cron file.
This is my line in my webalizer.pl cron file.
"#Access file\norder allow,deny\nallow from all\nrequire group
$name\nAuthname WebStats\nAuthtype Basic\nAuthAuthoritative off\n";
Remove all .htaccess files in the stats directory
rm /home/sites/*/web/stats/.htaccess
Run webalizer to remake the .htaccess files.
./webalizer.pl
Check if it works.
Kody
on 4/14/03 12:45 PM, * KAPIL * at wrote:
> Kody,
>
> Thanks for your response. My .htaccess file read the same as yours
> except a couple of minor changes:
>
> #Access file
> order allow,deny
> allow from all
> require group site8
> Authname WebStats
> Authtype Basic
> AuthAuthoritative off
> AuthPAM_Enabled on
>
> It says site 8 not 4, because obviously we were working with different
> sites. ..and it adds the AuthPAM line.
>
> My problem remains. However, had your solution fixed my problem, my next
> question would have been....how do I apply the fix raqwide...instead of
> changing the .htaccess for each virtual site.
>
> Any ideas?
>
> I had the same problem on my raq3 a while ago. I would get the
> "internal
> server error has occurred" page. Check your .htaccess file in the stats
> directory.
>
> It had read
> #Access file
> order allow,deny
> allow from all
> require group site4
> Authname WebStats
> Authtype Basic
> AuthAuthoritative
> off
>
>
> When it should have read
> #Access file
> order allow,deny
> allow from all
> require group site4
> Authname WebStats
> Authtype Basic
> AuthAuthoritative off