Running a recent www/apache24 server with either a customised configuration (which triggers the reported Segmentation fault error) or as a vanilla out of the box configuration for checking (which also triggers the same Segmentation fault): FreeBSD 14.0-CURRENT #13 main-n247423-7bd295750b1: Fri Jun 18 17:32:58 CEST 2021 amd64 (KTLS enabled) Ports a compiled the traditional way (portmaster -dfR www/apach24 has been performed recently). Problem: all services, no matter which one the Apache 2.4 server serves the server quits with a Segmentation fault. For instance, webalizer or even the "It works" page delivered shows an initial Segmentation fault in the log, but it gets displayed. More frustrationg is every service with a more complex setup, like a moodle or a nextcloud instance - they do now show up anything. webalizer is offering its content after the second time of access, Firefox first reports failure of a secure connection and then the page shows up. The log entry looks like this: [...] [Sun Jun 20 10:07:00.446324 2021] [core:notice] [pid 99252:tid 34374492160] AH00052: child pid 83799 exit signal Segmentation fault (11) I suspected php and therefore, I tried to use any vanilla config, but the problem still remains. This problem doesn't show up on FreeBSD 12.2-RELENG and/or 13-STABLE.
There is an assumption that this bug has already been described here https://bz.apache.org/bugzilla/show_bug.cgi?id=65627 I have updated the apache to version 2.4.51 on FreeBSD 12.2-p11, and this problem appears every second. I applied the patch from https://bz.apache.org/bugzilla/show_bug.cgi?id=65627 and rebuilt the package. And the problem was gone.
Is the issue still relevant?
In my case, the problem seems to have vanished into thin air over time ...