[RFC] Enable OCSP Stapling by default in httpd trunk

2014-10-30 Thread Jeff Trawick
IMO the present concerns with OCSP Stapling are: * not so clear that it has seen enough real-world testing; commented out sample configs and better documentation will help, as will enabling by default in trunk (just a little?) * related bugs 57121 and 57131 A simple way to help with the broader

Re: Listeners buckets and duplication w/ and w/o SO_REUSEPORT on trunk

2014-10-30 Thread Yann Ylavic
Hi Yingqi, commited in r1635521, with some changes (please see commit log). These are not big changes, and your work on removing the global variables and restoring some previous behaviour is great, thanks for the good work. Regards, Yann. On Wed, Oct 29, 2014 at 6:36 PM, Lu, Yingqi

RE: Listeners buckets and duplication w/ and w/o SO_REUSEPORT on trunk

2014-10-30 Thread Lu, Yingqi
Hi Yann, Thank you very much for your help! As this is getting better, I am wondering if you guys have plan to put this SO_REUSEPORT patch into the stable version. If yes, do you have a rough timeline? The performance gain is great from the patch, I just want to more people being able to

Building APR using cmake on Windows

2014-10-30 Thread Edward Lu
Using Visual Studio 2013 command line tools, on Windows Server 2012 rc2. Running everything from batch files through Cygwin. I cloned the APR repo from here: https://github.com/apache/apr I downloaded some prebuilt libxml2 and iconv binaries for Windows. Then, I ran the commands: C:\Program

Re: Building APR using cmake on Windows

2014-10-30 Thread Jeff Trawick
On Thu, Oct 30, 2014 at 1:53 PM, Edward Lu chaos...@gmail.com wrote: Using Visual Studio 2013 command line tools, on Windows Server 2012 rc2. Running everything from batch files through Cygwin. I cloned the APR repo from here: https://github.com/apache/apr I downloaded some prebuilt libxml2

Re: Building APR using cmake on Windows

2014-10-30 Thread William A. Rowe Jr.
Have you determined that kernel32.lib is in the link list? Wondering also about double vs. single underscore. Something might just be downright strange in the win32 api headers in use. Edward Lu chaos...@gmail.com wrote: Using Visual Studio 2013 command line tools, on Windows Server 2012

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

2014-10-30 Thread Hanno Böck
Am Thu, 30 Oct 2014 10:51:15 -0400 schrieb Jeff Trawick traw...@gmail.com: # Define a relatively small cache for OCSP Stapling using # the same mechanism that is used for the SSL session cache # above. If stapling is used with more than a few certificates, # the size may need to

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

2014-10-30 Thread Jeff Trawick
On Thu, Oct 30, 2014 at 4:54 PM, Hanno Böck ha...@hboeck.de wrote: Am Thu, 30 Oct 2014 10:51:15 -0400 schrieb Jeff Trawick traw...@gmail.com: # Define a relatively small cache for OCSP Stapling using # the same mechanism that is used for the SSL session cache # above. If