当前位置:首页 > 服务器技术 > apache

apachemod_fcgiphp

下载mod_fcgid.so

View Code

 1 <IfModule mod_fcgid.c> 2     FcgidInitialEnv PHPRC "C:phpphp-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:phpphp-5.4.4-nts-Win32-VC9-x86php-cgi.exe .php 9     10     AddType application/x-httpd-php .php11     AddType application/x-httpd-php .phtml12 

【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!