## SECTION=networking menuconfig LIGHTTPD tristate prompt "lighttpd " select ZLIB if LIGHTTPD__ZLIB select BZIP2 if LIGHTTPD__BZ2LIB select BZIP2__LIBBZ2 if LIGHTTPD__BZ2LIB select LIBPCRE if LIGHTTPD__PCRE select OPENSSL if LIGHTTPD__OPENSSL select OPENSSL_SHARED if LIGHTTPD__OPENSSL help Security, speed, compliance, and flexibility -- all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems.is a small, if LIGHTTPD config LIGHTTPD__ZLIB bool prompt "zlib support" help Enable zlib support for mod_compress. config LIGHTTPD__BZ2LIB bool prompt "bz2lib support" help Enable bzip2 support for mod_compress. config LIGHTTPD__LFS bool prompt "large file system support" help Turn on Large File System. config LIGHTTPD__IPV6 bool prompt "ip v6 support" help Enable IPv6 support. config LIGHTTPD__MYSQL bool # prompt "MySQL support" help config LIGHTTPD__LDAP bool # prompt "ldap" help Enable LDAP support. config LIGHTTPD__ATTR bool # prompt "extended attribute support" help Enable extended attribute support. config LIGHTTPD__OPENSSL bool prompt "openssl support" help Include openssl support. config LIGHTTPD__KERBEROS bool select LIGHTTPD__OPENSSL # prompt "kerberos5 support" help Use Kerberos5 support with OpenSSL. config LIGHTTPD__PCRE bool select LIBPCRE prompt "pcre support" help Enable pcre support. config LIGHTTPD__FAM bool # prompt "fam" help fam/gamin for reducing number of stat() calls. config LIGHTTPD__WEBDAV_PROPS bool # prompt "properties in mod_webdav" help properties in mod_webdav config LIGHTTPD__WEBDAV_LOCKS bool # prompt "locks in mod_webdav" help locks in mod_webdav config LIGHTTPD__GDBM bool # prompt "gdbm storage for mod_trigger_b4_dl" help gdbm storage for mod_trigger_b4_dl config LIGHTTPD__MEMCACHE bool # prompt "memcached storage for mod_trigger_b4_dl" help memcached storage for mod_trigger_b4_dl config LIGHTTPD__LUA bool # prompt "lua engine for mod_cml" help lua engine for mod_cml config LIGHTTPD_STARTSCRIPT bool default y prompt "install /etc/init.d/lighttpd" config LIGHTTPD__GENERIC_SITE bool default y prompt "Populate a generic website" help This install a generic website into /var/www/index.html from /generic/var/www/lighttpd.html and some php demos. endif