DEV Community

k@k
k@k

Posted on

Reverse Proxy and setup in Apache (Windows|Linux)

Setup a web server in Machine 1, with some static pages (sample.html)
Setup a web server in Machine 2, and this should point to machine 1 as a reverse proxy
from a 3rd machine (client) Access http://Machine2:Port/sample.html and the sample.html from machine 1 should be shown in client machine.

Share your Ideas in command Line.....

Top comments (0)