]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/CGI_problem_with_some_webservers.mdwn
* Fix bug in deletion/move during edit code introduced in 1.44. Need to take
[git.ikiwiki.info.git] / doc / bugs / CGI_problem_with_some_webservers.mdwn
index d93e2e711dc47c2f8f0c160d4594e2ac34b32146..32ec5cca171417aa3713e0e196519ddc600eefd5 100644 (file)
@@ -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]]