Today morning I had a issue on one server that sites were not loading at all. I checked that Apache processes maxed out and just restarted apache to fix the problem. This worked for a couple minutes, but then the same thing happened, I checked apache and the processes were not maxed out, but were piling up fast. Another restart and the problem seems to stop.
This is not normal. I have more than enough "Max Request Workers". Usually i'm using only 20% of the available slots.
Later I started investigating the issue and found out multiple OCSP errors at /var/log/apache2/error_log like the following:
-----------------------------------------------------------------
[Tue Aug 13 11:00:40.153186 2019] [ssl:error] [pid 12151] [client 189.x.x.x:49123] AH02321: empty response from OCSP server
[Tue Aug 13 11:00:40.153212 2019] [ssl:error] [pid 12151] [client 189.x.x.x:49123] AH01980: bad response from OCSP server: (none)
[Tue Aug 13 11:00:40.153212 2019] [ssl:error] [pid 12151] AH01941: stapling_renew_response: responder error
-----------------------------------------------------------------
Dozens, maybe hundreds of responses like this happen everyday. Any idea of what could be the problem?
Heres some things i use:
Centos 7
Apache 2.4.39 + mpm_prefork
Jail Apache Virtual Hosts enabled
Thanks!
This is not normal. I have more than enough "Max Request Workers". Usually i'm using only 20% of the available slots.
Later I started investigating the issue and found out multiple OCSP errors at /var/log/apache2/error_log like the following:
-----------------------------------------------------------------
[Tue Aug 13 11:00:40.153186 2019] [ssl:error] [pid 12151] [client 189.x.x.x:49123] AH02321: empty response from OCSP server
[Tue Aug 13 11:00:40.153212 2019] [ssl:error] [pid 12151] [client 189.x.x.x:49123] AH01980: bad response from OCSP server: (none)
[Tue Aug 13 11:00:40.153212 2019] [ssl:error] [pid 12151] AH01941: stapling_renew_response: responder error
-----------------------------------------------------------------
Dozens, maybe hundreds of responses like this happen everyday. Any idea of what could be the problem?
Heres some things i use:
Centos 7
Apache 2.4.39 + mpm_prefork
Jail Apache Virtual Hosts enabled
Thanks!
Last edited: