1. 18 Aug, 2001 4 commits
  2. 17 Aug, 2001 2 commits
  3. 16 Aug, 2001 12 commits
  4. 15 Aug, 2001 1 commit
  5. 13 Aug, 2001 3 commits
  6. 11 Aug, 2001 1 commit
  7. 10 Aug, 2001 2 commits
  8. 09 Aug, 2001 2 commits
  9. 08 Aug, 2001 2 commits
  10. 07 Aug, 2001 5 commits
    • Jeff Trawick's avatar
      Use the prefork MPM by default on Unix. · 34d31f44
      Jeff Trawick authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90007 13f79535-47bb-0310-9956-ffa450edef68
      34d31f44
    • Jeff Trawick's avatar
      mod_rewrite: Fix the line ending on some non-Unix systems for · 47b5a1ce
      Jeff Trawick authored
      messages written to the rewrite log.
      
      Submitted by: Richard Labennett <rlabenn@us.ibm.com>
      Reviewed by:  Jeff Trawick
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90001 13f79535-47bb-0310-9956-ffa450edef68
      47b5a1ce
    • William A. Rowe Jr's avatar
      · c25fb179
      William A. Rowe Jr authored
           All mod_autoindex query parsing is now quietly quashed with the
           IndexOption IgnoreClient.  The IndexOption SuppressColumnSorting
           still drops the column sort <a href>'s for the column headers, but
           IgnoreClient is required to ignore these Query options entirely.
      
           Introduced new mod_autoindex query argument parsing for F=[0|1|2]
           to allow the client to select plain, FancyIndexing or HTMLTable
           formatting, V=[0|1] to inhibit or enable version sorting, and
           P=pattern to return only specific files.  The old Query Arguments
           were reorganized as C=f for sorting column 'f' (same N, D, S, or M
           as before), and O=A|D for ordering ascending or descending.
      
           Docs and an Example are provided in mod_autoindex.html
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89981 13f79535-47bb-0310-9956-ffa450edef68
      c25fb179
    • Cliff Woolley's avatar
      Fixed an error in ap_ssi_get_tag_and_value(). It was not placing the · 653448d0
      Cliff Woolley authored
      null terminator in the right spot for the tag_val if the value contained
      backslashes.  This caused #if, #elif, and #else expressions with backslashes
      to be incorrectly evaluated.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89980 13f79535-47bb-0310-9956-ffa450edef68
      653448d0
    • William A. Rowe Jr's avatar
      Formatted output changes only... · f37a8c70
      William A. Rowe Jr authored
           Introduced new mod_autoindex IndexOptions flags; SuppressIcon to
           drop the icon column and SuppressRules to drop the <hr> elements.
           These are necessary for HTML 3.2 final formatting rules.
      
           Introduced HTMLTable to create rudimentary HTML table listings
           (implies FancyIndexing).  Necessary for alternate charsets, since
           the columns are borked by multibyte characters.
      
           Re-Introduced the mod_autoindex IndexOptions flag TrackModified
           from Apache 1.3.15.  This is needed for two reasons, first, given
           multiple machines within a server farm, ETags and Last-Modified
           stamps won't correspond from machine to machine, and second, many
           Unixes don't capture changes to the date or time stamp of existing
           files, since these don't modify the dirent itself.
           [Originally for 1.3 by me]
      
           Re-Introduced the mod_autoindex InextOptions flag FoldersFirst
           and DirectoryWidth options from Apache 1.3.10.
           [Originally for 1.3 by Ken Coar]
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89979 13f79535-47bb-0310-9956-ffa450edef68
      f37a8c70
  11. 06 Aug, 2001 3 commits
  12. 05 Aug, 2001 1 commit
  13. 02 Aug, 2001 2 commits