In a previous article, I discussed Apache Tomcat, which is the ideal way to run Java applications from your server. I explained that you can run those apps from Tomcat's default 8080 port, or you can ...
I have an iptables-based Linux firewall and an Apache reverse proxy set up with several vhosts to direct requests to the appropriate internal machine. Because of a dearth of server resources (VMs ...
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 ...
I'm trying to work out why Apache (or the app it's proxying) isn't playing nicely. I suspect it's the way I've configured the Apache proxying, so I need another set of eyeballs please. Ubuntu 13.10, ...