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
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
Comment