Installing and Configuring PHP and MySQL Tutorial
The Windows PHP installer is available from the downloads page at www.php.net/download.php This installs the CGI version of PHP and for IIS, PWS, and Xitami, it configures the web server as well. The installer does not include any extra external PHP extensions (php_*.dll) as you’ll only find those in the Windows Zip Package and PECL downloads.
…
Manual Installation - Windows NT/2000/XP and IIS 4 or newer
To install PHP on an NT/2000/XP Server running IIS 4 or newer, follow these instructions. You have two options to set up PHP, using the CGI binary (php.exe in PHP 4, or php-cgi.exe in PHP 5) or with the ISAPI module. In either case, you need to start the Microsoft Management Console (may appear as ‘Internet Services Manager’, either in your Windows NT 4.0 Option Pack branch or the Control Panel=>Administrative Tools under Windows 2000/XP). Then right click on your Web server node (this will most probably appear as ‘Default Web Server’), and select ‘Properties’.
…
To use the ISAPI module, do the following:
- If you don’t want to perform HTTP Authentication using PHP, you can (and should) skip this step. Under ISAPI Filters, add a new ISAPI filter. Use PHP as the filter name, and supply a path to the php4isapi.dll / php5isapi.dll.
- Under ‘Home Directory’, click on the ‘Configuration’ button. Add a new entry to the Application Mappings. Use the path to the php4isapi.dll / php5isapi.dll as the Executable, supply .php as the extension, leave ‘Method exclusions’ blank, and check the ‘Script engine’ checkbox.
- Stop IIS completely (NET STOP iisadmin) - Start IIS again (NET START w3svc)
…
Website: www.nadil.nadil.net | Filesize: 21kb
No of Page(s): 5
Click here to download Installing and Configuring PHP and MySQL Tutorial.
Related Tutorial
Tags: MySQL, UNIX/Linux, Windows
Comments
Leave a Reply