How to Set Up a Reverse Proxy Server
A reverse proxy server is a basic server installed on the network. It operates between computers with a LAN connection, forcing information to go through the proxy server before entering the network connection. Reverse proxy servers are useful where the server origin needs to be camouflaged for security reasons. They are also typically used with PC clusters, to facilitate workload balance. A reverse proxy server, for an HTTP server, can be established through Apache.
Instructions
-
-
1
Download Apache to your computer. Apache is an open source HTTP server, and can be downloaded at no cost from the Internet.
-
2
Click "Start," found on the bottom left side of your computer screen. From the Start menu, select "Control Panel."
-
-
3
Click on the "Network and Internet" icon in the control panel. This will open a new window.
-
4
Select "Internet Options" from the Network and Internet window. This will open a control screen with multiple tabs across the top.
-
5
Click on the "Manage" tab, in the Internet Options window. This will switch screens to the appropriate tab, where you can access a set of subtabs.
-
6
Select the "HTTP server" subtab on the "Manage" page, and select "HTTP server" from the drop-down menu.
-
7
Click on the server area list and select "Global Configuration."
-
8
Expand the Server Properties window and select "Proxy."
-
9
Open the "Reverse Proxy" tab.
-
10
Find the "Reverse Proxy Capabilities" tab and switch the setting to "Enabled."
-
11
Locate and select "Add" under "Proxy Request to Remote Servers."
-
12
Locate and select "Client Request" in the Request Type drop-down menu.
-
13
Enter Uniform Resource Locators (URLs) and adjust virtual paths to meet your individual needs.
-
14
Click "Continue" and "OK" to complete setup, and close the window.
-
1