X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=doc%2Fdirplex.doc;h=fce3565953439730bb3b8de7b758fd309328f0ee;hp=fe21c7e8426a2217043eb22a145fff56fca2d3b0;hb=edcd094e7e9c1f018f0664f78cf7d6c625e1f476;hpb=8cc893f5a55ad27a6971524b41e99589576eade5 diff --git a/doc/dirplex.doc b/doc/dirplex.doc index fe21c7e..fce3565 100644 --- a/doc/dirplex.doc +++ b/doc/dirplex.doc @@ -224,11 +224,13 @@ The following rules are recognized: *pathname* 'PATTERN'...:: - Matches if the entire path (relative as considered from the - root directory being served) of the file under consideration + Matches if the entire path of the file under consideration matches any of the 'PATTERNs'. A 'PATTERN' is an ordinary glob pattern, except that slashes are not matched by wildcards. See - *fnmatch*(3) for more information. + *fnmatch*(3) for more information. If a *pathname* rule is + specified in a `.htrc` file, the path will be examined as + relative to the directory containing the `.htrc` file, rather + than to the root directory being served. *default*:: @@ -307,9 +309,13 @@ EXAMPLES The *sendfile*(1) program can be used to serve HTML files as follows. -------- +fchild send + exec sendfile + match filename *.html - fork sendfile -c text/html + xset content-type text/html + handler send -------- Assuming the PHP CGI interpreter is installed on the system, PHP