summaryrefslogtreecommitdiffstats
path: root/rules/thttpd.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:02:51 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 11:02:51 +0000
commitcf72a72d09cb648418f2762fd5c9765de5cf7115 (patch)
treec2e74a77376fff723d0140de39a408836c122abf /rules/thttpd.in
parent1a6f41226d78c0ca2041defb6745aac342b4140f (diff)
downloadptxdist-cf72a72d09cb648418f2762fd5c9765de5cf7115.tar.gz
ptxdist-cf72a72d09cb648418f2762fd5c9765de5cf7115.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4232 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/thttpd.in')
-rw-r--r--rules/thttpd.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/thttpd.in b/rules/thttpd.in
index 0b29503b1..c13a4631a 100644
--- a/rules/thttpd.in
+++ b/rules/thttpd.in
@@ -1,4 +1,13 @@
menuconfig THTTPD
bool
prompt "thttpd "
+ help
+ thttpd 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.