More info:
in /etc/httpd/conf/vhosts/Vhosts_ispconfig.conf for the domains i have(which worked before):
Alias /stats "/var/www/web30/web/webalizer"
Ok, part of the problem lies here. In this directory is only the .htaccess file. Actual webalizer
content is in "/var/www/web30/web/stats". The old version put it here.
If i change to /var/www/web30/web/stats i get the old stats. Ok no more 403.
Two problems remain:
1. No .htaccess file in "stats". Question: should it reside in "webalizer" or "stats"?
Can i simply move it to "stats" and change all stat entries in Vhosts_ispconfig.conf to "stats"?
2. Still, webalizer can't read the files i can read so no new stats.
I have no problem changing the configs but i would like to know what is the new(right) way
to do this. Should stats point to stats or to webalizer and what about the .htaccess file?
TIA
|