From: http://hands.com/~phil/ Date: Mon, 2 Apr 2012 22:37:42 +0000 (-0400) Subject: add some details of my cgiurl port confusion X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/5b59ea9d10e99bc8690e6e33d62dbf01ed9ea5b6 add some details of my cgiurl port confusion --- diff --git a/doc/bugs/bug_in_cgiurl_port.mdwn b/doc/bugs/bug_in_cgiurl_port.mdwn index dbe710399..373657814 100644 --- a/doc/bugs/bug_in_cgiurl_port.mdwn +++ b/doc/bugs/bug_in_cgiurl_port.mdwn @@ -7,3 +7,9 @@ used. --[[Joey]] > pages used the full url. So I don't see a bug here, or am missing > something from my memory of the report (which was done the bad way, on > IRC). [[done]] --[[Joey]] + +> > Sorry about wittering on IRC instead of reporting proper bugs. +> > +> > The setup I have is nginx in front of apache, so that nginx is listening on port 80, apache is on port 81, and ikiwiki is being served by apache. After upgrading to 3.20120203 (backported to squeeze) I found that the URLs in the edit page all have the port set as :81 ... but now that I look at it more closely, that is the case for several ikiwiki-hosting controlled sites, but not for a few other sites that are also on the same machine, so it must be some difference between the settings for the sites, either in ikiwiki, or apache, or perhaps even nginx. Anyway, on the affected sites, explicitly including a port :80 in the cgiurl fixes the problem. + +> > So, for the moment, this bug report is a bit useless, until I find out what is causing the ikiwiki-hosting sites to be beffuddled, so it should probably stay closed -[[fil]]