A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
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 ...
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.
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 ...
Recently, I was looking for a calendar system that would allow me to keep track of events, appointments and project dates. Quite a few of the applications that I looked at were written in PHP and used ...
It is advisable to run Tomcat standalone, not connected through Apache httpd, because you will lose at least 50% of Tomcat’s response performance by proxying all requests through an Apache httpd ...