mberman Posted August 25, 2007 Share Posted August 25, 2007 I've been trying to figure this out for a while to no avail. It seems like it should be a common problem, but I haven't been able to find any documentation on it anywhere. This is effectively what I want to happen: <VirtualHost *:80> ServerName webmail.domain1.com ServerAlias webmail.domain2com ServerAlias webmail.domain3.org ServerAlias webmail.domain4.net DocumentRoot /usr/www/afile/ </VirtualHost> So, I want one vhost to respond to multiple addresses. This doesn't seem to work in it's current state - any suggestions? Link to comment https://forums.phpfreaks.com/topic/66643-a-single-vhost-with-multiple-addresses/ Share on other sites More sharing options...
steviewdr Posted August 25, 2007 Share Posted August 25, 2007 Firstly: ping webmail.domain2com to make sure they resolve to the correct ip. Secondly: disable ServerName webmail.domain1.com, or change the name to webtest.domain1.com My bet is that the above vhost mightnt be used at all, and it just happens to work for the first domain. Your syntax is correct. -steve Link to comment https://forums.phpfreaks.com/topic/66643-a-single-vhost-with-multiple-addresses/#findComment-333923 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.