Err_empty_response

Hi
When trying to access my piwik site i suddenly get ERR_EMPTY_RESPONSE in the browser and nothing other than the get entry is logged on the server
Setup is Apache 2.4.6 and PHP 5.6.30

Any ideas?

Regards

Tore

This could be related to various network issues both locally or on the ISP side. Are you able to reproduce this error also with different browsers? Make sure your are running the latest Chrome version.

Tried with all browser (all at latest version) Firefox, Chorme, IE11, Edge, Vivaldi…no good.
When i try to look at the apache log the only thing i can find is :slight_smile: /var/log/httpd/error_log <==
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
zend_mm_heap corrupted
As discussed in this post: Piwik 2.14.1 + API = zend_mm_heap corrupted?

My Setup:
PHP 5.6.30
Apache/2.4.6 (CentOS)
mysqld 10.0.29-MariaDB

Regards

Tore

Goog luck on that … noone was able to help me with Segfaults / zend_mm_heap corrupted Errors so far …
–> Piwik 3.0.1 & 2.17.1: Segmentation fault

What you can try is to disable Zend OPCache if it’s working then … but it’s not good for the Performance …

bye
Andreas Schnederle-Wagner

Thank you for reply.
Zend OPCach is required for another app on the server… and also I feel this is not a way of fixing stuff. so I hope soneon will fix this or i need to look at an alternative…

Tore