1 comment "hiawatha needs a toolchain w/ threads, dynamic library"
3 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
5 config BR2_PACKAGE_HIAWATHA
9 depends on BR2_TOOLCHAIN_HAS_THREADS
10 depends on !BR2_STATIC_LIBS
11 select BR2_PACKAGE_ZLIB
13 Hiawatha is a webserver for Unix and has been built with
14 security in mind. This resulted in a highly secure
15 webserver, in both code and features.
17 This webserver runs on Linux, BSD, MacOS X and
18 Windows. Although it can run any kind of CGI / FastCGI
19 application, it has been optimized for usage with PHP. Most
20 well known PHP frameworks and CMS applications have been
21 tested with Hiawatha and ran without a problem. Hiawatha
22 supports many web and HTTP features such as CGI/FastCGI,
23 HTTP authentication, virtual host support, request
24 pipelining, keep alive connections, URL rewriting and many
27 http://www.hiawatha-webserver.org/
29 if BR2_PACKAGE_HIAWATHA
31 config BR2_PACKAGE_HIAWATHA_SSL
32 bool "hiawatha TLS support"
33 select BR2_PACKAGE_MBEDTLS