Ad Widget

Collapse

debian 13 apache2 update breaks zabbix apache2 config

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sperkins74
    Junior Member
    • May 2026
    • 4

    #1

    debian 13 apache2 update breaks zabbix apache2 config

    Hello All

    The latest apache2 fix in debian13 release breaks the zabbix config.

    apache fires an error on the entry ProxyTimeout 300 /etc/zabbix/apache.conf and does not start.

    i have tried reinstalling the previous version of apache but oddly... same issue

    i have tried a vanilla install of zabbix 7 on a fresh debian 13 (which of course installs the latest apache version), and i have the same issue.

    if i comment out ProxyTimeout 300 the site seems not associated with php, however some troubleshooting provides a quick workaround

    comment out
    ProxyTimeout 300

    and

    <FilesMatch \.(php|phar)$>
    SetHandler "proxy:unix:/var/run/php/zabbix.sock|fcgi://localhost"
    </FilesMatch>

    and restart apache2

    and zabbix is back, however i am not sure if the above workaround is good enough.

    Is anyone else having this issue with zabbix ? other non zabbix websites we have are fine

    Thanks
    Sebastian
  • troffasky
    Senior Member
    • Jul 2008
    • 616

    #2
    What is the actual error logged by Apache about this line of config?

    Comment

    • sperkins74
      Junior Member
      • May 2026
      • 4

      #3
      the full discussion is here :


      long story short, the latest zabbix release (v7 in my case) delivered a php-fpm apache conf instead of php, i suspect the zabbix installation to reload apache...

      2 days later apache patch got applied, restarts apache2, which fails

      Comment

      • Antimidas
        Junior Member
        • May 2026
        • 7

        #4
        The problem is specific to 7.0.26. It does not exist with 7.025 or earlier. It appears it has to do with their switching from mod_php to php-fpm. There is a bug being tracked at https://support.zabbix.com/browse/ZBX-27764. I have seen a few people come up with workarounds, but my preference is to wait for them to fix it and stick w ith 7.0.25 for the front-end servers. I had no issues with 7.0.26 on t he database and server instances.

        Comment

        Working...