linux - 在CentOS 6.0中安装lighttpd

标签 linux webserver centos lighttpd

我从未使用过 CentOS,我只使用过 Ubuntu,而且我在 Web 服务器方面确实很陌生。我找不到任何在 CentOS 6.0 中安装 Lighttpd 的简单方法。谁能指导我如何在 CentOS 6.0 中安装 Lighttpd?等待帮助。

最佳答案

运行以下命令来添加正确的存储库并安装它。

wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm
rpm -Uhv rpmforge-release-0.5.3-1.el6.rf.i686.rpm
yum install lighttpd

或者 64 位

wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
rpm -Uhv rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum install lighttpd

关于linux - 在CentOS 6.0中安装lighttpd,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9841213/

相关文章:

linux - 使用 systemd 登录后启动 autofs

wordpress - 如何查看我的 mac 上正在运行的 Web 服务器?

linux - 在 Centos7 中安装 Cmake 出现错误。如何处理?

Docker exec rpc 错误代码 =13 desc = 无效的 header 字段值 "oci runtime error: exec failed: cannot exec a container that has run and stopped\n"

linux - 如何制定 rpm 规范来移动以前标记为 %config 的文件?

Linux bash '[: -ge: unary operator expected' 错误

php - 如何调试大型 PHP 应用程序的静默故障?

linux - ffmpeg 覆盖大小

node.js - 如何在 Node.js 中创建派生 http(s) 服务器?

C http 服务器向我的服务器发送获取请求?