]> sipb.mit.edu Git - ikiwiki.git/blob - 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
1 The edit function has a problem when running with [[debpkg thttpd]]
2 or [[debpkg mini-httpd]]: for some reason the headers ikiwiki
3 outputs are transmitted as the page content.
4
5 Here is what it looks like in iceweasel:
6
7     Set-Cookie: ikiwiki_session_apnkit=99dad8d796bc6c819523649ef25ea447; path=/
8     Date: Tue, 14 Aug 2007 17:16:32 GMT
9     Content-Type: text/html; charset=utf-8
10     
11     <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
12      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
13     <html>
14     (...)
15
16 Ikiwiki runs fine with [[debpkg boa]].
17
18 --[[JeremieKoenig]]