How to Install apache2-utils in Ubuntu 18.04



Install apache2-utils by entering the following commands in the terminal:

sudo apt update
sudo apt install apache2-utils

Description:

Apache HTTP Server (utility programs for web servers)

Provides some add-on programs useful for any web server. These include: - ab (Apache benchmark tool) - fcgistarter (Start a FastCGI program) - logresolve (Resolve IP addresses to hostnames in logfiles) - htpasswd (Manipulate basic authentication files) - htdigest (Manipulate digest authentication files) - htdbm (Manipulate basic authentication files in DBM format, using APR) - htcacheclean (Clean up the disk cache) - 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 (Generate dbm files for use with RewriteMap)

Homepage: http://httpd.apache.org/

Version: 2.4.29-1ubuntu4.1

Section: net