From: Fredrik Tolf Date: Wed, 14 Dec 2011 14:00:34 +0000 (+0100) Subject: doc: Use `xset content-type' for the dirplex sendfile example. X-Git-Tag: 0.11~34 X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=commitdiff_plain;h=eb968b932571cac89ca65ce6d522af369757e17f;hp=2824afabef34b9bd0aa41644c7da1858d1532da8 doc: Use `xset content-type' for the dirplex sendfile example. --- 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