Jump to content

A single vhost with multiple addresses


mberman

Recommended Posts

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

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

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.