@rycardo
Thanks a lot, works great
@cube
Exactly what I was looking for
The awstats-configs for all domain is
/etc/ispcp/awstats/awstats.ispcp_tpl.conf
Code:
AllowAccessFromWebToAuthenticatedUsersOnly=1
If you set :
Code:
AllowAccessFromWebToFollowingAuthenticatedUsers=""
All known users can access other domain stats
So you must define AllowAccessFromWebToFollowingAuthenticatedUsers for every domain. These config files location is :
Now, everytime you will "regenerate" ispcp, these config files will be overwritten by
Code:
/etc/ispcp/awstats/awstats.ispcp_tpl.conf
So you will need to change once more all config files 1 by 1, which is annoying and time consuming.
To avoid that, I would like to make regeneration skip awstats config
Any ideas ?