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 ...
One of the most commonly used Web servers, the Apache Hypertext Transport Protocol Server was first released to the public in 1995. The Apache Project has evolved over the years, but it remains ...
The Apache web server is one of the most common applications run on Linux systems. Although it comes with most distributions there will be times when you want to run the latest version along with all ...
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 ...
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 ...
Prior to the release of Java 9, Apache Derby was distributed along with the JDK and named JavaDB. As a result, it was common for developers interested in Java database connectivity (JDBC) to learn on ...
Jack Wallen explains why you'd want to enable the Common Gateway Interface on an Apache server and then shows how to do it. It’s time to go a little old-school and lay out how to enable the Common ...
Apache said version 2.16 "does not always protect from infinite recursion in lookup evaluation" and explained that it is vulnerable to CVE-2021-45105, a denial of service vulnerability. They said the ...
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, ...