apachectl Utility Script

From GM-RKB
(Redirected from apachectl)
Jump to navigation Jump to search

An apachectl Utility Script is a utility script for Apache server.



References

lynx -dump -width 180 http://localhost:80/server-status | awk '{print $11}' | grep -v '[a-z]' | grep '[0-9]' | sort | uniq -c | sort -n | tail -4