Hi,
I just would like to confirm/verify if is it really necessary that for every time I will add an entry in the System Root URLs(under the System Configuration screen), I will also add a corresponding entry in my Virtual Host Server Alias?
I ask this question because I am just wondering why I have different behavior in both my matrix instances located in different servers.
1.) In my first matrix located in one server, I don't have to add an entry into the Virtual Host ServerAlias every time I will add an entry into the System Root URLs and it works properly(w/c means that I can already access the site in the browser).
2.) In my second matrix located in another server, I still need to create an entry into the Virtual Host ServerAlias and then restart apache every time I will add an entry into the System Root URLs before it works properly(w/c means that I can already access the site in the browser).
I hope you can give some info regarding this issue.
The first VirtualHost block that you define is also the default VirtualHost if nothing else matches. So, if the first VirtualHost block has your MySource Matrix configuration, you do not need to add ServerAlias entries or restart Apache to get new domain names to work.
However, if you want to use another VirtualHost block besides the first one to configure MySource Matrix, then you [i]will[/i] need to add ServerAlias entries and you will need to restart Apache.
So, your second server that has two MySource Matrix installations will not need additional ServerAlias entries for the first installation, but will need them for the second.
Hope that makes sense!