Question

Centreon web interface impossible to access

  • 31 August 2022
  • 5 replies
  • 1144 views

Badge +1

Hello to all.

After a reboot of my CentOS, i’m unable to access to my centreon web interface. I’ve researched on internet some solutions but i can’t find something that solve my problem.

Facing these errors when I type :

  • @IP 
  • @IP/centreon

 

Also, i can not start the httpd24-httpd service. Below, there are the errors from systemctl status httpd24-httpd and journalctl -xe.

journalctl -xe
systemctl status httpd24-httpd

Hope someone can help me please

 

 

 


5 replies

Userlevel 4
Badge +13

👋 @boringpepe 

 

Do you have something else running on port 80? can you specify an IP instead of 0.0.0.0?

 

🤞

Badge +1

Hello @hmorales. Thank you for your answer :)

 

So, i have checked the port 80 with lsof -i:80 command and this is the result :

lsof -i:80

 

Concerning your second question, about specifying an IP instead of 0.0.0.0, I dont know which file i have to enter this modification. Could you tell me please ?

 

Cordially

Userlevel 4
Badge +13

depending on your version

 

/opt/rh/httpd24/root/etc/httpd/conf.d/10-centreon.conf

 

<VirtualHost *:80>

 

or

 

<VirtualHost yourIPToUse:80>

 

and restart http

 

systemctl restart httpd24-httpd

 

systemctl status httpd24-httpd

 

or stop httpd and check again the port 80?

 

🤞⛑

Badge +1

Hi @hmorales 

Badge +1

I tried to paste it entirely but there was an error “Something gone wrong” so i screenshot it :

Part 1 10-centreon.conf
Part 2 10-centreon.conf

As u can see, no VirtualHost text.

I even restored a through veeam backup but the problem is still going on. The guy who implemented this server left so i dont know what he did

 

Cordially

Reply