From owner-svn-doc-all@freebsd.org Sun Jun 10 20:57:10 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1312D10045CA; Sun, 10 Jun 2018 20:57:10 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5A6C77855; Sun, 10 Jun 2018 20:57:09 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 941B412010; Sun, 10 Jun 2018 20:57:09 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5AKv9Vf053611; Sun, 10 Jun 2018 20:57:09 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5AKv9YD053610; Sun, 10 Jun 2018 20:57:09 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201806102057.w5AKv9YD053610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Sun, 10 Jun 2018 20:57:09 +0000 (UTC) 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 X-SVN-Group: doc-head X-SVN-Commit-Author: sevan X-SVN-Commit-Paths: head/en_US.ISO8859-1/articles/hubs X-SVN-Commit-Revision: 51817 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2018 20:57:10 -0000 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 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 @@ - www/apache22: - Apache is the most widely - deployed web server on the Internet. It is used + www/apache24: + Apache is still one of the most widely + deployed web servers on the Internet. It is used extensively by the FreeBSD Project. - www/thttpd: - 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 Apache. It is - optimized for excellent performance on FreeBSD. + www/boa: + Boa 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. - www/boa: - 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 this writing, - contain the same set of optimizations for FreeBSD that - are found in thttpd. + www/cherokee: + >Cherokee 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 Apache compatible log + files. + www/lighttpd: + lighttpd 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. + + + www/nginx: - Nginx is a high performance edge web + nginx 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. + + + + www/thttpd: + 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 others. + It is also optimized for excellent performance on FreeBSD.