| 1 | |
| 2 | == !BeginDirectory and !EndDirectory Directives |
| 3 | Enclose a group of directives that apply only to the named file-system directory, sub-directories, and their contents. |
| 4 | |
| 5 | `BeginDirectory` and `EndDirectory` are used to enclose a group of directives that will apply only to the named directory, sub-directories of that directory, and the files within the respective directories. |
| 6 | |
| 7 | Any directive that is allowed in a directory context may be used. |
| 8 | |
| 9 | Directory-path is the full path to a directory. |
| 10 | |
| 11 | {{{ |
| 12 | BeginDirectory /usr/pkg/share/tewi/html |
| 13 | ... |
| 14 | EndDirectory |
| 15 | }}} |
| 16 | |