From: Rich Bowen Date: Thu, 21 Dec 2017 16:59:01 +0000 (+0000) Subject: Make this example actually work. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d234d48f38ce5fddf3405d0e441c5c8491f0fd5d;p=apache Make this example actually work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818952 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ext_filter.xml b/docs/manual/mod/mod_ext_filter.xml index 94b74337a3..7868cbbd2d 100644 --- a/docs/manual/mod/mod_ext_filter.xml +++ b/docs/manual/mod/mod_ext_filter.xml @@ -67,7 +67,7 @@ delivery to the client # the result set to text/html ExtFilterDefine c-to-html mode=output \ intype=text/c outtype=text/html \ - cmd="/usr/bin/enscript --color -W html -Ec -o - -" + cmd="/usr/bin/enscript --color -w html -Ec -o -" <Directory "/export/home/trawick/apacheinst/htdocs/c"> # core directive to cause the new filter to