This article presents five brief tips for tuning and configuring your Apache 1.3 or Apache 2.0 server. We will examine the following strategies: tuning of Apache's accept() serialization, threading ...
Gaining even the smallest performance boost from your web server can be crucial. Jack Wallen shows you how to eek the most out of Apache with the help of mod_deflate compression. If you’re looking to ...
I'm trying to configure an ubuntu box with apache2 to run mod_mono. I have XSP running and working correctly, but when I try to load the same ASP.NET page with mod_mono/apache2, the server just hangs.
The installation, care, and feeding of an Apache Web server is not terribly difficult, but can seem so if you haven’t ventured into those particular waters before. This quick-start guide will help you ...
Apache2 incorporates a number of improvements and security fixes not found in the older version so the upgrade is a definite improvement once you have updated your configuration files and get your Web ...
Apache is configured by placing directives in plain text configuration files. The main configuration file is usually called httpd.conf. The location of this file is set at compile-time, but may be ...