I have updated to 1.4.9, but nothing changed. Why should 1.4.9 behave different in terms of absolute/relative links ?
Concerning $wgServer, $wgScriptPath and $wgArticlePath I have no real clue on how to change them to fix my problem.
I could set $wgServer to the reverse Proxy URL like "http://www.myproxy.com", but then I can only access my mediawiki through the proxy, but not from other interfaces.
I have currently set $wgServer ="", since mod_proxy works the best for me without IP address or FQDN in the redirect link.
$wgScriptPath is still on "/mediawiki". The big question is: How can I set $wgScriptPath to have relative links ?
Cheers Ralf
On Friday 16 September 2005 02:34, Brion Vibber wrote:
Ashar Voultoiz wrote:
ralf-buero@kruedewagen.de wrote:
I am trying to run mediawiki (v1.4.0) behind a reverse proxy. The reverse proxy is set up with Apache2 mod_proxy module.
<snip>
I would firstly upgrade MediaWiki to 1.4.9 (or lastest stable) http://www.mediawiki.org/
Once you've done that, you'll want to be sure you properly set: $wgServer $wgScriptPath $wgArticlePath
(and anything else appropriate for customization).
-- brion vibber (brion @ pobox.com)