[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: RaQ 550 + PkgMaster Webalizer pkg = Internal Server Error
- Subject: [cobalt-users] Re: RaQ 550 + PkgMaster Webalizer pkg = Internal Server Error
- From: "* KAPIL *" <kapil@xxxxxxxxxxxxxx>
- Date: Mon Apr 14 10:35:00 2003
- Organization: KAPILVILLE
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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?
-K
Message: 8
Date: Mon, 14 Apr 2003 11:23:31 -0500
Subject: Re: [cobalt-users] RaQ 550 + PkgMaster Webalizer pkg = Internal
Server Error
From: steeker <lists@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
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
Kody