Menu

Home

Martin

Mrhttpd is a threaded web server that is lightning fast, simple, robust, secure and has a very small memory footprint. The binary is 15 to 20 kilobytes in size, depending on configuration and CPU architecture. Mrhttpd serves files at up to 4 times the throughput of Apache and runs CGI scripts. It scales very well with high levels of concurrency and responds very well to the BFS CPU scheduler by Con Kolivas.

One of the differentiating features is that the server is configured at compile time only. It will not read a configuration file at runtime. That makes it suitable for embedded systems as well.

The latest version is always available as a Docker image on Docker Hub: dockahdockah/mrhttpd

Read the documentation included in the distribution for more information.


Project Admins: