ispCP - Board - Support
[SOLVED] web statistics not working after upgrade to 1.07 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: [SOLVED] web statistics not working after upgrade to 1.07 (/thread-12305.html)

Pages: 1 2


RE: web statistics not working after upgrade to 1.07 - robbo007 - 01-18-2011 07:03 PM

(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


RE: web statistics not working after upgrade to 1.07 - flexconcept - 03-15-2011 08:32 AM

And when I do NOT want to use authentication on my stats?

The most beautiful option would be selectable per domain..

Is there an easy way to disable password checking?

Kind regards,
Evert

OS : Debian 5.0 Lenny
ispCP Version : 1.0.7


RE: [SOLVED] web statistics not working after upgrade to 1.07 - help40 - 03-15-2011 10:30 AM

I am not sure that this is the right place to post my problem ..

statistic work for me , but changing the user password from GUI not change the password for statistic ...
so I must manually set the password and this is not comfortably for the client

Sad


RE: web statistics not working after upgrade to 1.07 - flexconcept - 03-26-2011 06:50 AM

No one with a quick workaround to disable passwords on /stats?


RE: [SOLVED] web statistics not working after upgrade to 1.07 - xclanet - 01-08-2012 12:11 PM

I found out why the stats stay in login loop.

The .htpasswd and .htgroup are created under root:root when it should be www-data:www-data

Anyone has a clue where to fix these files creations?