Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 20:57:09 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51817 - head/en_US.ISO8859-1/articles/hubs
Message-ID:  <201806102057.w5AKv9YD053610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan
Date: Sun Jun 10 20:57:09 2018
New Revision: 51817
URL: https://svnweb.freebsd.org/changeset/doc/51817

Log:
  replace www/apache22 with www/apache24
  change www/boa's description
  add www/cherokee and www/lighttpd web servers to the list
  Nginx -> nginx (as used by the project)
  minor fixes
  
  PR:             227714
  Submitted by:   Vinicius Zavam <egypcio AT googlemail DOT com>
  Approved by:    wosch
  Differential Revision:  https://reviews.freebsd.org/D15167

Modified:
  head/en_US.ISO8859-1/articles/hubs/article.xml

Modified: head/en_US.ISO8859-1/articles/hubs/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/hubs/article.xml	Sun Jun 10 20:21:30 2018	(r51816)
+++ head/en_US.ISO8859-1/articles/hubs/article.xml	Sun Jun 10 20:57:09 2018	(r51817)
@@ -223,41 +223,56 @@
 
           <itemizedlist>
             <listitem>
-              <para><package>www/apache22</package>:
-                <application>Apache</application> is the most widely
-                deployed web server on the Internet. It is used
+              <para><package>www/apache24</package>:
+                <application>Apache</application> is still one of the most widely
+                deployed web servers on the Internet. It is used
                 extensively by the FreeBSD Project.</para>
             </listitem>
 
             <listitem>
-              <para><package>www/thttpd</package>:
-                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
-                efficient than <application>Apache</application>. It is
-                optimized for excellent performance on FreeBSD.</para>
+              <para><package>www/boa</package>:
+                <application>Boa</application> is a single-tasking HTTP server.
+                Unlike traditional web servers, it does not fork for each incoming
+                connection, nor does it fork many copies of itself to handle multiple
+                connections. Although, it should provide considerably great
+                performance for purely static content.</para>
             </listitem>
 
             <listitem>
-              <para><package>www/boa</package>:
-                <application>Boa</application> is another alternative to
-                <application>thttpd</application> and
-                <application>Apache</application>. It should provide
-                considerably better performance than
-                <application>Apache</application> for purely static
-                content. It does not, at the time of this writing,
-                contain the same set of optimizations for FreeBSD that
-                are found in <application>thttpd</application>.</para>
+              <para><package>www/cherokee</package>:
+                <application>>Cherokee</application> is a very fast, flexible and
+                easy to configure web server. It supports the widespread technologies
+                nowadays: FastCGI, SCGI, PHP, CGI, SSL/TLS encrypted connections,
+                vhosts, users authentication, on the fly encoding and load balancing.
+                It also generates <application>Apache</application> compatible log
+                files.</para>
             </listitem>
 
             <listitem>
+              <para><package>www/lighttpd</package>:
+                <application>lighttpd</application> is a secure, fast, compliant and
+                very flexible web server which has been optimized for high-performance
+                environments. It has a very low memory footprint compared to other web
+                servers and takes care of cpu-load.</para>
+            </listitem>
+
+            <listitem>
               <para><package>www/nginx</package>:
-                <application>Nginx</application> is a high performance edge web
+                <application>nginx</application> is a high performance edge web
                 server with a low memory footprint and key features to build
-                a modern and efficient web infrastructure.  Features include
+                a modern and efficient web infrastructure. Features include
                 a HTTP server, HTTP and mail reverse proxy, caching, load
                 balancing, compression, request throttling, connection
                 multiplexing and reuse, SSL offload and HTTP media
                 streaming.</para>
+            </listitem>
+
+            <listitem>
+              <para><package>www/thttpd</package>:
+                If you are going to be serving a large amount of static content
+		you may find that using an application such as 
+		<application>thttpd<application> is more efficient than others.
+                It is also optimized for excellent performance on FreeBSD.</para>
             </listitem>
           </itemizedlist>
       </sect3>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806102057.w5AKv9YD053610>