Apache Utils are the tools provided by Apache Web Server
Apache Utils are the tools provided by Apache Web Server, which includes:
- ab: Apache benchmark tool
- logresolve: Resolve IP addresses to hostname in logfiles
- htpasswd: Manipulate basic authentication files
- htdigest: Manipulate digest authentication files
- dbmmanage: Manipulate basic authentication files in DBM format, using perl
- htdbm: Manipulate basic authentication files in DBM format, using APR
- rotatelogs: Periodically stop writing to a logfile and open a new one
- split-logfile: Split a single log including multiple vhosts
- checkgid: Checks whether the caller can setgid to the specified group
- check_forensic: Extract mod_log_forensic output from apache log files
- httxt2dbm: Convert rewrite map in
.txt
format to.dbm
format for better performance - (and more)
For Debian-based Linux, it can be installed via:
apt-get install apache2-utils