Configuring Apache for Maximum Performance
Apache is an open-source HTTP server implementation. It is the most popular web server on the Internet; the December 2005 Web Server Survey conducted by Netcraft [1] shows that about 70% of the web sites on Internet are using Apache.
Apache server performance can be improved by adding additional hardware resources such as RAM, faster CPU, etc. But most of the time, the same result can be achieved by custom configuration of the server. This article looks into getting maximum performance out of Apache with the existing hardware resources, specifically on Linux systems. Of course, it is assumed that there is enough hardware resources - especially enough RAM that the server isn’t swapping frequently. First two sections look into various Compile-Time and Run-Time configuration options. The Run-Time section assumes that Apache is compiled with prefork MPM. HTTP compression and caching is discussed next. Finally, using separate servers for serving static and dynamic contents is covered. Basic knowledge of compiling and configuring Apache and Linux are assumed. >>>>
Setting up an SSL server with Apache2
With the introduction of the Apache2 packages in Debian it is much simpler to create and use a secure SSL protected webserver than in the old days with Apache 1.3, here we’ll show how it is done.
If you have Apache 2.x installed already then you’re good to go as you don’t need anything extra installed.
If you haven’t got it installed then you can do so easily. >>>>
Similar & Related Posts:
- openSUSE 10.2: Configuring Apache with YaST
- Abyss Web Server - Like Apache but lighter!
- Apache 2.2.0
- Apache Releases Geronimo 1.0
- Ubuntu Performance Guides
- Tuning LAMP Systems
- Linux Performance Tuning
- Video tutorials on DNS , Network monitoring and Web server configuration
- FreeBSD 6.2 Guides
- Linux KVM Virtualization Performance




Get FREE daily updates via Email:
















Sitemap
RSS Feed
By:
CC Licensed