Skip to main content
Question

Unable to connect to Centreon when i installed phpMyAdmin

  • March 4, 2022
  • 3 replies
  • 492 views

Forum|alt.badge.img+1
I need help i just installed Centreon on the Centos7 and everything is fine I am able to access to the login interface but as soon as I installed phpMyAdmin on the same server Centreon no longer opens "http://192.168.150.134/centreon"The requested URL /centreon/index.php was not found on this server.but " http://192.168.150.134/phpmyadmin" works ,I want both to work at the same time to see my database at the same time.

3 replies

Forum|alt.badge.img+16
  • Steward **
  • March 7, 2022

Hello @Zarif ,

Could you show me the outputs of the following command:
 

rpm -qa | grep -i centreon-web
ll /opt/rh/httpd24/root/etc/httpd/conf.d

Seems to have some conflit between installation of phpmyadmin, httpd24-httpd and Centreon.


Forum|alt.badge.img+1
  • Author
  • Steward *
  • March 8, 2022

Hello @Kriko 
 

 


Forum|alt.badge.img+16
  • Steward **
  • March 8, 2022

Hello o/
Is httpd24-httpd or httpd running on your centreon web server ?

You can find it by using 

systemctl status httpd24-httpd
systemctl status httpd