Skip to content

Commit 440c170

Browse files
committed
Clarify non-vfs VirtualHost contexts
1 parent f48b7b9 commit 440c170

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/admin/Customizing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ A site once suspended will compile these rules into `/etc/httpd/conf/siteXX/00-s
3131
yum install -y jq
3232
cpcmd -o json admin:collect '[]' '[active:false]' | jq -r 'keys[]' | while read -r SITE ; do SuspendDomain $SITE ; done
3333
```
34+
### Additional VirtualHost contexts
35+
All *VirtualHost* containers should be managed directly by ApisCP within `/etc/httpd/conf/virtual` and backed by a real account. If additional VirtualHost containers are necessary, they may be located under `httpd-custom.conf` or `/etc/httpd/conf.d`. *VirtualHost* contexts located under `httpd-custom.conf` must match the *ServerName* value of the server hostname (net.hostname [Scope](Scopes.md)).
36+
3437
### Evasive
35-
**⚠️ DO NOT TOUCH**: n/aa
38+
**⚠️ DO NOT TOUCH**: n/a
3639
**Customization file**: /etc/httpd/conf.d/evasive.conf or httpd-custom.conf
3740

3841
Alternatively consider the apache.evasive [Scope](Scopes.md), which provides error checking.

0 commit comments

Comments
 (0)