More info on this:
I've just found the stats folder is in the filesystem:
/var/clients/client1/web1/web/stats/
(It is not an Alias or so in a config file as I expected.)
There is a
.htaccess file there referencing the
.htpasswd_stats file:
Code:
AuthType Basic
AuthName "Members Only"
AuthUserFile /var/clients/client1/web1/.htpasswd_stats
<limit GET PUT POST>
require valid-user
</limit>
So it is in the client's web folder, not somewhere under /etc. It was my mistake. Now trying to figure out why it doesn't let me in...
Recent comments
1 day 5 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 22 hours ago
2 days 11 hours ago
2 days 12 hours ago