apache使用fastcgi方式 (mod_fcgid)

下载:http://httpd.apache.org/download.cgi#mod_fcgid

wget http://mirrors.cnnic.cn/apache//httpd/mod_fcgid/mod_fcgid-2.3.9.tar.gz

tar -zxvf mod_fcgid-2.3.9.tar.gz

cd mod_fcgid-2.3.9

APXS=/usr/sbin/apxs ./configure.apxs

make

make install

 

 

 

 LoadModule fcgid_module modules/mod_fcgid.so

<IfModule fcgid_module>
FcgidIOTimeout 384
FcgidConnectTimeout 360
FcgidOutputBufferSize 128
FcgidMaxRequestsPerProcess 1000
FcgidMinProcessesPerClass 0
FcgidMaxProcesses 16
FcgidMaxRequestLen 268435456
ProcessLifeTime 360
FcgidInitialEnv PHP_FCGI_MAX_REQUESTS 1000
FcgidInitialEnv PHPRC "/etc/"
AddHandler fcgid-script .php
FcgidWrapper "/usr/bin/php-cgi" .php
</IfModule>

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。