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
This commit is contained in:
parent
fa44bd52b1
commit
5b495730ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51817
1 changed files with 44 additions and 29 deletions
|
@ -223,41 +223,56 @@
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><package>www/apache22</package>:
|
<para><package>www/apache24</package>:
|
||||||
<application>Apache</application> is the most widely
|
<application>Apache</application> is still one of the most widely
|
||||||
deployed web server on the Internet. It is used
|
deployed web servers on the Internet. It is used
|
||||||
extensively by the FreeBSD Project.</para>
|
extensively by the FreeBSD Project.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<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/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
|
||||||
|
server with a low memory footprint and key features to build
|
||||||
|
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>
|
<listitem>
|
||||||
<para><package>www/thttpd</package>:
|
<para><package>www/thttpd</package>:
|
||||||
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
|
||||||
efficient than <application>Apache</application>. It is
|
<application>thttpd<application> is more efficient than others.
|
||||||
optimized for excellent performance on FreeBSD.</para>
|
It is also optimized for excellent performance on FreeBSD.</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>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para><package>www/nginx</package>:
|
|
||||||
<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 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>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
Loading…
Reference in a new issue