https://bugzilla.wikimedia.org/show_bug.cgi?id=32823
--- Comment #8 from [email protected] 2011-12-08 07:56:34 UTC --- Based on the suggestion from "hashar" I have fixed my config issue with the following code in LocalSettings.php: ################# if (preg_match('/^10\.2\.175\./',$_SERVER['REMOTE_ADDR'])) $wgServer = 'http://myproxydomain.de'; ################# The reverse proxy source address is within 10.2.175 range. So, if the client comes from that network $wgServer is set to the "external" URL (with fixed port). In all other cases the default is used (auto-detection) which works fine for all other scenarios (incl. port forwarding). Thanks again for that hint (which was quite obvious). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
