Hi
Apache2 has a build-in status module which is normaly accessible via <tld>/server-status.
Is there a possibility to get this runnung in i-mscp?
Hi
Apache2 has a build-in status module which is normaly accessible via <tld>/server-status.
Is there a possibility to get this runnung in i-mscp?
https://httpd.apache.org/docs/2.4/mod/mod_status.html
If the changes getting overwritten, simply create a listener file to automatically do the edit.
I woudln't recommend that feature. Only if you can secure the access.
Yes i need it for Debugging. Im have problem with a customer which has a script wich occupies alle apache workers. Does somebody now another methode to find out which vhost has which load?
You can use that function for such things. Just make sure to load the module and restart apache2 after the changes (set the LoadModule and add the status report code).
If needed, make sure to enable the ExtendedStatus too.