diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:26:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:26:15 -0400 |
commit | 3cc2bd78f2feca5c044ed2c94d859f16a50d6d8c (patch) | |
tree | 40c0f065002934f3ec8da4f8ae7013acad682537 /network/thttpd | |
parent | 1b735447b00b3a8e600b2848cd28dc803e4c5111 (diff) |
network/thttpd: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/thttpd')
-rw-r--r-- | network/thttpd/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/thttpd/README b/network/thttpd/README index 786fa7a4aaaf..b265263b9108 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 |