Blame SOURCES/httpd-2.4.25-r1787301.patch

3fd4d8
# ./pullrev.sh 1787301
3fd4d8
http://svn.apache.org/viewvc?view=revision&revision=1787301
3fd4d8
3fd4d8
https://bugzilla.redhat.com/show_bug.cgi?id=1432249
3fd4d8
3fd4d8
--- httpd-2.4.25/server/listen.c
3fd4d8
+++ httpd-2.4.25/server/listen.c
3fd4d8
@@ -153,7 +153,7 @@
3fd4d8
 #endif
3fd4d8
 
3fd4d8
 #if defined(SO_REUSEPORT)
3fd4d8
-    if (ap_have_so_reuseport) {
3fd4d8
+    if (ap_have_so_reuseport && ap_listencbratio > 0) {
3fd4d8
         int thesock;
3fd4d8
         apr_os_sock_get(&thesock, s);
3fd4d8
         if (setsockopt(thesock, SOL_SOCKET, SO_REUSEPORT,