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 ...
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.
Leopard installs the Apache2 Web server instead of the Apache 1.3 version used in OS X 10.4 and places the configuration files in /etc/apache2 rather than in the /etc/httpd folder used by Apache 1.3.
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 ...
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 ...
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 ...
How to use NGINX as a reverse proxy for Apache Your email has been sent Jack Wallen walks you through the process of setting up NGINX such that it will direct incoming port 80 traffic to Apache, ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Let’s say you want to serve website files from your local system, using the open-source Apache ...