----- Original Message ----
> From: Mr.Ink <[email protected]>
> To: mwlib <[email protected]>
> Sent: Fri, 30 July, 2010 13:44:51
> Subject: [mwlib] Re: back on square one
>
> Hello,
>
> Everything seems to work if I set the following.
> $wgServer="ingimar-desktop";
> $wgCollectionMWServeURL = "http://ingimar-desktop:8899";
>
> It is now possible to connect to the 'server' ( ingimar-desktop )
> using the ip-number.
> for instance: http://10.101.1.252/mediawiki/
>
> But using a browser on the host( ingimar-desktop ) and trying to use
> 'localhost' is not possible.
>
> So:
> this is OK. : remote computer : http://10.101.1.252/mediawiki/
> this is NOT-OK : same host : http://localhost/mediawiki/
>
> Not that it matters, but it caused me to frown - did not see this bug
> right away.
I suspect your hosts file or other DNS resolution is not working quite the way
you think it does. Can you ping the various host names from the relevant
places,
e.g. can you ping localhost from the server? I've encountered at least one
incident where (on a fresh install) localhost only resolved to an IPv6 address
and not to 127.0.0.1 - with the result that trying to ping localhost on IPv4
didn't work, but other hosts (resolved by DNS) did work.
Richard Ash
--
You received this message because you are subscribed to the Google Groups
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/mwlib?hl=en.