!
也想出现在这里? 联系我们
广告位
当前位置:首页>教程分享>服务器教程>云服务器在apache下添加fastcgi模块

云服务器在apache下添加fastcgi模块

1、搭建环境
CentOS5.1,系统只带的apache2.23,默认的apache安装没有带fastcgi模块,要自己手动添加

2、下载
# wget http://www.fastcgi.com/dist/mod_fastcgi-2.4.6.tar.gz

3、安装
# tar zxf mod_fastcgi-2.4.6.tar.gz
# cd mod_fastcgi-2.4.6
# apxs -o mod_fastcgi.so -c *.c
# apxs -i -a -n fastcgi .libs/mod_fastcgi.so
看看modules是否有mod_fastcgi.so,看看httpd.conf文件里是否有mod_fastcgi.so
再看看httpd.conf里是否有下面这行,没有加上
AddHandler fastcgi-script .fcg .fcgi .fpl

PS:所有都是看源安装目录下的INSTALL文件。

4、apache相关配置

  1.     FastCgiWrapper /usr/local/apache/bin/suexec
  2.     # URIs that begin with /fcgi-bin/, are found in /var/www/fcgi-bin/
  3.     Alias /fcgi-bin/ /var/www/fcgi-bin/
  4.     ScriptAlias /wws /var/www/fcgi-bin/b.fcgi
  5.     # Anything in here is handled as a \"dynamic\" server if not defined as \"static\" or \"external\"
  6.    
  7.                 AllowOverride None
  8.                 Options +ExecCGI -Includes
  9.                 #SetHandler fastcgi-script
  10.                 AddHandler fastcgi-script .fcg .fcgi
  11.                 Order allow,deny
  12.                 Allow from all
  13.    
  14.  
  15.     # Anything with one of these extensions is handled as a \"dynamic\" server if not defined as
  16.     # \"static\" or \"external\". Note: \"dynamic\" servers require ExecCGI to be on in their directory.
  17.     #AddHandler fastcgi-script .fcgi .fpl
  18.  
  19.     # Start a \"static\" server at httpd initialization inside the scope of the SetHandler
  20.     #FastCgiServer /var/www/fcgi-bin/echo -processes 3
  21.  
  22.     # Start a \"static\" server at httpd initialization inside the scope of the AddHandler
  23.     #FastCgiServer /var/www/fcgi-bin/b.fcgi -processes 3 -user nobody -group nobody
  24.     #FastCgiServer /var/www/htdocs/some/path/echo.fcgi
  25.     # Start a \"static\" server at httpd initialization outside the scope of the Set/AddHandler
  26.     #FastCgiServer /var/www/htdocs/some/path/coolapp
  27.     #
  28.     # SetHandler fastcgi-script
  29.     #
  30.  

给TA打赏
共{{data.count}}人
人已打赏
服务器教程

服务器Nginx下开启php-fpm的错误提示

2021-4-17 21:11:26

服务器教程

云服务器linux mail命令用法

2021-4-17 21:11:28

声明 本站上的部份代码及教程来源于互联网,仅供网友学习交流,若您喜欢本文可附上原文链接随意转载。无意侵害您的权益,请发送邮件至 [email protected] 或点击右侧 私信:吉吉国王 反馈,我们将尽快处理。
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
OneEase