summaryrefslogtreecommitdiffstats
path: root/rules/lighttpd.in
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2014-07-31 10:30:43 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-08-06 10:25:02 +0200
commit30c4325c0e36aa6f5b3e06e6323139282f762067 (patch)
treed6e414b9ca3f45218402369c6819432ceacf594f /rules/lighttpd.in
parent78081a4e86048d59165f7c4a50c8de15ef5d7b76 (diff)
downloadptxdist-30c4325c0e36aa6f5b3e06e6323139282f762067.tar.gz
ptxdist-30c4325c0e36aa6f5b3e06e6323139282f762067.tar.xz
lighttpd: make more modules configurable
This comes handy if a package installs config sniplets to /etc/lighttpd/conf.d that require the respective modules. The three modules that used to be the default for LIGHTTPD_MOD_EXTRA got a "default y". Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lighttpd.in')
-rw-r--r--rules/lighttpd.in35
1 files changed, 34 insertions, 1 deletions
diff --git a/rules/lighttpd.in b/rules/lighttpd.in
index 5e132f286..aac0756ba 100644
--- a/rules/lighttpd.in
+++ b/rules/lighttpd.in
@@ -83,6 +83,33 @@ endmenu
menu "modules "
+config LIGHTTPD_MOD_ACCESS
+ bool
+ prompt "mod_access"
+ default y
+ help
+ Deny access to some files.
+
+config LIGHTTPD_MOD_ACCESSLOG
+ bool
+ prompt "mod_accesslog"
+ default y
+ help
+ flexible logging of requests served
+
+config LIGHTTPD_MOD_ALIAS
+ bool
+ prompt "mod_alias"
+ help
+ Specify a special document-root for a given url-subset.
+
+config LIGHTTPD_MOD_AUTH
+ bool
+ prompt "mod_auth"
+ default y
+ help
+ User authentication
+
config LIGHTTPD_MOD_CML
bool
select LIGHTTPD_LUA
@@ -136,6 +163,12 @@ config LIGHTTPD_MOD_MAGNET
help
A module to control the request handling
+config LIGHTTPD_MOD_REWRITE
+ bool
+ prompt "mod_rewrite"
+ help
+ Module for URL rewriting
+
config LIGHTTPD_MOD_TRIGGER_B4_DL
bool
select LIGHTTPD_MEMCACHE
@@ -170,7 +203,7 @@ endif
config LIGHTTPD_MOD_EXTRA
string
prompt "extra modules"
- default "mod_access mod_accesslog mod_auth"
+ default ""
help
Space sparated list of modules to add to lighttpd.conf