I would like to host 2 Joomla! websites on separate machines using XAMPP with Apache. I need to make sure it is configured the correct way but I am not sure if I understand how it is to be written in the config files.(on both PC's)
things to be configured as far as I know:
- Host file
- httpd file to allow proxy
- vhost file
I have all the basics set up on the "proxy" to run multiple websites from the one server. However I want to put one of the websites on a separate server on its own and still be able to run multiple sites from the first.
for the sake of example my IP address from the ISP is 12.123.124.12
the internal addresses for each machine:
- server1: 192.168.1.146
- server2: 192.168.1.114
I know that I can do this from one machine with Virtual Hosts but I would like to accomplish it with two separate machines...
