ossec-wui icon indicating copy to clipboard operation
ossec-wui copied to clipboard

Broken home page

Open evandrocoan opened this issue 5 years ago • 4 comments

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

evandrocoan avatar Apr 05 '19 02:04 evandrocoan

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.

ddpbsd avatar Apr 05 '19 12:04 ddpbsd

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

AlecJansen avatar Oct 16 '19 00:10 AlecJansen

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

evandrocoan avatar Oct 16 '19 00:10 evandrocoan

@evandrocoan Ubuntu 18.04

AlecJansen avatar Oct 21 '19 00:10 AlecJansen