Installing the php_php Tutorial using ISAPI mode under WINDOWS 2000

Source: Internet
Author: User
Tags sapi tmp folder
Install PHP using ISAPI mode.

Download Connection: Http://cn2.php.net/get/php-4.4.0-Win32.zip/from/cn.php.net/mirror

The ISAPI approach is the most efficient way to execute PHP under the win system IIS. Strongly recommended.

After extracting PHP, find php.ini-dist first.

If you remove the-dist, it will be displayed in text mode.

Open php.ini to make a slight change. Use the Find method to find the TMP./tmp after a road strength, the road to C:/tmp

Then create a new TMP folder on the C drive

When you're done, copy PHP. INI and Php4ts.dll, placed under the C-Drive Winnt/system32 folder.

OK The first step is done. And then set up IIS

Open IIS Right-click on the server name (the row with a small computer tag) to select Properties, edit, ISAPI filter

Knowsky.com
Then select Add.

Filter Name Input: PHP

Executable File selection: Php-4.4.0-win32\sapi\php4isapi.dll

Note Be sure to use Php4isapi.dll instead of using PHP.EXE. Because the use of PHP.EXE is the CGI way, and occupy the process, Php4isapi.dll is the ISAPI way.

Then add PHP permissions to a single site (note that PHP permissions must never be set by default unless you decide to have PHP permissions for each site). Otherwise it would be dangerous.)

Open IIS, right-click on the address you want to give permission to, and select Properties, home directory, configuration.

Then select Add.

Executable file input:. php

Brutishness: Php-4.4.0-win32\sapi\php4isapi.dll

OK the PHP permission to support ISAPI mode is done ....

http://www.bkjia.com/PHPjc/313880.html www.bkjia.com true http://www.bkjia.com/PHPjc/313880.html techarticle install PHP using ISAPI mode. Download Connection: Http://cn2.php.net/get/php-4.4.0-Win32.zip/from/cn.php.net/mirror ISAPI mode is the most efficient way to execute PHP under Win system IIS. It is highly recommended that ...

  • 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.