Changes between Initial Version and Version 1 of TewiDirectiveBeginDirectory


Ignore:
Timestamp:
Sep 26, 2024, 6:40:36 AM (7 weeks ago)
Author:
Izuru Yakumo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TewiDirectiveBeginDirectory

    v1 v1  
     1
     2== !BeginDirectory and !EndDirectory Directives
     3Enclose 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
     7Any directive that is allowed in a directory context may be used.
     8
     9Directory-path is the full path to a directory.
     10
     11{{{
     12BeginDirectory /usr/pkg/share/tewi/html
     13  ...
     14EndDirectory
     15}}}
     16