Differences between revisions 1 and 2
Revision 1 as of 2008-08-27 19:15:18
Size: 416
Editor: 193
Comment:
Revision 2 as of 2008-08-27 19:17:44
Size: 764
Editor: 193
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
=== 1. Download Apache 2.x for Windows === === 1. Install Apache 2.x for Windows ===
Line 5: Line 5:
Go to http://httpd.apache.org/download.cgi and download the latest version. For example, the installer for Version 2.2.4 was called apache_2.2.4-win32-x86-no_ssl.msi. Specify an arbitrary target directory, for the following description we will assume Go to http://httpd.apache.org/download.cgi and download the latest stable version. For example, the installer for Version 2.2.4 was called apache_2.2.4-win32-x86-no_ssl.msi. Specify an arbitrary target directory; for the following description we will assume
Line 9: Line 9:
}}}

=== 2. Install PHP 5.x for Windows ===

Go to http://www.php.net/downloads.php and download the latest stable version. For example, the zip package for version 5.1.6 was called php-5.1.6-Win32.zip. Specify an arbitrary target directory; for the following description we will assume

{{{
C:\Program Files\CompleteSearch\php5
}}}

How to install Apache + PHP on Windows for CompleteSearch

1. Install Apache 2.x for Windows

Go to http://httpd.apache.org/download.cgi and download the latest stable version. For example, the installer for Version 2.2.4 was called apache_2.2.4-win32-x86-no_ssl.msi. Specify an arbitrary target directory; for the following description we will assume

C:\Program Files\CompleteSearch\Apache2.2

2. Install PHP 5.x for Windows

Go to http://www.php.net/downloads.php and download the latest stable version. For example, the zip package for version 5.1.6 was called php-5.1.6-Win32.zip. Specify an arbitrary target directory; for the following description we will assume

C:\Program Files\CompleteSearch\php5

CompleteSearch: completesearch/ApachePhpWindows (last edited 2009-02-13 17:14:47 by 193)