Skip to content

Commit 3bfc8b5

Browse files
authored
Update single-vs-multi-mode.md
1 parent 70cc432 commit 3bfc8b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/recipes/single-vs-multi-mode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ Single Mode consolidates all configurations into a single context. This is ideal
3434

3535
## Key Differences
3636

37+
- All hosts served by a Lucee instance share the same Application name space, so `myapp` on `host1` is the same as `myapp` on `host2`, consider using `cgi.http_host` etc as part of the application name, if required
38+
- Mappings are the same across all hosts, so any application specific mappings should be done in `Application.cfc`, where as previously you might have done them in the Web Context Admin
39+
- mod_cfml is still required in single mode when using multiple hosts with Apache
40+
- Lower memory usage, as there is only one Lucee instance in single mode, less memory is required
41+
3742
### **Configuration**
3843

3944
- **Multi Mode**: Separate configurations exist for each web context and the server context. Some settings may overlap or conflict, leading to potential confusion.

0 commit comments

Comments
 (0)