- How To Set Up A Caching Reverse Proxy With Squid 2.6 On Debian Etch
This article explains how you can set up a caching reverse proxy with Squid 2.6 in front of your web server on Debian Etch. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
in Public bookmarks with cache debian proxy reverse server squid web
- How To Set Up nginx As A Reverse Proxy For Apache2 On Ubuntu 12.04
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.
in Public bookmarks with apache nginx proxy reverse ubuntu
- How To Speed Up Drupal 7.7 With Boost And nginx (Debian Squeeze)
This tutorial shows how you can speed up your Drupal 7.7 installation on a LAMP stack (Debian Squeeze) with the help of Boost and nginx. Boost provides static page caching for Drupal enabling a very significant performance and scalability boost for sites that receive mostly anonymous traffic. Boost makes sure that your logged-in users always get fresh content by not caching pages for logged-in users. In a first step I will show how to make your site faster by enabling Boost on a normal LAMP stack (Apache2, PHP, MySQL), and in a second step I explain how to make your site even faster by using nginx as a reverse proxy sitting in front of Apache and delivering the static HTML pages cached by Boost. nginx delivers static files a lot of faster than Apache and us
in Public bookmarks with apache boost cache drupal lamp nginx proxy reverse tmpfs
- Running ISPConfig On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)
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.
in Public bookmarks with apache firewall ispconfig linux mod_proxy proxy reverse server
reverse from all users