| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 | config ADK_PACKAGE_LIGHTTPD	prompt "lighttpd.......................... Flexible and lightweight web server"	tristate	default n	select ADK_PACKAGE_LIBPCRE	select ADK_COMPILE_SQLITE	select ADK_PACKAGE_LIBXML2	help	  A flexible and lightweight web server.	  	  http://www.lighttpd.net/config ADK_COMPILE_LIGHTTPD_WITH_OPENSSL	bool "  Use OpenSSL for https support"	default y	depends on ADK_PACKAGE_LIGHTTPD	select ADK_PACKAGE_LIBOPENSSLconfig ADK_PACKAGE_LIGHTTPD_MOD_ACCESSLOG	prompt   "  lighttpd-mod-accesslog........ Access logging module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_ALIAS	prompt   "  lighttpd-mod-alias............ Directory alias module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_AUTH	prompt   "  lighttpd-mod-auth............. Authentication module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_CGI	prompt   "  lighttpd-mod-cgi.............. CGI module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_EVASIVE	prompt   "  lighttpd-mod-evasive.......... Evasive module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_EXPIRE	prompt   "  lighttpd-mod-expire........... Expire module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_FASTCGI	prompt   "  lighttpd-mod-fastcgi.......... FastCGI module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_PROXY	prompt   "  lighttpd-mod-proxy............ Proxy module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_REDIRECT	prompt   "  lighttpd-mod-redirect......... URL redirection module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_REWRITE	prompt   "  lighttpd-mod-rewrite.......... URL rewriting module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_SETENV	prompt   "  lighttpd-mod-setenv........... Environment variable setting module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST	prompt   "  lighttpd-mod-simple-vhost..... Simple virtual hosting module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_SSI	prompt   "  lighttpd-mod-ssi.............. SSI module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_STATUS	prompt   "  lighttpd-mod-status........... Server status display module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_USERTRACK	prompt   "  lighttpd-mod-usertrack........ User tracking module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPDconfig ADK_PACKAGE_LIGHTTPD_MOD_WEBDAV	prompt   "  lighttpd-mod-webdav........... webdav module"	tristate	default n	depends ADK_PACKAGE_LIGHTTPD
 |