Monkey HTTP Server
{{notability|Products|date=July 2013}}
{{Infobox software
| name =
| title =
| logo =
| logo caption =
| logo_size =
| logo_alt =
| author =
| developer =
| released = 2001
| discontinued =
| latest release version = 1.6.9
| latest release date = {{Start date and age|2016|06|04|df=yes}}
| latest preview version =
| latest preview date =
| programming language = C
| operating system = Linux
| platform =
| size =
| genre = Web server
| license = Apache License v2.0
| website = https://github.com/monkey/monkey
| standard =
| AsOf =
}}
Monkey HTTP Server is an optimized web server for Linux. It is designed to achieve high performance under high loads by making the most of the Linux kernel in terms of specific system calls and optimization techniques. It is HTTP/1.1 compliant (RFC 2616) and supports common features such as IPv6, TLS, Virtual Hosts, CGI, FastCGI, Directory Listing, and Security Rules.
The server is designed as a small core extensible through its plugin interface. The binary size of Monkey is around 100 KB and around 250 KB on runtime depending on the loaded plugins. Monkey can perform well on x86 and x86-64, and ARM architectures running Linux embedded variants.
Monkey was started in 2001 as an open source project. It is currently licensed under the Apache License v2.
References
{{reflist}}
External links
- https://github.com/monkey/monkey
- [https://www.debinux.de/2014/05/monkey-http-server-mit-fastcgi-fuer-php5-dirlisting-logger Debinux: Monkey Server on Debian Linux] Debian
- [https://www.yoctoproject.org/organization/monkey-project Monkey Server: Yocto Project Participant:] Yocto Project
- [http://www.techrepublic.com/blog/diy-it-guy/diy-youll-go-bananas-for-the-monkey-web-server/ Techrepublic.com: Easy way to get a web server up and running on smaller or embedded systems]
- [http://barracudadrive.com/blog/2013/03 RealTime Logic: Barracuda Drive Server Software Benchmarks]
- [http://www.google-melange.com/gsoc/org2/google/gsoc2014/monkey Monkey Project] in Google Summer of Code
- Damn Small Linux (DSL) Wiki : [http://www.damnsmalllinux.org/wiki/monkey.html Setting Up Monkey Server]
{{Web server software}}