From: joey Date: Tue, 14 Aug 2007 18:50:05 +0000 (+0000) Subject: web commit by http://jeremie.koenig.myopenid.com/ X-Git-Tag: 2.6~136 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=89dc1d82e3318c8c5b283e4e6aa053fb6ea7c895;p=ikiwiki.git web commit by http://jeremie.koenig.myopenid.com/ --- diff --git a/doc/bugs/CGI_problem_with_some_webservers.mdwn b/doc/bugs/CGI_problem_with_some_webservers.mdwn index d93e2e711..32ec5cca1 100644 --- a/doc/bugs/CGI_problem_with_some_webservers.mdwn +++ b/doc/bugs/CGI_problem_with_some_webservers.mdwn @@ -50,6 +50,10 @@ Why do they appear two times with conflicting values in the very same hashes? >> Probably thttpd and mini-httpd read stderr as well as stdout, while apache >> and boa don't. When using a shell-script wrapper as the CGI, ->> which redirects ikiwiki's error output to /dev/null, it works properly. +>> which redirects ikiwiki's error output to /dev/null, it works better. + +>> The edit still fails to commit, because in my wiki, index.mdwn is +>> pulled from the base wiki and somehow ikiwiki wants to change it +>> rather that create it. >> --[[JeremieKoenig]]