I am using apache 2.4 on fedora and when i am trying to open my page, it is showing completely blank. I checked the apache logs, there are many lines showing ([core:notice] [pid 1483] AH00052: child pid 1486 exit signal Segmentation fault (11)).
I have no idea what is causing this error and getting blank page is because of this only or not. Thanks in advance
I saw this on a server configured to require client certificates to grant access to the site. The cause was an expired CRL, and installing a new CRL fixed the issue.
The reason becomes apparent by increasing the log level for the relevant vhost to info
. By default it only logs error
or worse, which only produces a cryptic message about failure to re-negotiate a handshake.