From: Fredrik Tolf Date: Fri, 16 Dec 2011 05:49:12 +0000 (+0100) Subject: Merge branch 'master' of git.dolda2000.com:/srv/git/r/ashd X-Git-Tag: 0.11~33 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=6ccb79c7d1851ff4dbe48572d49631be9829e726;hp=d5ee5cdea79ab756f4a7908c19b8232d57a1a3a8 Merge branch 'master' of git.dolda2000.com:/srv/git/r/ashd --- diff --git a/doc/dirplex.doc b/doc/dirplex.doc index fe21c7e..fb4b7e7 100644 --- a/doc/dirplex.doc +++ b/doc/dirplex.doc @@ -307,9 +307,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