You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2004/02/27 22:27:19 UTC

cvs commit: httpd-2.0/server/mpm/winnt child.c

stoddard    2004/02/27 13:27:18

  Modified:    server/mpm/winnt child.c
  Log:
  directive name changed a while back
  
  Revision  Changes    Path
  1.27      +1 -1      httpd-2.0/server/mpm/winnt/child.c
  
  Index: child.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/child.c,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- child.c	9 Feb 2004 20:40:51 -0000	1.26
  +++ child.c	27 Feb 2004 21:27:18 -0000	1.27
  @@ -520,7 +520,7 @@
                       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 {