Skip to content
New issue

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

Ossec Web UI #20

Open
tenkorang opened this issue Sep 8, 2017 · 2 comments
Open

Ossec Web UI #20

tenkorang opened this issue Sep 8, 2017 · 2 comments

Comments

@tenkorang
Copy link

ossec-wui
ossec-wui2

I have been able to successfully install ossec web UI. unfortunately it does not display any log or integrity checking logs. what could possibly be the issue.
attached are screenshots of the web UI

ossec-wui

@ddpbsd
Copy link
Member

ddpbsd commented Sep 8, 2017

This project is not maintIned, there may be no one willing to support it. First thing to check is permissions

@ax-cap
Copy link

ax-cap commented Jun 21, 2018

Verify the permissions. On linux:

ls -lh /var/ossec

TMP must have ROOT WWW-DATA.

if it doen't have it, change it:

chown root:www-data /var/ossec

also, change owner of the ossec-wui folder:

chown-R root:www-data /var/www/html/ossec-wui

www-data is the user for running apache2 service on debian/ubuntu. To find out who is running apache2 service, use the next command:

ps aux | egrep '(apache|httpd)'

change www-data to the user that run apache service.

at last, check Selinux. Selinux can avoid the access from apache to ossec.

sestatus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants