1. 31 Aug, 1998 3 commits
    • Martin Kraemer's avatar
      Add conditionals around the newer module hooks. Since mod_example is · 81640bf6
      Martin Kraemer authored
      often taken as a starting point for module writers, it's best to keep
      as much flexibility in here as possible. FIXME: The execution order of the
      hooks is currently incomplete: the server_create / directory_create
      hooks are not mentioned in the current numbering scheme.
      
      Obtained from: mod_php3.c (current PHP3-3.0.4-dev)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81975 13f79535-47bb-0310-9956-ffa450edef68
      81640bf6
    • Martin Kraemer's avatar
      Some time ago I noticed that · 34df1b97
      Martin Kraemer authored
        <IfModule ! modname.c>  -> TRUE, no matter what 'modname' is.
        <IfModule !modname.c>   -> works as documented
      So, to avoid problems when people add a space by mistake, I
      changed the RAW_ARGS to a TAKE1 because the trailing "modname.c>" or
      "!modname.c>" is always one arg, and we do not intend to allow
      anything after the '>' character anyway.
      
      Reviewed by: Ken Coar, Brian Behlendorf
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81974 13f79535-47bb-0310-9956-ffa450edef68
      34df1b97
    • Ken Coar's avatar
      · 299f624d
      Ken Coar authored
      	Clean up mod_autoindex's storage of the IndexOptions settings.
      	They are per-directory, not per-filename, so keeping them in
      	an array is confusing and pointless.  They're now stored in an
      	int in the module config record.  Also (finally!) fix the
      	FancyIndexing directive so it gets merged into any IndexOptions
      	settings for the current directory, rather than replacing them.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81973 13f79535-47bb-0310-9956-ffa450edef68
      299f624d
  2. 30 Aug, 1998 3 commits
  3. 29 Aug, 1998 1 commit
  4. 28 Aug, 1998 2 commits
  5. 27 Aug, 1998 2 commits
  6. 26 Aug, 1998 1 commit
  7. 25 Aug, 1998 4 commits
  8. 24 Aug, 1998 3 commits
  9. 23 Aug, 1998 1 commit
  10. 22 Aug, 1998 1 commit
  11. 21 Aug, 1998 1 commit
  12. 20 Aug, 1998 4 commits
  13. 19 Aug, 1998 1 commit
  14. 17 Aug, 1998 1 commit
  15. 16 Aug, 1998 3 commits
  16. 15 Aug, 1998 1 commit
  17. 14 Aug, 1998 4 commits
  18. 13 Aug, 1998 4 commits