aboutsummaryrefslogtreecommitdiffstats
path: root/www/fhttpd/pkg-descr
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-01-29 15:15:20 +0800
committersteve <steve@FreeBSD.org>2000-01-29 15:15:20 +0800
commit06dd5c1a282db9ce1349f126aa63e9c439e37756 (patch)
treed453d4e1300b4eac27f92e53b9e47541f770e603 /www/fhttpd/pkg-descr
parentf602ed0914080d541d0df55f65de00ddab3c00b2 (diff)
downloadfreebsd-ports-gnome-06dd5c1a282db9ce1349f126aa63e9c439e37756.tar.gz
freebsd-ports-gnome-06dd5c1a282db9ce1349f126aa63e9c439e37756.tar.zst
freebsd-ports-gnome-06dd5c1a282db9ce1349f126aa63e9c439e37756.zip
Adding fhttpd version 0.4.2.
A C++-based FTP/HTTP server that supports modules. PR: 15804 Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'www/fhttpd/pkg-descr')
-rw-r--r--www/fhttpd/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/fhttpd/pkg-descr b/www/fhttpd/pkg-descr
new file mode 100644
index 000000000000..021f0c7b5732
--- /dev/null
+++ b/www/fhttpd/pkg-descr
@@ -0,0 +1,15 @@
+FHTTPD is a relatively new HTTP/FTP daemon that supports modules,
+in particular, for PHP3. It's a feasible alternative to Apache,
+but only for certain situations (for reasons given below). For
+example, if one wishes only to run one daemon for both the FTP
+and HTTP services, they can do that with FHTTPD.
+
+Unfortunately, at this time, FHTTPD does not seem to offer the
+capability of running as non-root after binding to privileged
+ports. Not to mention that the code itself is not very
+self-documenting... it is of a poor programming style.
+
+WWW: http://www.illtel.com/pub/fhttpd/
+Author: Alex Belits <abelits@phobos.illtel.denver.co.us>
+
+--Will <andrews@technologist.com>