[documentation] multi site docs

Gaele Strootman eindgebruiker at gmail.com
Thu Oct 5 13:15:28 UTC 2006


Anisa wrote:
> Now that I have my own multisite (yay!), I started working on those 
> multi site docs again.  My rough drafts are here: 
> http://drupal.mystavash.net/?q=node/3, but these are very very rough 
> (I used paint for the picture... sigh...).  I am not allowing 
> registration on this site yet, since registering here will register 
> you automatically for all my other potential baby sites.  If you have 
> a comment, please post here.
>
> I have divided it into 3 steps.  Create database, configure settings 
> php, and point domains.
>
Okay.

Great picture. I like pictures.

Step 1:
It would be clearer if you order it:
- COMPLETELY separate sites
- SHARE users ONLY
- MIRROR sites
What about the option of using a different database for each site? No 
need for prefixes.

Step 2:
I would supply a table here to make it clearer:
site:                            directory:
www.example.com    /sites/default/settings.php
sub1.example.com   /sites/sub1.example.com/settings.php
etc.

Step 3:
What I do is: let Apache point to a different document root for every 
hostname, and let each document root be a symlink to the drupal 
directory. This is quite easy and gives you enough flexibility.

Gaele


More information about the documentation mailing list