[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Webalizer problem



>-----Original Message-----
>From: Lists Only [mailto:listaid@xxxxxxxxxxxxx]
>ent: Friday, November 02, 2001 1:57 PM
>To: cobalt-users@xxxxxxxxxxxxxxx
>Subject: Re: [cobalt-users] Webalizer problem
>
>I understand how a .htaccess file works, the problem lies in that if the
>.htaccess file exists in the stats folder as above, I get a Internal Error
>message, which means there is a permission problem with the .htaccess file
I
>can't seem to figure out what's wrong with the one above, but something in
>it is giving that error and making the stats folder inaccessible.
>
>Any thoughts.


I had a similar situation (although not with webalizer since I don't have
it) but
my .htaccess file gave me the internal server error. It was suggested that I
looked
at the access.conf file, more specifically the part that list the "specific"
folder
attributes.

<Directory /path/to/stats/folder>
AllowOverride All
Options All
</Directory>

That took care of the problem for my situation. I did not research the issue
since 
it was fixed and I had other issues to take care of. Hope it takes a step
closer.

Octavio