Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I'm looking to set up multiple sites (domains) that all use the same code base but that won't share resources like bandwidth/processing. Is it possible for them to share a code base from a primary site without constantly accessing it and using it's bandwidth/processing?

share|improve this question
you can put code base code on 2 different severs and sync the files between them. – Aboodred1 May 4 at 15:09
Is there a module that would sync the files? If not any idea how I would do that? – RebDev May 4 at 15:18
I don't think there's a Drupal solution for your question. You need to do it on server level. – Aboodred1 May 4 at 16:03
1  
When you say "code base" do you mean just the Drupal scripts, add-ins, templates, etc. Or do you include the databases with that?? If it's the former, easy (relatively speaking). The latter I don't think is possible. – Chris S May 5 at 2:52
Just the Drupal settings/modules etc. Each site will have it's own database and layout. I just don't want to have to update the modules for each site individually as I may end up with 100+ sites. – RebDev May 5 at 6:19

migrated from drupal.stackexchange.com May 5 at 1:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.