dbmmanage
A high performance Unix-based HTTP server
Install
- All systems
-
curl cmd.cat/dbmmanage.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
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install apache2-utils
- Raspbian
-
apt-get install apache2-utils
- Dockerfile
- dockerfile.run/dbmmanage
- Docker
-
docker run cmd.cat/dbmmanage dbmmanage
powered by Commando
apache
A high performance Unix-based HTTP server
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)