I'm struggeling to find some information about a challenge I'm up to. I'm looking for a CMS that allows multiple sites to be managed from a single login but the sites are located on different servers which are not in the same network. The reason for this is because some sites needs to be within a secure network to communicate with servers that can't be exposed to the internet. The other servers are just public webservers with just websites on it. Also the server in the secure network communicates via webservices.
To make myself clear, I have two websites:
Site A - public webserver
Site B - webserver placed in a secure network and communicates with servers via this network (not via internet)
Site A and B should be managed from the same login and they share some assets (stylesheets i.e.). They use different databases. The users should have different user rights, one user might just be able to change the content in site A but not B.
Did I make myself clear? There will be more servers but for the example I just stuck with two.
I found information about distributed call but it seems like it's just for load balancing? I just want to share some assets (like template, stylesheets) not the content. The different sites should also use their own databases.
Multiple sites spread on multiple servers
Hello!
I'm struggeling to find some information about a challenge I'm up to. I'm looking for a CMS that allows multiple sites to be managed from a single login but the sites are located on different servers which are not in the same network. The reason for this is because some sites needs to be within a secure network to communicate with servers that can't be exposed to the internet. The other servers are just public webservers with just websites on it. Also the server in the secure network communicates via webservices.
To make myself clear, I have two websites:
Site A - public webserver
Site B - webserver placed in a secure network and communicates with servers via this network (not via internet)
Site A and B should be managed from the same login and they share some assets (stylesheets i.e.). They use different databases. The users should have different user rights, one user might just be able to change the content in site A but not B.
Did I make myself clear? There will be more servers but for the example I just stuck with two.
I found information about distributed call but it seems like it's just for load balancing? I just want to share some assets (like template, stylesheets) not the content. The different sites should also use their own databases.
Is this an issue Umbraco can handle?
Thanks.
Take a look at courier http://umbraco.com/follow-us/blog-archive/2011/11/15/courier-25-released.aspx
is working on a reply...