diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-14 18:18:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-14 18:18:36 +0000 |
commit | 6adfb96d7413dec5826e86b7cb06214182b81d21 (patch) | |
tree | 37caaa38c1b09b621883e276bfdcf41782d4764d | |
parent | 70f052d88ece6459d200ba7ed420dd2766ba5a38 (diff) |
web commit by http://jeremie.koenig.myopenid.com/
-rw-r--r-- | doc/bugs/CGI_problem_with_some_webservers.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/CGI_problem_with_some_webservers.mdwn b/doc/bugs/CGI_problem_with_some_webservers.mdwn index 72e873f21..d93e2e711 100644 --- a/doc/bugs/CGI_problem_with_some_webservers.mdwn +++ b/doc/bugs/CGI_problem_with_some_webservers.mdwn @@ -41,3 +41,15 @@ Why do they appear two times with conflicting values in the very same hashes? > Do thttpd and mini-httpd perhaps not realize that Set-Cookis is the start of > the headers? --[[Joey]] + +>> Thanks for your help: I think I found the problem! +>> Ikiwiki outputs (in my case) the following +>> error message on stderr, followed by an empty line: + + /srv/ikiwiki/wc/index.mdwn: (Not a versioned resource) + +>> 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. + +>> --[[JeremieKoenig]] |