Required Examples
Version 1 (Bryan Heath, 06/27/2012 06:42 pm)
1 | 1 | h1. Required Examples |
|
---|---|---|---|
2 | 1 | ||
3 | 1 | This is to help illustrate the different possible configuration setups. |
|
4 | 1 | ||
5 | 1 | h1. 1 to 1 |
|
6 | 1 | ||
7 | 1 | If you have one domain and one controller see [[Configure_Required|Required]] |
|
8 | 1 | ||
9 | 1 | h1. Many to 1 |
|
10 | 1 | ||
11 | 1 | If you have one domain and multiple controllers see [[Configure_Required|Required]] |
|
12 | 1 | ||
13 | 1 | h1. Many to Many All |
|
14 | 1 | ||
15 | 1 | If you have multiple domains and multiple controllers see [[Configure_Required|Required]] |
|
16 | 1 | ||
17 | 1 | For example you have domain1.com and domain2.com and controller1 and controller2. In this case +*all*+ your controllers know about domain1.com and domain2.com. |
|
18 | 1 | ||
19 | 1 | h1. Many to Many Different |
|
20 | 1 | ||
21 | 1 | If you have multiple domains and multiple controllers however not all the controllers know about all the domains see [[Configure_Required_Multiple|Required]] |
|
22 | 1 | ||
23 | 1 | For example you have domain1.com and domain2.com and controller1 and controller2. In this case not all of your controllers know about domain1.com and domain2.com. Controller1 knows about domain1 and controller2 knows about domain2. |