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