Apache internal test servers

Posted by user74274 on Server Fault See other posts from Server Fault or by user74274
Published on 2011-03-13T04:11:41Z Indexed on 2011/03/13 8:11 UTC
Read the original article Hit count: 579

Filed under:
|

I want to build a test system in the office. On one box I will install XAMPP. I will put a website that I want to test on that box. Now I do not want it connected to the Internet. So my plan is to use a reverse proxy to resolve things like ads and other external links. So I am thinking of using mod_proxy for that. Now my question is, How many boxes do I need? 1 for Xampp, 1 for mod_proxy and 1 for the server where mod proxy redirects them to. Total of three. But maybe I could do it with less. Can I run Mod_proxy on the first box? Is there a better way? Thanks

© Server Fault or respective owner

Related posts about apache

Related posts about mod-proxy