Skip to content
  1. Apr 09, 2011
    • Jeff Trawick's avatar
      Fix some MinGW build issues... · cf0a3747
      Jeff Trawick authored
      mpm_winnt.c:  MinGW doesn't currently define the Windows
                    STACK_SIZE_PARAM_IS_A_RESERVATION symbol
      
      mpm_unix.c:   Bypass all this code on Windows  (too much trouble
                    to keep it out of Makefile)
      
      mpm_common.h: Skip over definitions of functions not available on
                    Windows to keep references out of exports.c.
      
      PR: 49535
      Submitted by: John Vandenberg <jayvdb gmail.com>
      Minor tweaks by: trawick
      
      Other commits for this PR: r1089950, r1089951, r1089954
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090614 13f79535-47bb-0310-9956-ffa450edef68
      cf0a3747
    • Jeff Trawick's avatar
      fix some logging glitches in the WinNT MPM: · 73b656e0
      Jeff Trawick authored
      the MPM's equivalent of "reached MaxClients" is now ERR instead of
      WARNING
      
      the message when the MPM child exits due to excessive errors is
      raised from ERR to CRIT
      
      the caller of mpm_get_completion_context() could log random error
      values (GetLastError() or rv), so solve as follows:
      
      . mpm_get_completion_context() always logs its errors
      . caller only logs when it is taking a rare action on such errors, and
        doesn't pretend to know the error code of the last such error
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1090605 13f79535-47bb-0310-9956-ffa450edef68
      73b656e0
  2. Apr 08, 2011
  3. Apr 07, 2011
  4. Apr 06, 2011
  5. Apr 05, 2011
  6. Apr 04, 2011