summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.in
blob: 95b49d2c288f27bd317874a7032a2332d2410ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
menuconfig THTTPD
	bool
	prompt "thttpd              "
	help
	  thttpd (thin httpd) is a small, fast secure webserver. 
	  
	  It features CGI support, URL-traffic-based throttling 
	  and basic authentication. thttpd has a very small memory 
	  footprint as it only forks itself in order to execute 
	  CGI scripts. It is designed to be as fast as fully 
	  featured web-servers and it performs extremely well 
	  under high load.