diff options
-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 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 |