From: http://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>
Date: Wed, 11 Feb 2009 06:56:01 +0000 (-0500)
Subject: add instruction of lighttpd
X-Git-Tag: 3.04~31
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc2ec9255a0557ab461d933ad787cbe71aecf675;p=ikiwiki.git

add instruction of lighttpd
---

diff --git a/doc/plugins/404.mdwn b/doc/plugins/404.mdwn
index 8a7ccd7d6..ad332ee04 100644
--- a/doc/plugins/404.mdwn
+++ b/doc/plugins/404.mdwn
@@ -12,3 +12,9 @@ file:
 
 (The path here needs to be whatever the path is to the ikiwiki.cgi from
 the root of your web server.)
+
+Or put something like this in the wiki's Lighttpd (>=1.4.17) configuration file:
+
+    server.error-handler-404 = "/ikiwiki.cgi"
+
+