Apache Full Status: How to view current pages being requested
Here's a quick command I learned that shows information about the current requests Apache (httpd) is handling:
1 | /usr/sbin/apachectl fullstatus |
Categories: How To's
Here's a quick command I learned that shows information about the current requests Apache (httpd) is handling:
1 | /usr/sbin/apachectl fullstatus |