Skip to content
  1. Sep 17, 2001
    • William A. Rowe Jr's avatar
      · ee42a492
      William A. Rowe Jr authored
         Remove the Win32 script-processing exception from mod_cgi, and
         roll build_command_line/build_argv_list into a unified, overrideable
         ap_cgi_build_command optional function.
      
         Eliminates a ton of Win32 cruft from core.c for registry parsing.
         Win32 (through the default handler, and newest changes to the
         apr_proc_create fn) continues to serve .bat/.exe files.  This is in
         preparation for adding modules/arch/win32/mod_win32 for scripts.
      
         Please review the mod_cgi.c behavior very carefully.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91058 13f79535-47bb-0310-9956-ffa450edef68
      ee42a492
  2. Sep 06, 2001
  3. Sep 04, 2001
  4. Sep 02, 2001
  5. Aug 31, 2001
  6. Aug 30, 2001
  7. Aug 29, 2001
  8. Aug 28, 2001
  9. Aug 27, 2001
  10. Aug 26, 2001
  11. Aug 25, 2001
    • William A. Rowe Jr's avatar
      · 12c80eba
      William A. Rowe Jr authored
        Introduce the map_to_storage hook, which allows modules to bypass
        the directory_walk and file_walk for non-file requests.  TRACE
        shortcut moved to http_protocol.c as APR_HOOK_MIDDLE, and the
        directory_walk/file_walk happen as APR_HOOK_VERY_LAST in core.c.
      
        A seperate patch to mod_proxy is required to short circuit both the
        TRACE and directory_walk/file_walk stuff.  That patch is next.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90665 13f79535-47bb-0310-9956-ffa450edef68
      12c80eba
    • Ryan Bloom's avatar
      Add the ability for mod_include to add the INCLUDES filter · 50dc7fb6
      Ryan Bloom authored
      if the file is configured for the server-parsed handler.
      This makes the configuration for .shtml files much easier
      to understand, and allows mod_include to honor Apache 1.3
      config files.   Based on Doug MacEachern's patch to PHP
      to do the same thing.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90655 13f79535-47bb-0310-9956-ffa450edef68
      50dc7fb6
  12. Aug 24, 2001
  13. Aug 23, 2001
    • Paul J. Reder's avatar
      · f00c1e7f
      Paul J. Reder authored
      Fix for mod_include. Ryan's patch to check error
      codes put a return in the wrong place. Also, the
      include handler return code wasn't being checked.
      I don't like macros with returns, so I converted
      SPLIT_AND_PASS_PRETAG_BUCKETS into a function.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90554 13f79535-47bb-0310-9956-ffa450edef68
      f00c1e7f
  14. Aug 22, 2001
  15. Aug 21, 2001