4593935 [rkeene@sledge /home/rkeene/projects/build]$ cat thttpd.txt
# SHORT DESC: Lightweight HTTP Daemon
# LONG DESC: thttpd is a simple, small, fast and secure HTTP server.  It doesn't have a lot of special features but it suffices for most uses of the web. It's faster than Apache and it has one extremely useful feature (URL-traffic-based throttling) that no other server currently has.


./configure --prefix=/usr --libdir="${libdir}" --sysconfdir=/etc --localstatedir=/var && \
make WEBGROUP=nobody && \
make install WEBGROUP=nobody || exit 1
4593936 [rkeene@sledge /home/rkeene/projects/build]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2012-05-07 00:52:06