Bug #2878 ยป lighttpd-V.txt
1 |
# lighttpd -V |
---|---|
2 |
lighttpd/1.4.49 (ssl) - a light and fast webserver |
3 |
|
4 |
Event Handlers: |
5 |
|
6 |
+ select (generic) |
7 |
+ poll (Unix) |
8 |
+ epoll (Linux) |
9 |
- /dev/poll (Solaris) |
10 |
- eventports (Solaris) |
11 |
- kqueue (FreeBSD) |
12 |
- libev (generic) |
13 |
|
14 |
Network handler: |
15 |
|
16 |
- linux-sendfile |
17 |
- freebsd-sendfile |
18 |
- darwin-sendfile |
19 |
- solaris-sendfilev |
20 |
+ writev |
21 |
+ write |
22 |
- mmap support |
23 |
|
24 |
Features: |
25 |
|
26 |
+ IPv6 support |
27 |
- zlib support |
28 |
- bzip2 support |
29 |
+ crypt support |
30 |
+ SSL support |
31 |
+ PCRE support |
32 |
- MySQL support |
33 |
- PgSQL support |
34 |
- DBI support |
35 |
- Kerberos support |
36 |
- LDAP support |
37 |
- memcached support |
38 |
- FAM support |
39 |
- LUA support |
40 |
- xml support |
41 |
- SQLite support |
42 |
- GDBM support |
43 |
|