X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=blobdiff_plain;f=doc%2Fbugs%2FRunning_on_an_alternative_port_fails.mdwn;h=8b5fefa91330973b1b3686d97817e5fec28ecaa0;hp=c6e09171d332609bd1bb253e4f8f038c1385506f;hb=64e09f9968c5db26aef7bfdd70bde7c86c8fa144;hpb=d36d4c4ce5acc44780a4dbcc95a1d2bceee8caa2 diff --git a/doc/bugs/Running_on_an_alternative_port_fails.mdwn b/doc/bugs/Running_on_an_alternative_port_fails.mdwn index c6e09171d..8b5fefa91 100644 --- a/doc/bugs/Running_on_an_alternative_port_fails.mdwn +++ b/doc/bugs/Running_on_an_alternative_port_fails.mdwn @@ -5,3 +5,12 @@ For example if you run on 'http://my.gear.xxx:8080/' then after clicking login ( -- fergus NB: both the 'url' and the 'cgiurl' include the port and removing the port element provides the expected functionality. + +> I tried to reproduce this by making my laptop's web server use port +> 8080. Set up ikiwiki to use that in cgiurl and url, and had +> no problem with either openid or password auth login. +> +> Ikiwiki has had some changes in this area in the past year; you don't say +> what version you were using. It could also be a problem with your web +> server, conceviably, if didn't correctly communicate the port to the cgi +> program. --[[Joey]]