免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5612 | 回复: 3
打印 上一主题 下一主题

[Web] lighttpd 1.4.25无法启动问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-01-19 09:08 |只看该作者 |倒序浏览
各位大哥们好,我的lighttpd 1.4.25始终无法启动,检查语法是正确的,php版本是5.2.9,帮帮忙了
这是我的配置文件
[root@lighttpd php-5.2.9]# ls /opt/php_fcgi/bin
pear  peardev  pecl  php  php-cgi  php-config  phpize
[root@lighttpd php-5.2.9]# cat /opt/lighttpd/lighttpd.conf |egrep -v "^$|^#"
server.modules              = (
                               "mod_rewrite",
                                "mod_access",
                              "mod_fastcgi",
                               "mod_simple_vhost",
                               "mod_evhost",
                               "mod_cgi",
                               "mod_compress",
                                "mod_accesslog" )
server.document-root        = "/home/www"
server.errorlog             = "/var/log/lighttpd/error.log"
index-file.names            = ( "index.php", "index.html",
                                "index.htm", "default.htm" )
  # default mime type
  ""              =>      "application/octet-stream",
)
accesslog.filename          = "/var/log/lighttpd/access.log"
url.access-deny             = ( "~", ".inc" )
$HTTP["url"] =~ "\.pdf$" {
  server.range-requests = "disable"
}
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
server.port                = 80
server.pid-file            = "/var/run/lighttpd.pid"
dir-listing.activate       = "enable"
dir-listing.encoding        = "utf-8"
fastcgi.server             = ( ".php" =>
                               ( "localhost" =>
                                 (
                                   "socket" => "/tmp/php-fastcgi.socket",
                                   "bin-path" => "/opt/php_fcgi/bin/php-cgi",
                                       "max-procs" => 20,
                                        "max-load-per-proc" => 4,
                                        #"idle-timeout" => 60,
                                 )
                               )
                            )

错误日志中报错如下:
[root@lighttpd php-5.2.9]# tail /var/log/lighttpd/error.log
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2010-01-18 06:19:24: (mod_fastcgi.c.1399) [ERROR]: spawning fcgi failed.
2010-01-18 06:19:24: (server.c.931) Configuration of plugins failed. Going down.
2010-01-18 06:19:25: (log.c.166) server started
2010-01-18 06:19:25: (mod_fastcgi.c.1104) the fastcgi-backend /opt/php_fcgi/bin/php failed to start:
2010-01-18 06:19:25: (mod_fastcgi.c.110 child exited with status 0 /opt/php_fcgi/bin/php-cgi
2010-01-18 06:19:25: (mod_fastcgi.c.1111) If you're trying to run your app as a FastCGI backend, make sure you're using the FastCGI-enabled version.
If this is PHP on Gentoo, add 'fastcgi' to the USE flags.
2010-01-18 06:19:25: (mod_fastcgi.c.1399) [ERROR]: spawning fcgi failed.
2010-01-18 06:19:25: (server.c.931) Configuration of plugins failed. Going down.

论坛徽章:
8
综合交流区版块每周发帖之星
日期:2015-12-02 15:03:53数据库技术版块每日发帖之星
日期:2015-10-02 06:20:00IT运维版块每日发帖之星
日期:2015-10-02 06:20:00IT运维版块每日发帖之星
日期:2015-09-14 06:20:00金牛座
日期:2014-10-10 11:23:34CU十二周年纪念徽章
日期:2013-10-24 15:41:34酉鸡
日期:2013-10-19 10:17:1315-16赛季CBA联赛之北京
日期:2017-03-06 15:12:44
2 [报告]
发表于 2010-01-19 14:07 |只看该作者
2010-01-18 06:19:24: (mod_fastcgi.c.1399) [ERROR]: spawning fcgi failed.
2010-01-18 06:19:24: (server.c.931) Configuration of plugins failed. Going down.

这2行后面的内容在网上搜索下吧
应该是fcgi的配置出问题了

论坛徽章:
0
3 [报告]
发表于 2010-01-19 17:45 |只看该作者

回复 #2 ruochen 的帖子

我这个是用socket方式连接php呀,不理解了

论坛徽章:
1
15-16赛季CBA联赛之吉林
日期:2018-05-23 14:31:12
4 [报告]
发表于 2010-01-20 10:35 |只看该作者
您看下您的php-cgi这个执行文件的具体路径,写入到
  1. "bin-path" => "/opt/php_fcgi/bin/php-cgi"
复制代码
这一行里面
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP