diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-01 05:19:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-01 05:19:02 +0000 |
commit | 2c541c5c8d6ce50d20dce59ab46cc72dcecfc66e (patch) | |
tree | 433f788f429b25d9317bcc979d32d1e3f1ff71b1 /www/thy/DESCR | |
parent | cf372a55330f1a782620b255947e7d4eccc9708c (diff) | |
download | pkgsrc-2c541c5c8d6ce50d20dce59ab46cc72dcecfc66e.tar.gz |
Initial import of thy-0.8.10 from pkgsrc-wip.
Thy was designed to be as fast and lightweight as possible. For
speed, she uses sendfile(), and does not fork.
Among the features are name-based virtual hosts, userdir and
directory index support; Range, If-Modified-Since, keep-alive,
on-the-fly compression and of course, CGI, IPv6 and TLS support.
Thy does not require (but can use) a configuration file to run.
Diffstat (limited to 'www/thy/DESCR')
-rw-r--r-- | www/thy/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/thy/DESCR b/www/thy/DESCR new file mode 100644 index 00000000000..dc7ab90ea62 --- /dev/null +++ b/www/thy/DESCR @@ -0,0 +1,8 @@ +Thy was designed to be as fast and lightweight as possible. For +speed, she uses sendfile(), and does not fork. + +Among the features are name-based virtual hosts, userdir and +directory index support; Range, If-Modified-Since, keep-alive, +on-the-fly compression and of course, CGI, IPv6 and TLS support. + +Thy does not require (but can use) a configuration file to run. |