summaryrefslogtreecommitdiff
path: root/package/lighttpd/Config.in
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-23 19:46:56 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-23 19:46:56 +0000
commit7b4c85567443eed1a07fe050e0b0552d4906ab37 (patch)
treede42c87e2ef88ae720e99c808f8109dfac862296 /package/lighttpd/Config.in
parent3c0209f2885e971379d26b6d28282a28cba26ca5 (diff)
add package for lighttpd per case 0000509
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r--package/lighttpd/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
new file mode 100644
index 000000000..a2e447dec
--- /dev/null
+++ b/package/lighttpd/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_LIGHTTPD
+ bool "lighttpd"
+ default n
+ select BR2_PACKAGE_OPENSSL
+ help
+ lighttpd a secure, fast, compliant and very flexible web-server
+ which has been optimized for high-performance environments. It has a very
+ low memory footprint compared to other webservers and takes care of cpu-load.
+ Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
+ URL-Rewriting and many more) make lighttpd the perfect webserver-software
+ for every server that is suffering load problems.
+
+ http://www.lighttpd.net/