summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:09:12 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-03-17 17:09:12 +0000
commit9c43232224dfaf669bd931bd1379bec206099057 (patch)
tree35a3d563a8bc99615d1dddb6c6de4213e61c3b6e /rules/lighttpd.in
parent7d97ba3543466aa26af52d076b10dc8e4c79a254 (diff)
downloadptxdist-9c43232224dfaf669bd931bd1379bec206099057.tar.gz
ptxdist-9c43232224dfaf669bd931bd1379bec206099057.tar.xz
* lighttpd: update to new version (rsc)
* lighttpd: add stubs for all config switches git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7848 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/lighttpd.in')
-rw-r--r--rules/lighttpd.in120
1 files changed, 118 insertions, 2 deletions
diff --git a/rules/lighttpd.in b/rules/lighttpd.in
index 0fa4bdc3b..5c59709f4 100644
--- a/rules/lighttpd.in
+++ b/rules/lighttpd.in
@@ -1,6 +1,9 @@
-config LIGHTTPD
+#
+
+menuconfig LIGHTTPD
bool
- prompt "lighttpd"
+ prompt "lighttpd "
+ select ZLIB if LIGHTTPD__ZLIB
help
Security, speed, compliance, and flexibility -- all of
these describe lighttpd (pron. lighty) which is rapidly
@@ -11,3 +14,116 @@ config LIGHTTPD
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,
+
+config LIGHTTPD__ZLIB
+ bool
+ depends on LIGHTTPD
+ prompt "zlib support"
+ help
+ Enable zlib support for mod_compress.
+
+config LIGHTTPD__BZLIB
+ bool
+ depends on LIGHTTPD
+# prompt "blib support"
+ help
+ Enable bzip2 support for mod_compress.
+
+config LIGHTTPD__LFS
+ bool
+ depends on LIGHTTPD
+# prompt "large file system support"
+ help
+ Turn on Large File System.
+
+config LIGHTTPD__IPV6
+ bool
+ depends on LIGHTTPD
+# prompt "ip v6 support"
+ help
+ Enable IPv6 support.
+
+config LIGHTTPD__MYSQL
+ bool
+ depends on LIGHTTPD
+# prompt "MySQL support"
+ help
+
+config LIGHTTPD__LDAP
+ bool
+ depends on LIGHTTPD
+# prompt "ldap"
+ help
+ Enable LDAP support.
+
+config LIGHTTPD__ATTR
+ bool
+ depends on LIGHTTPD
+# prompt "extended attribute support"
+ help
+ Enable extended attribute support.
+
+config LIGHTTPD__OPENSSL
+ bool
+ depends on LIGHTTPD
+# prompt "openssl support"
+ help
+ Include openssl support.
+
+config LIGHTTPD__KERBEROS
+ bool
+ depends on LIGHTTPD
+ select LIGHTTPD__OPENSSL
+# prompt "kerberos5 support"
+ help
+ Use Kerberos5 support with OpenSSL.
+
+config LIGHTTPD__PCRE
+ bool
+ depends on LIGHTTPD
+# prompt "pcre support"
+ help
+ Enable pcre support.
+
+config LIGHTTPD__FAM
+ bool
+ depends on LIGHTTPD
+# prompt "fam"
+ help
+ fam/gamin for reducing number of stat() calls.
+
+config LIGHTTPD__WEBDAV_PROPS
+ bool
+ depends on LIGHTTPD
+# prompt "properties in mod_webdav"
+ help
+ properties in mod_webdav
+
+config LIGHTTPD__WEBDAV_LOCKS
+ bool
+ depends on LIGHTTPD
+# prompt "locks in mod_webdav"
+ help
+ locks in mod_webdav
+
+config LIGHTTPD__GDBM
+ bool
+ depends on LIGHTTPD
+# prompt "gdbm storage for mod_trigger_b4_dl"
+ help
+ gdbm storage for mod_trigger_b4_dl
+
+config LIGHTTPD__MEMCACHE
+ bool
+ depends on LIGHTTPD
+# prompt "memcached storage for mod_trigger_b4_dl"
+ help
+ memcached storage for mod_trigger_b4_dl
+
+config LIGHTTPD__LUA
+ bool
+ depends on LIGHTTPD
+# prompt "lua engine for mod_cml"
+ help
+ lua engine for mod_cml
+