htdigest
Apache HTTP Server (utility programs for web servers)
Install
- All systems
-
curl cmd.cat/htdigest.sh
- Debian
-
apt-get install apache2-utils
- Ubuntu
-
apt-get install apache2-utils
- Alpine
-
apk add apache2-utils
- Arch Linux
-
pacman -S apache
- Kali Linux
-
apt-get install apache2-utils
- CentOS
-
yum install httpd-tools
- Fedora
-
dnf install httpd-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apache2-utils
- Raspbian
-
apt-get install apache2-utils
- Dockerfile
- dockerfile.run/htdigest
- Docker
-
docker run cmd.cat/htdigest htdigest
powered by Commando
apache2-utils
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)
httpd-tools
Tools for use with the Apache HTTP Server
apache2-dbg
Apache debugging symbols
The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. This package includes the debugging symbols. It can be used to debug crashing server instances and modules. See /usr/share/doc/apache2/README.backtrace for more information.