Skip to content
  1. Dec 01, 2008
    • Paul Querna's avatar
      Add two new modules to handle load balancing across multiple apache servers · 86f171ac
      Paul Querna authored
      within the same datacenter.
      
      mod_heartbeat generates multicast status messages with the current number of 
      clients connected, but the formated can easily be extended to include other 
      things.
      
      mod_heartmonitor collects these messages into a static file, which then can be 
      used for other modules to make load balancing decisions on.
      
      This module was originally written at Joost by Sander Striker, Justin 
      Erenkrantz, and myself.  We have been given permission by our employer to 
      contribute this module.
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@721952 13f79535-47bb-0310-9956-ffa450edef68
      86f171ac
  2. Nov 29, 2008
  3. Nov 26, 2008
  4. Nov 24, 2008
  5. Nov 16, 2008
  6. Nov 15, 2008
  7. Nov 14, 2008
  8. Nov 11, 2008
  9. Nov 10, 2008
  10. Nov 09, 2008
  11. Nov 06, 2008
  12. Nov 02, 2008
  13. Nov 01, 2008
  14. Oct 31, 2008
  15. Oct 29, 2008
    • Nick Kew's avatar
      Introduce modules/system, and mod_unixd.c · 97b31524
      Nick Kew authored
      mod_unixd.c is only os/unix/unixd.c, turned into a module.
      (or more accurately, an ugly hack).  Work in progress, and the
      old unixd will have to go once the module build stuff is in place.
      
      This re-introduces some of the unixd stuff (set user, group and chroot)
      to mpm_simple, and should work equally well with existing MPMs.
      It also paves the way for alternative privilege management schemes,
      which can be implemented in alternative modules: this´ll be
      necessary to run mpm_simple on non-unix-family platforms, and
      of interest for alternative Unix implementations.  By relegating
      everything to a child_init hook, we can mix-and-match, though
      weĺl need to add a regime that prevents just going right ahead
      with nothing and running as root.
      
      Round tuits permitting, we should be able to simplify unixd.h too,
      and look towards eliminating it.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708935 13f79535-47bb-0310-9956-ffa450edef68
      97b31524
  16. Oct 22, 2008
  17. Oct 19, 2008
  18. Oct 15, 2008
  19. Oct 13, 2008
  20. Oct 08, 2008
  21. Oct 07, 2008
  22. Sep 19, 2008
  23. Sep 18, 2008
  24. Sep 17, 2008