ossec / ossec-wui

OSSEC Web User Interface - Unmaintained!!
Other
163 stars 86 forks source link

Broken home page #25

Open evandrocoan opened 5 years ago

evandrocoan commented 5 years ago

What could cause this? image

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
ddpbsd commented 5 years ago

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.

AlecJansen commented 5 years ago

Had the same error message, installing PHP with sudo apt-get install php -y fixed it for me!

evandrocoan commented 5 years ago

@AlecJansen, what is you Operating System? Debian 10?

AlecJansen commented 5 years ago

@evandrocoan Ubuntu 18.04