Apache Virtual Host (Subdomain) access with different computer on LAN
I am currently trying to configure the Virtual Host (Subdomain) of my Apache HTTP Server so it can be accessed with another computer on my LAN. The current setup of Apache with PHP and MySQL works locally on the same physical machine. So I have two Virtual Host setup (development and cms) running on a non-default port of 50080. The machine of the server have a IP of 10.0.0.10. From the same physical machine, I can access the two Virtual Host using: development.localhost:50080 cms.localhost:50080 From a different physical machine, I can access the root of the server using: 10.0.0.10:50080 But I