Install and configure PhP5 and apache2.2 in Windows

Source: Internet
Author: User

1. DownloadProgram
Apache: http://mirror.bjtu.edu.cn/apache//httpd/binaries/win32/
PHP: http://www.php.net

2. Installer
Apache2.2 double-click to run the task...
Php5.2 download the ZIP file and decompress it to C:/PHP. There are two INI files (PHP. ini-Dist and PHP. ini-recommended). We recommend that you use PHP. ini-recommented (default settings for performance and security optimization), PHP. ini-recommended: Copy to % WINDIR %, usually C: \ WINDOWS. If it is NT/2000, it is usually c: \ WINNT or c: \ winnt40 corresponding server version

3. Set PHP in Apache (modify the httpd. conf file)
PHP works in Apache in two ways:
first, use the CGI binary file and add the following settings to apache
ScriptAlias/PHP/" C:/PHP/"
addtype application/X-httpd-PHP. php
action application/X-httpd-PHP "/PHP/php.exe"
second, PHP is used as the Apache module, add the following Settings
loadmodule php5_module "C:/PHP/php5apache2_2.dll"
addtype application/X-httpd-PHP. php
* use php5ts in the PHP Directory. DLL copy to Windows/system32 (Windows XP) or WINNT/system32 (Windows NT/2000)

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.