Hi,
I have a dokuwiki installation behind a reverse proxy. The reverse
proxy accepts the connection on TCP/80 and forwards it to the apache
running dokuwiki which listens on 127.0.0.1:1316.
This used to work fine with older dokuwiki versions, including
2006-11-06.
But dokuwiki 2007-06-26 misbehaves when one saves a wiki page. The
POST request from the client is answered with a "302 Found", which has
Location: http://wiki.myhost.example:1316/doku.php?id=mypage. The
browser in turn tries to connect to that URL, gets a TCP RST back and
issues an error message to the user.
I didn't change anything on the system besides updating dokuwiki.