]> granicus.if.org Git - apache/commitdiff
directive name changed a while back
authorBill Stoddard <stoddard@apache.org>
Fri, 27 Feb 2004 21:27:18 +0000 (21:27 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 27 Feb 2004 21:27:18 +0000 (21:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102790 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/child.c

index 7d5766cdfcc9afcd3f3f351851d1cb2730cf318f..827e0d83c2e5faa017fd10ffe5014da58ae62d64 100644 (file)
@@ -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 {