53336972ada9ea159825d76a48af42dfc478043f
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / hiawatha / Config.in
1 comment "hiawatha needs a toolchain w/ threads"
2         depends on BR2_USE_MMU
3         depends on !BR2_TOOLCHAIN_HAS_THREADS
4
5 config BR2_PACKAGE_HIAWATHA
6         bool "hiawatha"
7         # needs fork()
8         depends on BR2_USE_MMU
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         help
11           Hiawatha is a webserver for Unix and has been built with
12           security in mind. This resulted in a highly secure
13           webserver, in both code and features.
14
15           This webserver runs on Linux, BSD, MacOS X and
16           Windows. Although it can run any kind of CGI / FastCGI
17           application, it has been optimized for usage with PHP. Most
18           well known PHP frameworks and CMS applications have been
19           tested with Hiawatha and ran without a problem. Hiawatha
20           supports many web and HTTP features such as CGI/FastCGI,
21           HTTP authentication, virtual host support, request
22           pipelining, keep alive connections, URL rewriting and many
23           more.
24
25           http://www.hiawatha-webserver.org/
26
27 if BR2_PACKAGE_HIAWATHA
28
29 config BR2_PACKAGE_HIAWATHA_SSL
30         bool "hiawatha SSL support"
31         select BR2_PACKAGE_POLARSSL
32
33 endif