Pages

Tuesday, December 7, 2010

Setting up PHP to work on Windows Server 2003

Operating System : - Windows Server 2003
Automatic PHP installation using php-5.2.13-win32-installer.msi to C:\PHP\ and system has default set of permissions

Automatic Installation of 'php-5.2.13-win32" using IIS ISAPI Module option 
This automatic installation will not configure any Web Service extension and Application extension.
So we need to create a Application extension
Extn : - .php , Path : - C:\PHP\php5isapi.dll  , Verbs ; - All Verbs ,  Script Engine checked.
And also create  a Web Service Extension
Extension Name : PHP , File Path : - C:\PHP\php5isapi.dll

Automatic Installation of "php-5.2.13-win32" using IIS CGI Module option 
This automatic installation won't configure any application extension and web service extension
Create a Application extension
Extn name : - .php, File Path: -  C:\PHP\php-cgi.exe , Verbs : - All Verbs , Script Engine checked.
And also create  a Web Service Extension
Extn name : - PHP , File Path: -  C:\PHP\php-cgi.exe


****AS IS**** ; Please apply at your own risk.

No comments:

Post a Comment