public marks

PUBLIC MARKS from falko with tags apache & proxy

2012

How To Set Up nginx As A Reverse Proxy For Apache2 On Ubuntu 12.04 | HowtoForge - Linux Howtos and Tutorials

nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can set up nginx as a reverse proxy on front of an Apache2 web server on Ubuntu 12.04.

2007

Running ISPConfig On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch) | HowtoForge - Linux Howtos and Tutorials

(via)
This article shows how you can configure a Debian Etch system that has the webhosting control panel ISPConfig installed so that ISPConfig can be accessed on port 80. By default ISPConfig uses port 81 which is a non-standard port and is blocked by some firewalls and ISPs. By using Apache's mod_proxy module, we can avoid this problem. It lets us create a reverse proxy that can fetch the pages from ISPConfig on port 81.