Skip to content
  1. Dec 17, 1998
    • Ralf S. Engelschall's avatar
      Cleanup the command line options: `-?' was documented to show the usage list · 504559df
      Ralf S. Engelschall authored
      but does it with an error because `?' is not a valid command. OTOH a lot of
      users expect `-h' to print such a usage list and instead are annoyed for ages
      by our huge unreadable list of directives.  So we now changed the command line
      options this way:
      
       1. `-L' => `-R'
          Intent: we need `-L' to be free, and `-R' for the DSO run-time path is
          very similar to the popular linker option.
      
       2. `-h' => `-L'
          Intent: while -l gives the small list of modules, -L now gives the
          large list of directives implemented by these modules.  This is also
          consistent with -v (short version info) and -V (large version info).
      
       3. `-?' => `-h'
          Intent: it's now the expected option ;-)
      
      The manual page was adjusted accordingly.
      
      Submitted by: Ralf S. Engelschall
      Reviewed by: Randy Terbush
      PR: 2714
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82497 13f79535-47bb-0310-9956-ffa450edef68
      504559df
  2. Dec 15, 1998
  3. Dec 13, 1998
  4. Dec 06, 1998
  5. Dec 04, 1998
  6. Dec 02, 1998
  7. Nov 23, 1998
  8. Nov 20, 1998
  9. Nov 18, 1998
  10. Nov 16, 1998
  11. Nov 12, 1998
  12. Nov 09, 1998
  13. Nov 07, 1998
  14. Nov 06, 1998
  15. Nov 04, 1998
  16. Nov 03, 1998
  17. Oct 29, 1998
    • Manoj Kasichainula's avatar
      · 9a165228
      Manoj Kasichainula authored
      PR: 2706
      Changed references to "/status" to "/server-status". This isn't really
      necessary, but a user was confused by the difference between the docs and
      the configuration file, and consistency is a good thing.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82329 13f79535-47bb-0310-9956-ffa450edef68
      9a165228
  18. Oct 23, 1998
  19. Oct 22, 1998
  20. Oct 21, 1998
  21. Oct 19, 1998
  22. Oct 16, 1998
  23. Oct 15, 1998
  24. Oct 07, 1998
  25. Oct 06, 1998
  26. Oct 03, 1998
  27. Oct 02, 1998
    • Ken Coar's avatar
      · 3dfb6b39
      Ken Coar authored
      	Back off a portion of the incremental-IndexOptions patch;
      	unprefixed keywords should clear all inherited options and
      	start setting the local directory's options from scratch.
      	Otherwise, 'keyword' and '+keyword' are essentially identical,
      	and clearing inheritance a pain.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82194 13f79535-47bb-0310-9956-ffa450edef68
      3dfb6b39
  28. Oct 01, 1998
  29. Sep 30, 1998
  30. Sep 28, 1998
    • Ken Coar's avatar
      · d1b69730
      Ken Coar authored
      	There appear to be no dissenters (other than for brand-new and
      	incompatible syntaxes) after three days, and I want to get this
      	in for 1.3.3.  It can always be modified or reverted later.
      
      	Add +/- prefixes to IndexOptions keywords, allow merging of
      	multiple occurrences, and document the changes.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82175 13f79535-47bb-0310-9956-ffa450edef68
      d1b69730