1. 17 Dec, 1998 1 commit
    • 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. 15 Dec, 1998 1 commit
  3. 13 Dec, 1998 1 commit
  4. 06 Dec, 1998 1 commit
  5. 04 Dec, 1998 2 commits
  6. 02 Dec, 1998 2 commits
  7. 23 Nov, 1998 1 commit
  8. 20 Nov, 1998 5 commits
  9. 18 Nov, 1998 1 commit
  10. 16 Nov, 1998 1 commit
  11. 12 Nov, 1998 1 commit
  12. 09 Nov, 1998 1 commit
  13. 07 Nov, 1998 1 commit
  14. 06 Nov, 1998 1 commit
  15. 04 Nov, 1998 1 commit
  16. 03 Nov, 1998 1 commit
  17. 29 Oct, 1998 1 commit
    • 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. 23 Oct, 1998 3 commits
  19. 22 Oct, 1998 3 commits
  20. 21 Oct, 1998 1 commit
  21. 19 Oct, 1998 1 commit
  22. 16 Oct, 1998 1 commit
  23. 15 Oct, 1998 1 commit
  24. 07 Oct, 1998 1 commit
  25. 06 Oct, 1998 1 commit
  26. 03 Oct, 1998 1 commit
  27. 02 Oct, 1998 1 commit
    • 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. 01 Oct, 1998 1 commit
  29. 30 Sep, 1998 1 commit
  30. 28 Sep, 1998 1 commit
    • 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