]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/CGI_problem_with_some_webservers.mdwn
web commit by http://jeremie.koenig.myopenid.com/
[ikiwiki.git] / doc / bugs / CGI_problem_with_some_webservers.mdwn
diff --git a/doc/bugs/CGI_problem_with_some_webservers.mdwn b/doc/bugs/CGI_problem_with_some_webservers.mdwn
new file mode 100644 (file)
index 0000000..fa1e8f6
--- /dev/null
@@ -0,0 +1,18 @@
+The edit function has a problem when running with [[debpkg thttpd]]
+or [[debpkg mini-httpd]]: for some reason the headers ikiwiki
+outputs are transmitted as the page content.
+
+Here is what it looks like in iceweasel:
+
+    Set-Cookie: ikiwiki_session_apnkit=99dad8d796bc6c819523649ef25ea447; path=/
+    Date: Tue, 14 Aug 2007 17:16:32 GMT
+    Content-Type: text/html; charset=utf-8
+    
+    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+    <html>
+    (...)
+
+Ikiwiki runs fine with [[debpkg boa]].
+
+--[[JeremieKoenig]]
\ No newline at end of file