Currently 3.0.1.3 there is a .htaccess file in /stats/ of every web site.
Here is the contents:
Code:
AuthType Basic
AuthName "Members Only"
AuthUserFile /var/www/clients/clientX/webYY/.htpasswd_stats
<limit GET PUT POST>
require valid-user
</limit>
Why <Limit> is used?
Should not be there just a plain "require valid-user" directive? What if Apache has some other modules which implement HTTP methods which could be used to get the stats?
The Following User Says Thank You to tensor For This Useful Post:
Recent comments
1 day 9 min ago
1 day 5 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 5 hours ago
2 days 7 hours ago