Page 2 of 2

Re: Where is Awstats?

Posted: Sat Feb 13, 2016 11:07 am
by cybaster85
i have try to change to 777 and 744

however it is still not found

i checked the directory is in order

i am runing nginx + php-fpm

any one have idea?

Re: Where is Awstats?

Posted: Tue Feb 16, 2016 7:31 pm
by skurudo
Thanks, guys.
Added a bug - https://bugs.vestacp.com/issues/150

Re: Where is Awstats?

Posted: Thu Feb 18, 2016 4:46 pm
by cybaster85
skurudo wrote:Thanks, guys.
Added a bug - https://bugs.vestacp.com/issues/150
I tried the solution in bug but not working as well

it got redirected back to domain index page

Re: Where is Awstats?

Posted: Mon Feb 22, 2016 4:28 pm
by stanley
I'm having the same issue. I tried running the cron jobs manually, but no dice.

Any other thoughts?

Re: Where is Awstats?

Posted: Fri Feb 26, 2016 10:49 am
by cybaster85
stanley wrote:I'm having the same issue. I tried running the cron jobs manually, but no dice.

Any other thoughts?

it seem like to be an nginx+php-fpm issue, some alias in nginx.config is not there for awstats

not sure if vesta will fix as many of my post remain un reply

Re: Where is Awstats?

Posted: Tue Jun 14, 2016 3:46 pm
by hcjsy
same issue for me however I resolved it :)

I did the chmod 744 /home/admin/web/xxx/stats

then went into the control panel, changed stats to none, clicked save.
then changed it to awstats, and working

Re: Where is Awstats?

Posted: Mon Jun 27, 2016 2:18 pm
by Felix
I had the same problem so I did some research...

I noticed that domains created quite some time ago (could have been VESTA 0.9.8-14, I don't remember) have permissions r-xr-x--x (0551) on the /home/[user]/web/[domain]/stats directory and awstats work fine with this. Newly created domains, face the permission issue mentioned above.

I changed the permissions to 0551 only on the stats directory (not on the files inside it) and immediately awstats started working again. Here is the shell command:

Code: Select all

chmod 0551 /home/[user]/web/[domain]/stats/
Replace [user] and [domain] with the right info before running it.