Is it possible to set up two linux servers in one location to run ispconfig but with only one linksys router and one Static IP from ISP? thanks, happz
The problem is that your router can forward port 80 to just one server in your local network. You can either configure your vhosts to run on different ports (e.g. 80 on server1 and 8080 on server2), or your use Apache's reverse proxy feature to access sites on server2 through server1. This tutorial might give you the idea: http://www.howtoforge.com/apache_reverse_proxy_ispconfig