mightyctl
classical web server on WAI/warp
Install
- All systems
-
curl cmd.cat/mightyctl.sh
- Debian
-
apt-get install mighttpd2
- Ubuntu
-
apt-get install mighttpd2
- Kali Linux
-
apt-get install mighttpd2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mighttpd2
- OS X
-
brew install mighttpd2
- Raspbian
-
apt-get install mighttpd2
- Dockerfile
- dockerfile.run/mightyctl
mighttpd2
classical web server on WAI/warp
Mighttpd2 (pronounced as "mighty") is a simple but practical HTTP server written in Haskell. It handles static files and CGI scripts. It also provides reverse proxy functionality. Mighttpd2 is now implemented as a WAI application using the high-performance HTTP engine, "warp". To httperf Ping-Pong benchmark, Mighttpd2 is faster than nginx.