linux apache 配置fastcgi
Redhat 上 FastCGI 安装与配置
软件包
相关软件包:
httpd 2.2.14
//注意版本 这个版本不会出问题 注:apache httpd安装
fcgi-2.4.0.tar.gz
mod_fastcgi-2.4.6.tar.gz
请仔细阅读其中的README
配置httpd.conf 尾部添加 :
LoadModule fastcgi_module modules/mod_fastcgi.so
<IfModule fastcgi_module>
AddHandler fastcgi-script .fcgi # you can put whatever extension you want
</IfModule>
FastCgiIpcDir /tmp
huidaoli版权所有:转载请注明出处,谢谢合作!