需要帮助,无法启动 Lighttpd

需要帮助,无法启动 Lighttpd

我正确地遵循了本教程:http://howtoforge.com/installing-lighttpd-with-php5-and-mysql-support-on-fedora-14

但现在我收到此错误:

    [root@fedora lighttpd]# /etc/init.d/lighttpd start
Starting lighttpd: 2011-03-24 00:06:03: (configfile.c.907) source: /etc/lighttpd/lighttpd.conf line: 326 pos: 92 parser failed somehow near here: include_shell 
                                                           [FAILED]

我该如何修复这个问题?谢谢...

答案1

为了轻松完成工作,从这个文件开始: http://paste.lighttpd.net/1559 你必须:

配置语法更正:

  1. 取消注释 PHP-fastcgi 部分,以便它打开和关闭正确数量的括号。
  2. 注释掉最后一行不返回有效配置数据+这对我来说毫无意义

配置服务启动:

  1. 在 Fedora Core 上,使用其工具停止所有使用 80 tcp 端口的其他服务(例如 Apache)
  2. 使用这些工具将 lighttpd 配置为在默认运行级别上运行的服务。

关于 Fedora 核心服务配置工具的简单说明可以在这里找到: http://www.fedorafaq.org/basics/#services

相关内容