Skip to content
  1. Apr 10, 2001
  2. Apr 09, 2001
  3. Apr 06, 2001
  4. Apr 04, 2001
  5. Apr 03, 2001
  6. Apr 02, 2001
  7. Mar 29, 2001
  8. Mar 27, 2001
  9. Mar 26, 2001
  10. Mar 25, 2001
  11. Mar 24, 2001
  12. Mar 22, 2001
  13. Mar 21, 2001
  14. Mar 20, 2001
  15. Mar 19, 2001
  16. Mar 18, 2001
    • Ryan Bloom's avatar
      Add a hook, create_request. This hook allows modules to modify · 39175ff5
      Ryan Bloom authored
      a request while it is being created.  This hook is called for all
      request_rec's, main request, sub request, and internal redirect.
      When this hook is called, the the r->main, r->prev, r->next
      pointers have been set, so modules can determine what kind of
      request this is.
      
      Currently, this is only used by the core module, but protocol modules
      are going to need to have the ability to affect the request while it is
      being read.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88532 13f79535-47bb-0310-9956-ffa450edef68
      39175ff5
  17. Mar 16, 2001
  18. Mar 15, 2001
  19. Mar 13, 2001
  20. Mar 12, 2001
  21. Mar 11, 2001
    • Ken Coar's avatar
      · 8f470299
      Ken Coar authored
      	Bring forward the suexec umask setting option from 1.3, and
      	also fix some configure.in bits that would define macros
      	that needed to be numbers as strings instead.
      
      Obtained from:	Apache HTTP Server 1.3
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88493 13f79535-47bb-0310-9956-ffa450edef68
      8f470299