From 3cc2bd78f2feca5c044ed2c94d859f16a50d6d8c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 03:26:15 -0400 Subject: network/thttpd: Wrap README at 72 columns. Signed-off-by: B. Watson --- network/thttpd/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'network/thttpd') diff --git a/network/thttpd/README b/network/thttpd/README index 786fa7a4aa..b265263b91 100644 --- a/network/thttpd/README +++ b/network/thttpd/README @@ -2,15 +2,15 @@ thttpd is a simple, small, portable, fast, and secure HTTP server. Simple: It handles only the minimum necessary to implement HTTP/1.1. Well, maybe a little more than the minimum. Small: It has a very small run-time size, since it does not fork and is very careful about -memory allocation. Portable: It compiles cleanly on most any -Unix-like OS. Fast: In typical use it's about as fast as the best -full-featured servers. Secure: It goes to great lengths to protect -the web server machine against attacks and breakins from other sites. +memory allocation. Portable: It compiles cleanly on most any Unix-like +OS. Fast: In typical use it's about as fast as the best full-featured +servers. Secure: It goes to great lengths to protect the web server +machine against attacks and breakins from other sites. Notes: -By default the directory to serve through HTTP will be '/var/www/thttpd', -if you want to change it execute the SalckBuild as: +By default the directory to serve through HTTP will be +'/var/www/thttpd'. If you want to change it, execute the SlackBuild as: # WEBDIR='/opt/www' sh thttpd.SlackBuild To build and use this package the user/group 'thttpd' is required to -- cgit v1.2.3