From 704e03f654571b9742514764e6567bd77dee3dba Mon Sep 17 00:00:00 2001 From: Bill Stoddard Date: Fri, 27 Feb 2004 21:27:18 +0000 Subject: [PATCH] directive name changed a while back git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102790 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/winnt/child.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 7d5766cdfc..827e0d83c2 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -520,7 +520,7 @@ static void winnt_accept(void *lr_) if (listen_rv == APR_SUCCESS) { ap_log_error(APLOG_MARK,APLOG_ERR, listen_rv, ap_server_conf, "AcceptEx error: If this occurs constantly and NO requests are being served " - "try using the WindowsSocketsWorkaround directive set to 'on'."); + "try using the Win32DisableAcceptEx directive."); err_count = 0; } else { -- 2.50.1