Go back to fronty page View most popular entries View latest additions Submit tutorials to UnixTutorials.info
UnixTutorials logo

Search results for How to Configure Apache as a Forward / Reverse Proxy

Linux How to Configure Apache as a Forward / Reverse Proxy
Post date: January 24, 2010, 06:01 Category: Network Views: 882 Comments: 0
Tutorial quote: Apache can be configured in both a forward and reverse proxy (also known as gateway) mode.
Linux Running ISPConfig On Port 80 Using Apache's Reverse Proxy Feature (Debian Etch)
Post date: May 23, 2007, 22:05 Category: System Views: 1758 Comments: 0
Tutorial quote: 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.
Ubuntu Howto install Cherokee web server with MySQL, PHP support on Jaunty
Post date: July 23, 2009, 21:07 Category: Software Views: 425 Comments: 0
Tutorial quote: Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, SSI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the
fly encoding, Load Balancing, Apache compatible log files, Data Base Balancing, Reverse HTTP Proxy, Traffic Shaper,
Video Streaming and much more.

Ubuntu Howto Install Nginx webserver in Ubuntu 8.04 (Hardy Heron)
Post date: August 4, 2008, 07:08 Category: Software Views: 1604 Comments: 0
Tutorial quote: Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide. Although still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.

Linux Automatically Forward Your Local Mail
Post date: August 6, 2007, 15:08 Category: System Views: 1134 Comments: 0
Tutorial quote: Forward mail sent to your local root account to your real email address.
Ubuntu Setting up squid proxy server on Ubuntu (Quick Start Guide)
Post date: October 10, 2010, 05:10 Category: Software Views: 279 Comments: 0
Tutorial quote: Squid is an internet proxy server that can be used within a network to distribute an internet connection to all the computers within the network. One central computer is connected to the internet through any means such as dial-up, cable modem, ISDN, DSL, or T1, runs squid, and thus acts as the firewall to the internet. Because it is a proxy, it has the capabilities to log all user actions such as the URLs visited. There are many features that can be configured in squid. This guide is meant to be a quick start guide for those who are eager to get squid working and then configure it from there.
Linux Arcane Linux Commands: dc
Post date: December 31, 2007, 01:12 Category: Miscellaneous Views: 1252 Comments: 0
Tutorial quote: If anybody within earshot of you is struggling to learn sed and ever remarks "This is like learning Klingon! Could they make it any more cryptic?", you can always point them to dc.

dc is the command-line Unix "Reverse-Polish Notation"(RPN) calculator. The name stands for "desktop calculator". OK, so what is a Polish calculator and why would you want to reverse one? The math that you do in school uses infix notation, with the operator between the numbers (3 + 5). Prefix notation puts the operator first (+ 3 5) and is what the Lisp language uses. The prefix notation is known as "Polish notation" after the nationality of Jan Łukasiewicz who invented it. Postfix notation, then, has the operator at the rear (3 5 +), and so is also the reverse of Polish notation.

What's the difference? In computer programming, you have to specify what order you want a multi-part calculation to be in. Everybody is familiar with the old problem of A*B-C. For A=5, B=3, C=2, multiplying first and subtracting second gives you 13, while subtracting first and multiplying second gives you 5. To specify which operations you want performed first, you have to either memorize the complex orders of operations (which change from one language to the next) or use a lot of parenthesis ((A*B)-C) or (A*(B-C)). Hey, that's what everybody complains about in all those languages that use parenthesis!
Ubuntu Squid Proxy Server On Ubuntu 9.04 Server With DansGuardian, ClamAV, And WPAD
Post date: July 3, 2009, 11:07 Category: Installing Views: 3780 Comments: 1
Tutorial quote: This tutorial will demonstrate how to set up a Squid Proxy server on Ubuntu 9.04 Server with DansGuardian (for content filtering) and ClamAV (for Virus scanning); in addition, we will set up Web Proxy AutoDetection (WPAD) through DHCP (in this case, the Windows Server 2003 DHCP server) or DNS so that the only configuration necessary on the client side is to check "Auto-detect proxy settings for this network" in Firefox or Internet Explorer. At the end of the tutorial, users will have a fully functional and secure proxy for HTTP access.
Ubuntu How to use SSH Via HTTP Proxy using Corkscrew in Ubuntu
Post date: December 28, 2008, 22:12 Category: Software Views: 2450 Comments: 0
Tutorial quote: If you want to ssh your vps server or your home computer from your work place (assuming you are using http proxy).You need to use Corkscrew.corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, just like netcat.

Debian Preventing MySQL Injection Attacks With GreenSQL On Debian Etch
Post date: October 28, 2008, 12:10 Category: Security Views: 1517 Comments: 0
Tutorial quote: GreenSQL (or greensql-fw) is a firewall for MySQL databases that filters SQL injection attacks. It works as a reverse proxy, i.e., it takes the SQL queries, checks them, passes them on to the MySQL database and delivers back the result from the MySQL database. It comes with a web interface (called greensql-console) so that you can manage GreenSQL through a web browser. This guide shows how you can install GreenSQL and its web interface on a Debian Etch server.
Website Python Coding Tutorial Solution For Every Bookie Gambling Player.