diff options
author | http://weakish.myopenid.com/ <weakish@web> | 2010-07-19 04:28:55 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-07-19 04:28:55 +0000 |
commit | e71850f92de149dfa8aad84441faf6fb764efb20 (patch) | |
tree | 898caa531c84d0c13b4580c52cf1f0b2c35d4071 /doc | |
parent | 884daeec1bdc5de71eb121b593f1c20aff44ed15 (diff) |
remove lighttpd doc: lighttpd send 200 to dynamic error pages. Thus this plugin doesn't work with it w/o modification.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/404.mdwn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/plugins/404.mdwn b/doc/plugins/404.mdwn index 53dace3c9..bf033202a 100644 --- a/doc/plugins/404.mdwn +++ b/doc/plugins/404.mdwn @@ -13,8 +13,4 @@ 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" - |