(01-13-2011 09:47 PM)robbo007 Wrote: Does anyone have a solution for this? Maybe someone from the Devteam?
Many Thanks,
Rob
[/align]
Hello all. I managed to find a solution from the Spanish corner. Looks like the problem is due to the upgrade not creating the "statistics" group in the virtual domains .htgroups file.
Here's the solution until the DevTeam create a fix for the next version.
Goto the directory of the virutal domain that is having problems:
cd /var/www/virtual/your_virual_domain
vi .htgroup
Add the statistics group and users for that group. In my case I added the second line. stats is a user I created and statistics is the default awstats group in ISPCP.
mydomain.com: mydomain.com stats
statistics: stats
If if still does not work after adding the group you can try to reset your statistics users password with the following command:
cd /var/www/virtual/your_virual_domain
htpassword .htpasswd user name
References:
http://httpd.apache.org/docs/2.0/programs/htpasswd.html
Good luck.
Regards,
Rob