ossec / ossec-wui

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

Ossec Web UI #20

Open tenkorang opened 7 years ago

tenkorang commented 7 years ago

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

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

ax-cap commented 6 years ago

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