apache2 server-status page using mod_perl and no apache workers

133 Views Asked by At

Is there a way to access the server-status page located at http://localhost/server-status without using any apache2 workers?

This is needed because if all workers are busy, and apache2 is frozen, it is impossible to get the information to use it for debugging or monitoring.

0

There are 0 best solutions below