How to Install Nagios Web Interface on Mac 10.13 High Sierra with HomeBrew Easy Guide

Enabling PHP

  1. Starting the Apache WebServer:

    sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
  2. Enable the Apache PHP Module:

    sudo nano /private/etc/apache2/httpd.conf

    Uncomment:

    LoadModule php5_module libexec/apache2/libphp5.so

    Ctrl+x to Save & Exit from nano 🙂

Contents