Ad Widget

Collapse

Problem configuring PHP Zabbix Frontend

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bcgsc_allan
    Junior Member
    • Jan 2018
    • 3

    #1

    Problem configuring PHP Zabbix Frontend

    I'm trying to install zabbix on a centos6 server with postgres.

    Followed all the steps in https://www.zabbix.com/download?zabb...&db=PostgreSQL but I am missing zabbix.conf in /etc/httpd/conf.d.

    Any ideas why it's not there? Otherwise I can't get the frontend to work.

    Thanks.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    The following files should be installed.

    for Apache HTTP Server ver 2.2.x :
    /usr/share/doc/zabbix-web-3.4.6/httpd22-example.conf
    for Apache HTTP Server ver 2.4.x :
    /usr/share/doc/zabbix-web-3.4.6/httpd24-example.conf

    Please copy either one according to the version of httpd to use.

    And, As of Zabbix 3.0 and later, PHP 5.4 or later is required.

    Comment

    • bcgsc_allan
      Junior Member
      • Jan 2018
      • 3

      #3
      Yes, I realized that I had PHP 5.3. I have rekicked to a Centos7 and reinstalled everything with PHP 5.4 and postgres 9.4. Everything is working perfectly, Thanks!

      Comment

      Working...