Config.in 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. config ADK_PACKAGE_LIGHTTPD
  2. prompt "lighttpd.......................... Flexible and lightweight web server"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBPCRE
  6. select ADK_COMPILE_SQLITE
  7. select ADK_PACKAGE_LIBXML2
  8. help
  9. A flexible and lightweight web server.
  10. http://www.lighttpd.net/
  11. config ADK_COMPILE_LIGHTTPD_WITH_OPENSSL
  12. bool " Use OpenSSL for https support"
  13. default y
  14. depends on ADK_PACKAGE_LIGHTTPD
  15. select ADK_PACKAGE_LIBOPENSSL
  16. config ADK_PACKAGE_LIGHTTPD_MOD_ACCESSLOG
  17. prompt " lighttpd-mod-accesslog........ Access logging module"
  18. tristate
  19. default n
  20. depends ADK_PACKAGE_LIGHTTPD
  21. config ADK_PACKAGE_LIGHTTPD_MOD_ALIAS
  22. prompt " lighttpd-mod-alias............ Directory alias module"
  23. tristate
  24. default n
  25. depends ADK_PACKAGE_LIGHTTPD
  26. config ADK_PACKAGE_LIGHTTPD_MOD_AUTH
  27. prompt " lighttpd-mod-auth............. Authentication module"
  28. tristate
  29. default n
  30. depends ADK_PACKAGE_LIGHTTPD
  31. config ADK_PACKAGE_LIGHTTPD_MOD_CGI
  32. prompt " lighttpd-mod-cgi.............. CGI module"
  33. tristate
  34. default n
  35. depends ADK_PACKAGE_LIGHTTPD
  36. config ADK_PACKAGE_LIGHTTPD_MOD_EVASIVE
  37. prompt " lighttpd-mod-evasive.......... Evasive module"
  38. tristate
  39. default n
  40. depends ADK_PACKAGE_LIGHTTPD
  41. config ADK_PACKAGE_LIGHTTPD_MOD_EXPIRE
  42. prompt " lighttpd-mod-expire........... Expire module"
  43. tristate
  44. default n
  45. depends ADK_PACKAGE_LIGHTTPD
  46. config ADK_PACKAGE_LIGHTTPD_MOD_FASTCGI
  47. prompt " lighttpd-mod-fastcgi.......... FastCGI module"
  48. tristate
  49. default n
  50. depends ADK_PACKAGE_LIGHTTPD
  51. config ADK_PACKAGE_LIGHTTPD_MOD_PROXY
  52. prompt " lighttpd-mod-proxy............ Proxy module"
  53. tristate
  54. default n
  55. depends ADK_PACKAGE_LIGHTTPD
  56. config ADK_PACKAGE_LIGHTTPD_MOD_REDIRECT
  57. prompt " lighttpd-mod-redirect......... URL redirection module"
  58. tristate
  59. default n
  60. depends ADK_PACKAGE_LIGHTTPD
  61. config ADK_PACKAGE_LIGHTTPD_MOD_REWRITE
  62. prompt " lighttpd-mod-rewrite.......... URL rewriting module"
  63. tristate
  64. default n
  65. depends ADK_PACKAGE_LIGHTTPD
  66. config ADK_PACKAGE_LIGHTTPD_MOD_SETENV
  67. prompt " lighttpd-mod-setenv........... Environment variable setting module"
  68. tristate
  69. default n
  70. depends ADK_PACKAGE_LIGHTTPD
  71. config ADK_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
  72. prompt " lighttpd-mod-simple-vhost..... Simple virtual hosting module"
  73. tristate
  74. default n
  75. depends ADK_PACKAGE_LIGHTTPD
  76. config ADK_PACKAGE_LIGHTTPD_MOD_SSI
  77. prompt " lighttpd-mod-ssi.............. SSI module"
  78. tristate
  79. default n
  80. depends ADK_PACKAGE_LIGHTTPD
  81. config ADK_PACKAGE_LIGHTTPD_MOD_STATUS
  82. prompt " lighttpd-mod-status........... Server status display module"
  83. tristate
  84. default n
  85. depends ADK_PACKAGE_LIGHTTPD
  86. config ADK_PACKAGE_LIGHTTPD_MOD_USERTRACK
  87. prompt " lighttpd-mod-usertrack........ User tracking module"
  88. tristate
  89. default n
  90. depends ADK_PACKAGE_LIGHTTPD
  91. config ADK_PACKAGE_LIGHTTPD_MOD_WEBDAV
  92. prompt " lighttpd-mod-webdav........... webdav module"
  93. tristate
  94. default n
  95. depends ADK_PACKAGE_LIGHTTPD