The statistics (or status) module provides an interface to view your server’s statistics.
In CirrusGrid statistics module is disabled by default. You can activate this module following the instruction:
ExtendedStatus On <Location /statistics/> SetHandler server-status ####### Security configuration #################### ####### Basic auth config should follow here ###### ################################################### </Location>
Note: you can use any other context for your statistics location (in our case we have /statistics/).
In the opened window the statistics of the server will be shown.
Instead of:
####### Security configuration #################### ####### Basic auth config should follow here ###### ###################################################
Add the following code:
AuthName "Statistics area" AuthType Basic AuthBasicProvider file AuthUserFile /var/www/webroot/ROOT/.htpasswd Require valid-user
http://{env_name}.{hoster_domain}/{location_name}/
In the opened window you’ll be requested to log in with your credentials. Use the credentials you stated while generating the hash to see the statistics of the server.
Powered by BetterDocs
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.