We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Had the same error message, installing PHP with sudo apt-get install php -y fixed it for me!
sudo apt-get install php -y
@AlecJansen, what is you Operating System? Debian 10?
@evandrocoan Ubuntu 18.04
No branches or pull requests
What could cause this?
I ran these commands:
The text was updated successfully, but these errors were encountered: