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 ...
Changing the memory settings of your Apache Web server can increase performance of your website, which gives your users a better experience by speeding up page load times and preventing your website ...
Gaining even the smallest performance boost from your web server can be crucial. Jack Wallen shows you how to eek the most out of Apache with the help of mod_deflate compression. If you’re looking to ...
I'm running a RP on a box at home that sits in front of various services. Partly for security (adding auth and SSL), but mostly because work blocks chatting with pretty much every port that isn't 80 ...
Jack Wallen walks you through the process of setting up NGINX such that it will direct incoming port 80 traffic to Apache, listening on port 8080. NGINX is an incredibly fast web server. Apache is an ...
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 ...
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 ...
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 ...
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 ...