From 1d10a2ed6927aa89722e0ca9ac6e7cafad5c6cd7 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 17 Apr 2004 09:23:41 +0000 Subject: [PATCH] notice about $wgServer and php as cgi --- LocalSettings.sample | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.20.1