Changes between Initial Version and Version 1 of TewiDirectiveDocumentRoot


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TewiDirectiveDocumentRoot

    v1 v1  
     1
     2== !DocumentRoot Directive
     3Directory that forms the main document tree visible from the web.
     4
     5This directive sets the directory from which [/tewi Tewi] will serve files.
     6The server appends the path from the requested URL to the document root to make the path to the document. Example:
     7
     8{{{
     9DocumentRoot "/usr/pkg/share/tewi"
     10}}}
     11
     12then an access to http://my.example.com/index.html refers to /usr/pkg/share/tewi/index.html.
     13
     14If the directory-path is not absolute then it is assumed to be relative to the [wiki:ServerRoot ServerRoot].