Skip to content
  1. Oct 10, 2001
  2. Oct 09, 2001
  3. Oct 06, 2001
  4. Oct 04, 2001
  5. Oct 03, 2001
  6. Oct 02, 2001
  7. Sep 30, 2001
    • Justin Erenkrantz's avatar
      Kill two autoconf-related birds with one commit. · c631e51f
      Justin Erenkrantz authored
      - substr used in APACHE_MODULE for the help string did not parse correctly
        with autoconf 2.50+ so we had to punt there anyway and use AC_HELP_STRING.
      - Add APACHE_HELP_STRING define that will call AC_HELP_STRING on 2.50+
        (actually not 2.13 - look at the regex call) or do our custom variation
        of it.  This function can't have any extra spaces or it will be returned
        in the help string.  So noted.  If anyone can figure out how to insert
        a line break like 2.50+ does when we go over the 26th column, I'd
        appreciate it.  I tried and I'm way too tired to figure it out now.
        Adding this would greatly simplify two or three HELP_STRING uses.
      - Switch all of those annoying WITH and ENABLE functions to use the
        APACHE_HELP_STRING.  This makes everything consistent now.  I've always
        had to go through and keep aligning everything every few months or so
        because I'm the only one who cares.  No more.  I refuse to do it any more!
        Use APACHE_HELP_STRING or be crucified.
      
      Looks decent with autoconf-2.13 and autoconf-2.52.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91211 13f79535-47bb-0310-9956-ffa450edef68
      c631e51f
  8. Sep 29, 2001
  9. Sep 28, 2001
  10. Sep 26, 2001
  11. Sep 24, 2001
  12. Sep 21, 2001
  13. Sep 19, 2001
  14. Sep 18, 2001
  15. 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
  16. Sep 06, 2001
  17. Sep 04, 2001
  18. Sep 02, 2001
  19. Aug 31, 2001
  20. Aug 30, 2001
    • Justin Erenkrantz's avatar
      Fix a segfault with mod_include when r->path_info is not set · db9d065e
      Justin Erenkrantz authored
      (which is the case with mod_proxy).
      
      My only question about this is whether we should place some value
      (such as <UNKNOWN>) when path_info isn't set.
      
      Submitted by:	Ian Holsman <ianh@cnet.com>
      Reviewed by:	Justin Erenkrantz
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90825 13f79535-47bb-0310-9956-ffa450edef68
      db9d065e
    • Justin Erenkrantz's avatar
      Add -X functionality back to httpd. · f24e3d7f
      Justin Erenkrantz authored
      - Updates upgrading.html
      - Reverts Aaron's earlier docco patch (sorry...)
      - Adds -X to all mpms in the tree
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90824 13f79535-47bb-0310-9956-ffa450edef68
      f24e3d7f
    • William A. Rowe Jr's avatar
      · f38b5bf2
      William A. Rowe Jr authored
        * configure.in: added Cygwin specific APR_SETVARs.
      
        * os/config.m4: added Cygwin specific values for $OS and $OS_DIR.
          $OS_DIR will change to "cygwin" as soon as I get the DSO/DLL things
          clean as with 1.3.20.
      
        * support/logresolve.c: added OS specific #ifdef statement to define
          h_errno as extern __declspec(dllimport); it's imported from the
          cygwin1.dll itself.
      
      Submitted by: Stipe Tolj <tolj@wapme-systems.de>
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90805 13f79535-47bb-0310-9956-ffa450edef68
      f38b5bf2
    • William A. Rowe Jr's avatar
      · e28e60f1
      William A. Rowe Jr authored
           Changed syntax of Set{Input|Output}Filter.  The list of filters
           must be semicolon delimited (if more than one filter is given.)
           The Set{Input|Output}Filter directive now overrides a parent
           container's directive (e.g. SetInputFilter in <Directory /web/foo>
           will override any SetInputFilter directive in <Directory /web>.)
           This new syntax is more consistent with Add{Input|Output}Filter
           directives defined in mod_mime.  Also cures a bug in prior releases
           where the Set{Input|Output}Filter directive would corrupt the
           global configuration if the multiple directives were nested.
           [William Rowe]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90799 13f79535-47bb-0310-9956-ffa450edef68
      e28e60f1