[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] webalizer and htaccess
- Subject: [cobalt-users] webalizer and htaccess
- From: "Larry" <larrym@xxxxxxxxxxx>
- Date: Mon Nov 27 23:40:00 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
I am having problems with the Webalizer 1.30 package downloaded from
http://pkg.nl.cobalt.com/
Specifically, the default .htaccess file that webalizer.pl creates
doesn't seem to work right for sites that are front-page enabled.
Basically, I am unable to access the stats directory on these sites,
while sites that are not front-page enabled are working fine.
I have a RAQ 4 and have applied both the "FrontPage 0.0.1-7657"
and "htaccess 0.0.2" patches.
A sample web/stats/.htaccess file is:
---
#Access file
order allow,deny
allow from all
require group site1
Authname WebStats
Authtype Basic
---
A sample web/.htaccess file is:
---
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.mydomain.com <-- changed to protect the innocent :)
AuthUserFile /home/sites/site1/web/_vti_pvt/service.pwd
AuthGroupFile /home/sites/site1/web/_vti_pvt/service.grp
---
any ideas?
thanks,
-larry