ossec-wui
ossec-wui copied to clipboard
Broken home page
What could cause this?
I ran these commands:
sudo apt-get install build-essential gcc make apache2 libapache2-mod-php7.2 php7.2 php7.2-cli php7.2-common apache2-utils unzip wget sendmail inotify-tools
git clone https://github.com/ossec/ossec-wui.git
sudo mv ossec-wui /var/www/html/ossec
cd /var/www/html/ossec
sudo ./setup.sh
reboot
My guess is that php isn't setup correctly. But this is a dead project, so there's not much point in digging into it.
Had the same error message, installing PHP with sudo apt-get install php -y
fixed it for me!
@AlecJansen, what is you Operating System? Debian 10?
@evandrocoan Ubuntu 18.04