blob: f83aebb46bb533b939ebec24d5bbdbb3f12bf0b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
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_LIBOPENSSL
config ADK_PACKAGE_LIGHTTPD_MOD_ACCESSLOG
prompt " lighttpd-mod-accesslog........ Access logging module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_ALIAS
prompt " lighttpd-mod-alias............ Directory alias module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_AUTH
prompt " lighttpd-mod-auth............. Authentication module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_CGI
prompt " lighttpd-mod-cgi.............. CGI module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_EVASIVE
prompt " lighttpd-mod-evasive.......... Evasive module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_EXPIRE
prompt " lighttpd-mod-expire........... Expire module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_FASTCGI
prompt " lighttpd-mod-fastcgi.......... FastCGI module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_PROXY
prompt " lighttpd-mod-proxy............ Proxy module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_REDIRECT
prompt " lighttpd-mod-redirect......... URL redirection module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_REWRITE
prompt " lighttpd-mod-rewrite.......... URL rewriting module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_SETENV
prompt " lighttpd-mod-setenv........... Environment variable setting module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST
prompt " lighttpd-mod-simple-vhost..... Simple virtual hosting module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_SSI
prompt " lighttpd-mod-ssi.............. SSI module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_STATUS
prompt " lighttpd-mod-status........... Server status display module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_USERTRACK
prompt " lighttpd-mod-usertrack........ User tracking module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
config ADK_PACKAGE_LIGHTTPD_MOD_WEBDAV
prompt " lighttpd-mod-webdav........... webdav module"
tristate
default n
depends on ADK_PACKAGE_LIGHTTPD
|