Re: [users@httpd] Openssl-1.1.1 with apache-2.4.29

2018-11-22 Thread Hemant Chaudhary
Thanks Stefan. apache-2.4.37 is able to use TLSv1.3 protocol. Cheers, Hemant On Wed, Nov 21, 2018 at 4:18 PM Stefan Eissing wrote: > The Option "TLSv1.3" in the directive SSLProtocol is available since httpd > 2.4.37. Earlier versions will not recognize this and not enable it either. > > Cheer

[users@httpd] Graceful shutdown of apache

2018-11-22 Thread Hemant Chaudhary
Hi, I am not able to shutdown apache gracefully if I am starting apache in debug mode i:e (./httpd -X) with worker mpm. I am sending kill -term PID to httpd process. wherease the same command is working with prefork. How should I stop worker mpm if started in debug mode ? Thanks Hemant