Configuring FastCGI to Host PHP Applications (IIS 7)

Configuring FastCGI to Host PHP Applications (IIS 7)

瀏覽:764
日期:2025-06-15
To create a FastCGI application process pool, run the following command: C:\>%windir%\system32\inetsrv\appcmd set config /section:system.webServer/fastCgi /+[fullPath='c:\{php_folder}\php-cgi.exe'] To create the handler mapping, ru...看更多