From: Bill Stoddard Date: Fri, 27 Feb 2004 21:27:18 +0000 (+0000) Subject: directive name changed a while back X-Git-Tag: pre_ajp_proxy~620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=704e03f654571b9742514764e6567bd77dee3dba;p=apache directive name changed a while back git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102790 13f79535-47bb-0310-9956-ffa450edef68 --- 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 {