Recently, we took a look at the Caddy Web server. Today, we’re going to back things up a little bit and look at the A from the classic LAMP stack: the Apache Web server. Apache has a bad reputation ...
If you’ve never deployed a website with the Apache web server, you’re about to learn how. Every so often, taking a step back and going through the basics is good. It not only helps to ground me as a ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Java web frameworks popular at the turn of the century are often slagged for their reliance on ...
When you deploy a web application, how do end users access it? Often web applications are set behind a gateway device through which end users can access it. One of the popular products to act as an ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Web clients should never hit an application server directly. Instead, all web-based requests ...
If you're anything like me (and don't you want to be?), you probably have more than one Linux or UNIX machine that you use on a regular basis. Perhaps you've got a laptop and a desktop. Or, maybe ...
WebSVN is a PHP-based client that, together with Apache, gives you a web-browser view of your Subversion repository. With a properly set up WebSVN installation you can see an easily navigable view of ...
Like other Java enterprise tools, Tomcat has migrated from the original Java EE specification to Jakarta EE. Tomcat 9 and earlier were based on Java EE; Tomcat 10 and later are based on Jakarta EE.