Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A Small Web Server [closed]

Tags:

webserver

Can someone suggest a small webserver implementation that will illustrate the concepts of what a webserver does? It should be in a language that is easily read, and understood, and should implement security and cgi, maybe javascript?

like image 864
mchean Avatar asked Nov 11 '08 19:11

mchean


2 Answers

thttpd, a tiny/turbo/throttling http server.

It is written in C. If by "a language that is easily read" you meant "not C," then nevermind.

like image 129
DGentry Avatar answered Sep 26 '22 00:09

DGentry


lighttpd

like image 28
Paul Tomblin Avatar answered Sep 23 '22 00:09

Paul Tomblin