FastCGI

Apache2.2 以上支持mod_fastCGI

先要确认你的apache2.2是不是支持mod_so

 
#apachectl -l 
Compiled in modules: 
  core.c 
  prefork.c 
  http_core.c 
  mod_so.c 

安装mod_fastCGI,源码包可以从官方网站上下载,因为我用yum安装的,所以需要修改Makefile文件

 
$ wget http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz 
$ tar -zxvf mod_fastcgi-2.4.6.tar.gz 
$ cd mod_fastcgi-2.4.6 
$ cp Makefile.AP2 Makefile 
$ vi Makefile 
 → top_dir      = /usr/lib/httpd 
$ make 
$ make install 
#cat "LoadModule fastcgi_module modules/mod_fastcgi.so" >> /etc/httpd/conf/httpd.conf 

/home/yepnnet/public_html/wiki/data/pages/fastcgi.txt · 最后更改: 2008/07/22 21:01 由 admin
到顶部
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0