aboutsummaryrefslogtreecommitdiff
path: root/www/xshttpd/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-15 23:04:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-15 23:04:31 +0000
commit5b696bd4102a099076f36e46479a34143c2a6f9a (patch)
treef56548d0774dcc70a620c04757738d00266e8530 /www/xshttpd/pkg-descr
parent058bc54315021a93358f612734a8a22b45c2c07f (diff)
downloadports-5b696bd4102a099076f36e46479a34143c2a6f9a.tar.gz
ports-5b696bd4102a099076f36e46479a34143c2a6f9a.zip
Notes
Diffstat (limited to 'www/xshttpd/pkg-descr')
-rw-r--r--www/xshttpd/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/www/xshttpd/pkg-descr b/www/xshttpd/pkg-descr
new file mode 100644
index 000000000000..47e5bba24d56
--- /dev/null
+++ b/www/xshttpd/pkg-descr
@@ -0,0 +1,23 @@
+XS-HTTPD is a WWW server that has the following features:
+
+- It is pronounced as "access-HTTP-daemon"
+- It is SMALL (very small in fact: a factor two to three smaller than
+ normal servers on disk and in memory)
+- It is FAST (because it is so small and does not do unnecessary things)
+- Uses very little CPU time
+- Configurable (configuration compiled in to make it small, but largely
+ overridable on the command line)
+- Runs user CGI binaries under their own user ID
+- Gets users' pages under their own user ID, allowing them to really
+ have protected pages (using the built-in authentication mechanism)
+- Does not fork for every connection (has a fixed number of servers),
+ only to replace a lost server (in case of timeouts).
+- Comes with some other useful programs
+- Offers Server-Side Includes for many common tasks, including built-in
+ page counters (text or graphical)
+- Supports PHP and other interpreted file formats
+- Supports automatic decompression to save diskspace and bandwidth
+- Serves SSL (https) and http connections through the same daemon
+- Full support for IPv6
+
+WWW: http://www.stack.nl/~johans/xs-httpd/