Apache 2.0.x on Microsoft WindowsThis section contains notes and hints specific to Apache 2.0.x installs of PHP on Microsoft Windows systems. We also have instructions and notes for Apache 1.3.x users on a separate page.
You are highly encouraged to take a look at the Apache Documentation to get a basic understanding of the Apache 2.0.x Server. Also consider to read the Windows specific notes for Apache 2.0.x before reading on here.
Download the most recent version of Apache 2.0.x and a fitting PHP version. Follow the Manual Installation Steps and come back to go on with the integration of PHP and Apache. There are two ways to set up PHP to work with Apache 2.0.x on Windows. One is to use the CGI binary the other is to use the Apache module DLL. In either case you need to edit your httpd.conf to configure Apache to work with PHP and then restart the server.
Installing as a CGI binaryYou need to insert these three lines to your Apache httpd.conf configuration file to set up the CGI binary:
Installing as an Apache moduleYou need to insert these two lines to your Apache httpd.conf configuration file to set up the PHP module for Apache 2.0:
|
|||||||||||||||||||||||||