How to best configure IIS6 PHP _ PHP Tutorial

Source: Internet
Author: User
Tags sapi website server
Teach you how to configure IIS6 PHP best. Although the LAMP combination is good, if you want to set up a Web virtual host server that supports both PHP, ASP, ASP. NET, JSP, and Perl, IIS6 of Windows2003 is still the best. Although the LAMP combination is good on the internet, if you want to set up a server that supports both PHP, ASP, and ASP. NET, JSP, Perl Web virtual host server, or IIS 6 in Windows 2003 is the best. There are many articles on how to configure PHP on IIS 6 on the Internet, but these methods are either poor performance or difficult to upgrade. The following method allows you to easily upgrade after the first configuration.

The upgrade mentioned here refers to upgrading from a php4 version to another php4 version, or from a php5 version to another php5 version, rather than from php4 to php5.

Preparation:

1. an installed Windows 2003 Server with IIS 6 installed.

2. download the PHP binary package for windows

Installation:

Decompress the PHP binary package to the C: \ php Directory (assume that the C: disk is a system disk, that is, the Windows system disk is installed. if the system disk is a D: Disk, decompress it to D: \ php directory, and so on ).

Choose "My Computer"> "properties"> "advanced"> "environment variables"> "system variables"> "path" to edit the value, add the following path address:

C: \ php; C: \ php \ dlls; C: \ php \ extensions; C: \ php \ sapi;

Set php. ini-dist or php. copy ini-recommended to the C: \ Windows directory and change it to php. ini. generally, php is used to officially launch the website server. ini-dist, and php. ini-recommended is better. Of course, in general, this php. ini still needs to be modified according to the actual situation.

The following describes several necessary modification options:

Extension_dir = "C: \ php \ extensions"

This is the directory where PHP extensions are placed. make sure that the directory is the same as the one you actually installed.

Extension = php_mbstring.dll

; Extension = php_big_int.dll

Extension = php_bz2.dll

Extension = php_c2.16.dll

Extension = php_crack.dll

Extension = php_curl.dll

Extension = php_db.dll

Extension = php_dba.dll

Extension = php_dbase.dll

Extension = php_dbx.dll

Extension = php_domxml.dll

; Extension = php_exif.dll

; Extension = php_fdf.dll

; Extension = php_filepro.dll

Extension = php_gd2.dll

Extension = php_gettext.dll

Extension = php_hyperwave.dll

Extension = php_iconv.dll

; Extension = php_ifx.dll

; Extension = php_iisfunc.dll

Extension = php_imap.dll

; Extension = php_interbase.dll

Extension = php_java.dll

Extension = php_ldap.dll

; Extension = php_mcrypt.dll

Extension = php_mhash.dll

Extension = php_mime_magic.dll

Extension = php_ming.dll

Extension = php_mssql.dll

Extension = php_msql.dll

; Extension = php_oci8.dll

Extension = php_openssl.dll

; Extension = php_oracle.dll

Extension = php_cmd.dll

Extension = php_pgsql.dll

; Extension = php_printer.dll

Extension = php_shmop.dll

; Extension = php_snmp.dll

Extension = php_sockets.dll

; Extension = php_sybase_ct.dll

Extension = php_w32api.dll

Extension = php_xmlrpc.dll

Extension = php_cmdt.dll

Extension = php_yaz.dll

Extension = php_zip.dll

In the above cases, the open extension is not given a plus sign at the beginning, and the extension that is not opened is added with a semicolon. The above settings contain all extensions that can be enabled by default during Windows 2003 installation (php 4 is listed here ).

Session. save_path = c: \ sessions

This is the default session file directory, which must be an existing directory. Otherwise, the default session function will be invalid. Here I set a directory on a ramdisk. Setting session. save_path on ramdisk can speed up session processing. If ramdisk is not installed, you can specify it to any directory of other disks, such as the C: \ sessions directory and C: \ Windows \ Temp directory.

OK. The basic work is finished. now it is time to configure IIS.

Open "Internet Information Service (IIS) Manager", select "Add a new Web service extension" in "Web service extension", and enter "php isapi extension" for the extension ", select the required File: C: \ php \ sapi \ php4isapi. dll (if PHP5 is installed, C: \ php \ sapi \ php5isapi is used here. dll, the same below), and set the extension status to allow.

Open "website"-> "properties"-> "ISAPI filter"-> "add", enter "PHP" as the filter name, and select "C" as the executable file: \ php \ sapi \ php4isapi. dll.

Choose "website"> "properties"> "main directory"> "application settings"> "configuration"> "application extension"> "add ", select C: \ php \ sapi \ php4isapi for the executable file. dll. Enter ". php" for the extension, and set the action to "HEAD, GET, POST ".

Choose "website"> "properties"> "document"> "enable default content document"> "add" to add index. php as the default content document.

Select "server machine name"> "all tasks"> "restart IIS" to restart IIS.

Test

Create a test page under the default website release Directory:

Download: phptest. php

Phpinfo ();

?>

If the php installation configuration information is displayed on this page, the installation is successful.

If you want to better execute the php program, you can install the ZendOptimizer-2.6.0-Windows-i386.exe, this installation is very simple, here is not introduced.

Upgrade

Now the upgrade is very simple. You only need to download the new PHP binary package, delete the original C: \ php directory, and decompress the new version to the C: \ php directory, then restart IIS. You do not need to modify any configurations or copy any files to the System32 directory. Is it convenient?

The alternative LAMP combination is good, but if you want to set up a Web virtual host server that supports both PHP, ASP, ASP. NET, JSP, and Perl, it is best to use IIS 6 of Windows 2003. Online...

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.