欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

apache mod_fcgi php

程序员文章站 2022-05-25 18:35:27
...
下载mod_fcgid.so

View Code

 1  2     FcgidInitialEnv PHPRC "C:\php\php-5.4.4-nts-Win32-VC9-x86"  3     AddHandler fcgid-script .fcgi .php 4     FcgidMaxRequestsPerProcess 1000 5     FcgidMaxProcesses 5 6     FcgidIOTimeout 120 7     FcgidIdleTimeout 120 8     FcgidWrapper C:\php\php-5.4.4-nts-Win32-VC9-x86\php-cgi.exe .php 9     10     AddType application/x-httpd-php .php11     AddType application/x-httpd-php .phtml12