Re:PHP Thread Safe vs. Non Thread Safe
2010/11/22 12:57:58
(permalink)
FastCGI requires that the handler mapping be created as a FastCGI, with the normal c:\php\php-cgi.exe as the application path. So far with Hotfix9 there is no way to select between 'FastCGI' Module Map or a CGI Script Map. So what happens is HC is creating a CGI Script Map for c:\php\php-cgi.exe and we have to manually go into the configuration, remove this mapping, and manually create a new Module Map that uses FastCgiModule for c:\php\php-cgi.exe instead