summaryrefslogtreecommitdiffstats
path: root/http/boa/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'http/boa/DETAILS')
-rwxr-xr-xhttp/boa/DETAILS7
1 files changed, 6 insertions, 1 deletions
diff --git a/http/boa/DETAILS b/http/boa/DETAILS
index 639a92faed..a5c40010ec 100755
--- a/http/boa/DETAILS
+++ b/http/boa/DETAILS
@@ -11,5 +11,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
BUILD_API=1
SHORT="Lightweight and High Performance WebServer"
cat << EOF
-Boa is a single-tasking HTTP server. That means that unlike traditional web servers, it does not fork for each incoming connection, nor does it fork many copies of itself to handle multiple connections. It internally multiplexes all of the ongoing HTTP connections, and forks only for CGI programs (which must be separate processes), automatic directory generation, and automatic file gunzipping.
+Boa is a single-tasking HTTP server. That means that unlike traditional web
+servers, it does not fork for each incoming connection, nor does it fork many
+copies of itself to handle multiple connections. It internally multiplexes
+all of the ongoing HTTP connections, and forks only for CGI programs (which
+must be separate processes), automatic directory generation, and automatic
+file gunzipping.
EOF