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 ...
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 ...
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 ...
How to Use the Apache Web Server to Install and Configure a Website Your email has been sent If you've never deployed a website with the Apache web server, you're about to learn how. Every so often, ...
How to configure Apache mod_deflate to enhance web server performance Your email has been sent Gaining even the smallest performance boost from your web server can be crucial. Jack Wallen shows you ...
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.
While Javascript is a client-side executing coding language, it still has to have permission from the Apache Web server in order to run properly. If Apache is configured incorrectly, the Javascript on ...
[Hanno Böck] recently uncovered a vulnerability in Apache webserver, affecting Apache HTTP Server 2.2.x through 2.2.34 and 2.4.x through 2.4.27. This bug only affects Apache servers with a certain ...
I know it's not politically correct to admit it, but I much prefer GUI-based configuration tools over the command-line. I tend to mess up a lot less with ...