Apparently thttpd's authors use an all-lowercase name in their web page

at `http://www.acme.com/software/thttpd'.  Do away with the somewhat
strange capitalization of tHttpd in our docs.

PR:		docs/69216
Submitted by:	Brad Davis <so14k@so14k.com>
This commit is contained in:
Giorgos Keramidas 2004-07-18 01:48:27 +00:00
parent 218c6b4b9b
commit f9e61176ea
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21554

View file

@ -266,18 +266,18 @@
<listitem> <listitem>
<para><filename role="package">www/thttpd</filename>: <para><filename role="package">www/thttpd</filename>:
If you are going to be serving a large amount of static content If you are going to be serving a large amount of static content
you may find that using an application such as tHttpd is more you may find that using an application such as thttpd is more
efficient than Apache. It is optimized for excellent performance efficient than Apache. It is optimized for excellent performance
on FreeBSD.</para> on FreeBSD.</para>
</listitem> </listitem>
<listitem> <listitem>
<para><filename role="package">www/boa</filename>: <para><filename role="package">www/boa</filename>:
Boa is another alternative to tHttpd and Apache. It should Boa is another alternative to thttpd and Apache. It should
provide considerably better performance than Apache for purely provide considerably better performance than Apache for purely
static content. It does not, at the time of writing, contain the static content. It does not, at the time of writing, contain the
same set of optimizations for FreeBSD that are found in same set of optimizations for FreeBSD that are found in
tHttpd.</para> thttpd.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</para> </para>