Skip to content
  1. Jan 05, 2003
  2. Jan 04, 2003
    • 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. Jan 03, 2003
  4. Jan 02, 2003
  5. Jan 01, 2003
  6. Dec 29, 2002
  7. Dec 27, 2002
  8. Dec 25, 2002
  9. Dec 23, 2002
  10. Dec 22, 2002
    • 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