From: Antoine Musso Date: Sat, 17 Apr 2004 09:23:41 +0000 (+0000) Subject: notice about $wgServer and php as cgi X-Git-Tag: 1.3.0beta1~393 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=1d10a2ed6927aa89722e0ca9ac6e7cafad5c6cd7;p=lhc%2Fweb%2Fwiklou.git notice about $wgServer and php as cgi --- diff --git a/LocalSettings.sample b/LocalSettings.sample index 3046303351..53d1e8b2a2 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -40,6 +40,8 @@ $wgSitename = "MediaWiki"; # Normally the server will be auto-detected, but you can # force the base URL. Don't forget http:// (or https://)! +# If you are running php as CGI, the $_SERVER variable might +# not be set, you will then need to manually set $wgServer # #$wgServer = "http://www.myhost.com";