summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:26:15 +0100
committer B. Watson2022-03-14 08:26:15 +0100
commit3cc2bd78f2feca5c044ed2c94d859f16a50d6d8c (patch)
tree40c0f065002934f3ec8da4f8ae7013acad682537
parent1b735447b00b3a8e600b2848cd28dc803e4c5111 (diff)
downloadslackbuilds-3cc2bd78f2feca5c044ed2c94d859f16a50d6d8c.tar.gz
network/thttpd: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--network/thttpd/README12
1 files changed, 6 insertions, 6 deletions
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