将 nginx 用于 nagios 而不是 Apache

将 nginx 用于 nagios 而不是 Apache

我想安装 nagios,但我不想使用 apache,而是想使用 nginx。我安装了 nagios-cli,它会自动引入 apache 的一部分,该部分会在每次启动时放入脚本/etc/init.d/apache2并让我烦恼。我的 nginx 与 php、cgi 和 mono 工作正常。但我不确定如何从我的系统中删除 apache

如何删除 apache 或不将其包含在 nagios 中?我正在使用 Debian scrape (6)

答案1

如果你不想卸载 apache2 因为你不想弄乱依赖项,你可以通过执行以下操作来禁用它:

/etc/init.d/apache2 stop
update-rc.d apache2 disable

然后配置nginx来服务nagios(我没有经验来帮助你)

答案2

也许这个方法有帮助:

http://www.nakedmcse.com/Home/tabid/39/forumid/14/threadid/37/scope/posts/Default.aspx

您需要能够使用 nginx 执行 perl 脚本。

相关内容