diff options
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r-- | package/lighttpd/Config.in | 13 |
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/ |