Coder Social home page Coder Social logo

Ossec Web UI about ossec-wui HOT 2 OPEN

ossec avatar ossec commented on July 4, 2024
Ossec Web UI

from ossec-wui.

Comments (2)

ddpbsd avatar ddpbsd commented on July 4, 2024

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

from ossec-wui.

ax-cap avatar ax-cap commented on July 4, 2024

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

from ossec-wui.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.