we have set up few website on the mysource matrix server. mysource matrix website
has multiple system roots and each domain names are assigned to approriate website.
e.g site1 - URL = www.x.com
e.g site2 - URL = www.y.com
how should the matrix/apache be configured to read approirate websites.
[quote]we have set up few website on the mysource matrix server. mysource matrix website
has multiple system roots and each domain names are assigned to approriate website.
e.g site1 - URL = www.x.com
e.g site2 - URL = www.y.com
how should the matrix/apache be configured to read approirate websites.[/quote]
It can be setup like this be setup like:
<VirtualHost default:80>
usual msm / apache config stuff…
</VirtualHost>
which will listen for all on port 80 and passes them to MSM.
Then you can setup MSM to listen for whatever domains (system config) you want and then apply the URLs to the site.
K