Re: [RFC] Enable OCSP Stapling by default in httpd trunk

2015-08-30 Thread Brian Smith
Kaspar Brand wrote: > On 28.08.2015 19:27, Jeff Trawick wrote: > > For one, it is appropriate for the default config is there to enable > > practices which are reasonable in most situations, and OCSP Stapling is > > widely accepted as an appropriate feature for HTTP servers to enable. > > I have

Re: mod_ssl-2.4.x-certkeyfile and OCSPStapling

2014-02-04 Thread Brian Smith
On Tue, Feb 4, 2014 at 10:25 AM, Reindl Harald wrote: > Am 04.02.2014 19:16, schrieb Falco Schwarz: >> After playing around a bit more with this patch, I discovered that >> OCSPStapling cannot get the issuer certificate if you use only the >> SSLCertificateFile directive. It works if you specify

RE: ap_get_brigade hangs when submitting a muitipart/form-data

2008-02-15 Thread Brian Smith
Jarek Kucypera wrote: > ap_get_brigade is designed to be used in input filters. > If you want read request data in your content handler, you > must use ap_should_client_block and ap_get_client_block. There are lots of modules that ship with Apache that are using ap_get_brigade, and the source cod