| Summary: | [patch] fix erraneous caps | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Brad Davis <so14k> |
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed Committed, thanks. Responsible Changed From-To: freebsd-doc->keramida |
thttpd should be spelled as thttpd, not tHttpd. Fix: Apply the following patch: <listitem> <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 static content. It does not, at the time of writing, contain the same set of optimizations for FreeBSD that are found in - tHttpd.</para> + thttpd.</para> </listitem> </itemizedlist> </para>--khzMUU2M0gPmhBIgi6jkktyraSKWvy0OfGOZKd6ATbayvcGQ Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- doc-ori/en_US.ISO8859-1/articles/hubs/article.sgml Sat Jul 17 17:22:51 2004 +++ doc/en_US.ISO8859-1/articles/hubs/article.sgml Sat Jul 17 17:23:38 2004 @@ -266,18 +266,18 @@ <listitem> <para><filename role="package">www/thttpd</filename>: 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 on FreeBSD.</para> </listitem> How-To-Repeat: n/a