1. 05 Jan, 2003 3 commits
  2. 04 Jan, 2003 1 commit
    • Justin Erenkrantz's avatar
      Add a generic locking provider to DAV - mod_dav_lock. Other DAV providers · f7fcbeca
      Justin Erenkrantz authored
      can use the dav_hooks_locks_generic structure to implement locking in a
      non-optimal, but compliant fashion.  (Use 'dav-lock', 'generic', '0' to
      ap_lookup_provider to retrieve it.)
      
      Use the DavGenericLockDB directive to configure the location of the lock
      database (may be server-relative or absolute).
      
      This allows all DAV providers to use a baseline locking API rather than roll
      their own.
      
      This code is based mainly off the mod_dav_fs locking code (which uses the
      on-disk storage for locking), but removing components that aren't needed in a
      non-file-backed repository (such as recording inodes).
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98161 13f79535-47bb-0310-9956-ffa450edef68
      f7fcbeca
  3. 03 Jan, 2003 5 commits
  4. 02 Jan, 2003 1 commit
  5. 01 Jan, 2003 14 commits
  6. 29 Dec, 2002 2 commits
  7. 27 Dec, 2002 2 commits
  8. 25 Dec, 2002 2 commits
  9. 23 Dec, 2002 6 commits
  10. 22 Dec, 2002 4 commits
    • Andre Malo's avatar
      update transformation · 7e81dd29
      Andre Malo authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98077 13f79535-47bb-0310-9956-ffa450edef68
      7e81dd29
    • Andre Malo's avatar
      since nobody objected, apply proposed style changes: · 4425c9f9
      Andre Malo authored
      - reintroduced the sidebar for the module index page (obvious ;-)
        * didn't want to leave the section links so alone, thus added some
          <seealso>s.
      - changed the ordering of the core/MPMs as follows:
        * core
        * mpm_common
        * alphabetical list of the mpms (ordered by their "natural" names).
      - same appeared on the sitemap
      - changed <h1> headings of the modulesynopsis files, so that they match the
        titles in the sitemap. This should better reflect the nature of the
        modules. (affects only core & MPMs)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98076 13f79535-47bb-0310-9956-ffa450edef68
      4425c9f9
    • Andre Malo's avatar
      - mpm_common: · a4a0b0f3
      Andre Malo authored
        * fixed the <modulelist>s in mpm_common
        * moved AcceptMutex to mpm_common;
          document the mutex mechanism "posixsem"
        * added BS2000Account to mpm_common
          (I'm not sure, whether it should appear here or elsewhere. It *seems*
          to be supported only by prefork and perchild (if perchild would work)).
          The description is obtained from the 1.3 docs.
        * fixed several default values
        * moved MaxThreadsPerChild and NumServers out to perchild
          (btw: we could consider to rename NumServers to StartServers...)
        * rearranged some stuff and added several comments, that I found useful
          ;-)
      - mpm_netware:
        * MaxThreads 2048 (as maximum and default)
      - perchild:
        * extended the explanations about using different user ids. Hope, that's
          correct.
        * extended and adjusted the directive descriptions
          (remember, NumServers and MaxThreadsPerChild moved in)
      - prefork:
        * moved AcceptMutex to mpm_common (as stated already above)
      - mpm_winnt:
        * added reference to ScoreBoardFile
      - worker:
        * added reference to AcceptMutex
      - general: markup & formatting
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98075 13f79535-47bb-0310-9956-ffa450edef68
      a4a0b0f3
    • Andre Malo's avatar
      ab24ab2b