【发布时间】:2015-07-01 23:13:54
【问题描述】:
我通过 pkg 安装程序安装了 apache24
pkg install apache24
并添加了以下行
apache24_enable="YES" 到 /etc/rc.conf 文件
现在我正在尝试使用 service apache24 start 启动 apache
它显示以下错误
apache24 does not exist in /etc/rc.d or the local startup directories(/usr/local/etc/rc.d)
如何开始apache
【问题讨论】:
-
你可以运行
service -l来查看安装了哪些服务。