mini-httpd
a small HTTP server
Install
- All systems
-
curl cmd.cat/mini-httpd.sh
- Debian
-
apt-get install mini-httpd
- Ubuntu
-
apt-get install mini-httpd
- Kali Linux
-
apt-get install mini-httpd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mini-httpd
- Raspbian
-
apt-get install mini-httpd
- Dockerfile
- dockerfile.run/mini-httpd
mini-httpd
a small HTTP server
mini-httpd implements all basic features of a HTTPD, including: GET,HEAD,POST methods, common MIME types, basic authentication, virtual hosting, CGI, directory listing, trailing-slash redirection, standard logging, custom error pages etc. It also can be configured to do SSL and IPv6.