apachectl Utility Script
Jump to navigation
Jump to search
An apachectl Utility Script is a utility script for Apache server.
- Example(s):
apache2ctl fullstatus
, which is typically equivalent tolynx -dump -width 80 http://localhost:80/server-status
- See: Shell Script.
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