Manual talk:Installing MediaWiki on Windows Server 2008
From MediaWiki.org
I have done IT support in the past but am a complete newbie re. PHP, mysql and mediawiki installs. I understand this is not a support site, just documenting what I find here so I (or someone else) can pull it to the article end to amend. Tenbergen 19:05, 30 July 2010 (UTC)
- There is a php.ini-development and a php.ini-production; not sure if I edit one of those, or if I am supposed to rename the appropriate one to php.ini only...
- OK, inside the ini files it explains that dev was set up to deal with older apps that are broken by prod. I will start with prod, then..
- What would correct output for phpinfo.php be?
- a table with some graphics that describes the php service.
- article says: Return to IIS Manager and select the server... Open FastCGI Settings - that doesn't give me enough to go from.
- The fastCGI settings are only available if the admin pack has been installed. I needed to increase ActivityTimeout and RequestTimeout for the setup part of mediawiki to finish, before that it timed out.
- got error "Something's not quite right yet; make sure everything below is filled out correctly." Under "database host" it said "Connection failed"
- changed from default "localhost" to 127.0.0.1, worked. Yay!
- >>Quick note on localhost: This is related to the change to IPv6. By forcing an IPv4 address it works without complications. GuiderBob 19:29, 13 April 2011 (UTC)
MediaWiki's 404 page is replaced with IIS 7's [edit]
web.config file workaround didn't worked for me, now I get "500 (Internal Server) Error" message. --Vikici 09:53, 26 December 2010 (UTC)
I had the same problem, but I added some info to the page with the solution that worked for me.