summaryrefslogtreecommitdiffstats
path: root/package/hiawatha/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-04-10 18:05:29 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-15 09:43:23 +0200
commitf4f4172a4191a3a4e47a49bbd86343c03237ac0e (patch)
tree728b921e72723565af8c6563a2518d4bc3c5c3e0 /package/hiawatha/Config.in
parent31993b329ee676d9f0bece894eee39b1243cfd90 (diff)
downloadbuildroot-novena-f4f4172a4191a3a4e47a49bbd86343c03237ac0e.tar.gz
buildroot-novena-f4f4172a4191a3a4e47a49bbd86343c03237ac0e.zip
hiawatha: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/hiawatha/Config.in')
-rw-r--r--package/hiawatha/Config.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/hiawatha/Config.in b/package/hiawatha/Config.in
new file mode 100644
index 000000000..431a9fa1b
--- /dev/null
+++ b/package/hiawatha/Config.in
@@ -0,0 +1,26 @@
+config BR2_PACKAGE_HIAWATHA
+ bool "hiawatha"
+ help
+ Hiawatha is a webserver for Unix and has been built with
+ security in mind. This resulted in a highly secure
+ webserver, in both code and features.
+
+ This webserver runs on Linux, BSD, MacOS X and
+ Windows. Although it can run any kind of CGI / FastCGI
+ application, it has been optimized for usage with PHP. Most
+ well known PHP frameworks and CMS applications have been
+ tested with Hiawatha and ran without a problem. Hiawatha
+ supports many web and HTTP features such as CGI/FastCGI,
+ HTTP authentication, virtual host support, request
+ pipelining, keep alive connections, URL rewriting and many
+ more.
+
+ http://www.hiawatha-webserver.org/
+
+if BR2_PACKAGE_HIAWATHA
+
+config BR2_PACKAGE_HIAWATHA_SSL
+ bool "hiawatha SSL support"
+ select BR2_PACKAGE_POLARSSL
+
+endif