Unable to access ossec directory的解決方案

 ossec 2.8.1 安裝後,再按照web UI 0.8後,打開web頁面,菜單能夠顯示,不過沒有內容,只有一個提示php

 Unable to access ossec directory web

下面就說怎麼搞定apache

致使這個問題的緣由和解決方法以下bash

1,ossec文件夾所屬是不是www或者apache(就是http服務的全部者)服務器

2,tmp文件夾是否爲777ide

3,ossec_conf.php 中$ossec_dir="/usr/local/ossec"; 這個是ossec安裝的目錄ui

4,若是執行2次或屢次 ./setup.sh 修改用戶密碼或者修改配置,那麼在 /etc/group中this

ossec:x:500:apache 是否正確,添加2次的話,這裏就是ossec:x:500:apacheapache,須要修改spa

5,setup.sh的配置rest

# ./setup.sh 
Setting up ossec ui...
   
Username: ossec                   #web登陸的用戶名
New password:                     #web登陸密碼
Re- type  new password: 
Adding password  for  user ossec
Enter your web server user name (e.g.apache, www, nobody, www-data, ...)
apache                           #web服務器全部者,通常爲apache或者爲www
Enter your OSSEC  install  directory path(e.g.  /var/ossec )
/usr/local/ossec                 #ossec的安裝目錄
You must restart your web server after thissetup is  done .
  
Setup completed successfuly

6,若是屢次執行setup.sh,那麼請把 .htpasswd 中內容刪除,再執行一次,即再次生成密碼,同時須要執行上述第4條

7,service ossec restart

8,查看web頁面,此時應該會顯示各個客戶端

相關文章
相關標籤/搜索