Php Isapi

Hello Everyone,

I have a Windows 2003 box with IIS6. i have installed PHP and hosted a few sites. However, i have come to realize that my PHP installation was using the Fast/CGI Module as the server API.

I was told and recommended to use the ISAPI Module instead. so i've decided to use it. However, i am having to manually convert all the sites from Fast/CGI (php.exe) to ISAPI (php4isapi.dll)

I am currently going into the properties of each site in IIS manager and having to add a ISAPI filter for php4isapi.dll and also pointing the .php extension to exeucte with php4isapi.dll instead of php.exe.

the problem is that every new site i add still seems to get the Fast/CGI API, how can i set the php4isapi.dll as the default API, so that whenever i add a new site, it remembers my PHP php4isapi.dll settings ?

Many Thanx in advanced.

Cheers

 

 

 

 

Top