diff options
author | nbm <nbm@FreeBSD.org> | 2000-01-29 00:41:09 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-01-29 00:41:09 +0800 |
commit | ba2954f02741d6ae5f9792149f199041a5638258 (patch) | |
tree | 097b5c933fea6667ad499e0a243bb94c7bcb32e1 /www/publicfile/pkg-descr | |
parent | 2d4e14ece675f178b9b924b9772710185f93e781 (diff) | |
download | freebsd-ports-gnome-ba2954f02741d6ae5f9792149f199041a5638258.tar.gz freebsd-ports-gnome-ba2954f02741d6ae5f9792149f199041a5638258.tar.zst freebsd-ports-gnome-ba2954f02741d6ae5f9792149f199041a5638258.zip |
Import of publicfile 0.52, a combined ftp and web server by Dan
Bernstein.
Diffstat (limited to 'www/publicfile/pkg-descr')
-rw-r--r-- | www/publicfile/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/publicfile/pkg-descr b/www/publicfile/pkg-descr new file mode 100644 index 000000000000..ad7f15e12556 --- /dev/null +++ b/www/publicfile/pkg-descr @@ -0,0 +1,22 @@ +publicfile supplies files to the public through HTTP and FTP. + +Security features: + publicfile chroot()s to the public file area and sheds root privileges. + publicfile never attempts to modify the public file area. + publicfile never runs any other programs. + +HTTP features: + publicfile supports virtual hosts through the Host field. + publicfile supports virtual hosts through absolute URLs. + publicfile supports HTTP/1.1 persistent connections. + publicfile supports HTTP/1.1 chunked responses. + publicfile supports user-controlled content types. + publicfile supports exact-prefix If-Modified-Since. + +FTP features: + publicfile has built-in LIST and NLST commands. + publicfile provides EPLF LIST responses. + publicfile supports restarted transfers. + publicfile supports pipelining. + +WWW: http://cr.yp.to/publicfile.html |