Windows 2003 2008 general methods for installing IIS + PHP + MySQL

Source: Internet
Author: User
Tags vc9

Mysql
http://mirrors.sohu.com/mysql/
Php:
Http://www.php.net



Vc6/vc9/vc11

VC6, VC9, and VC11 are compiled on behalf of Visual C + + 6, Visual C + + 2008, and Visual C + + 2012 respectively.

It is important to note that the VC9 version requires Visual C + + redistributable for visual Studio SP1, while VC11 needs to install Visual C + + redistributable for visual Studi O 2012.


Thread Safety, None-thread Safe (non-thread safe)

Thread Safety: This version is typically selected when IIS is loaded in ISAPI mode.
None-thread Safe: This version is generally selected when running in fastcgi mode, with better performance.

R2 PHP Manager for IIS 7:
http://phpmanager.codeplex.com/releases/view/69115

Visual C + + redistributable for Visual Studio 2012. :
http://www.microsoft.com/zh-CN/download/details.aspx?id=30679

Visual C + + redistributable for visual Studio SP1:
https://www.microsoft.com/zh-CN/download/details.aspx?id=5582

Extension_dir = "D:/php5/ext"


2003 Installing FASTCGI Mode
Fastcgi-for-iis:
Http://www.iis.net/downloads/microsoft/fastcgi-for-iis

Configuration Fcigext.ini (in the%windir%\system32\inetsrv directory)
Add the following at the end of the Fcigext.ini:
[Types]
php=php
[PHP]
Exepath=d:\php\php-cgi.exe (PHP directory)

Configuring the fastcgi extension to work with PHP
Right-click Web site, select Properties,
Click the "Home directory" option, click the "Configure" button,
Click the Add button to
Click "Browse" to find Fcgiext.dll in%windir%\system32\inetsrv.
In the extension, enter. PHP,
Action Select "Limit to" and enter "Get,head,post".
Verify that the script engine and check for files exist are selected,
If unchecked, please select.
When the confirmation is correct, click OK.

Windows 2003 2008 general methods for installing IIS + PHP + MySQL

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.