Introduction to the installation of LIGHTTPD and the use of basic modules
article Category: Ruby programming Keywords: lighttpd installation rewrite mod_proxy mod_secdownload
The front-end time for the system needs to get a lighttpd, mainly using
The reverse proxy can be divided into two types in transmission:
1: Synchronous mode (apache-mod_proxy and squid)
2: asynchronous mode (Lighttpd and nginx)
In the nginx documentation, I mentioned the asynchronous transmission mode and
ArticleDirectory
Lighttpd Configuration
Squid Configuration
Apache configuration
Architecture Principle
Apache is usually the preferred web server in the Open Source Field. Because of its powerful and reliable nature, Apache has
Advantages and disadvantages of Apache server and nginx:
We used Apache in large numbers as httpserver. Apache has excellent performance and provides a variety of functions through modules.
Advantages:
First, Apache supports concurrent responses
1. lighttpd
LIGHTTPD is a feature with very low memory overhead, low CPU usage, good performance, and rich modules. LIGHTTPD is one of the best in many opensource lightweight Web servers. Support FastCGI, CGI, Auth, output compression (outputs
Comparison and Analysis of three major WEB servers (apache, lighttpd, and nginx)
I. Software introduction (apacheLighttpdNginx)
1. lighttpd
Lighttpd features low memory overhead, low cpu usage, good performance, and rich modules. Lighttpd is one of
Nginx is a small and efficient web server software in Linux. The developer Igor Sysoev is from Russia. nginx has been running on some large Russian websites for many years and is quite stable. Recently, it has become well-known in the United States.
Original address: http://www.bbtang.info/linux/web/821.htmlA. Software introduction (Apache lighttpd nginx)1. lighttpdlighttpd is a feature with very low memory overhead, low CPU usage, good performance, and rich modules. LIGHTTPD is one of the best
I. Windows compilation configuration Execution lighttpd1, download and install Cygwin.2, download lighttpd source code and unzip3, in the Cygwin environment into the LIGHTTPD decompression folder, the execution:1>./configure–prefix=c:/lighthttd2>
In high-load website practice, separating static content from dynamic content is a common practice. In Linux, the commonly used framework is Lighttpd + Apache + memcached + squid.
Here, we have Apache listen to 80 as the main site; Lighttpd listen
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.