home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278270_mod_dav_fs.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  3KB  |  87 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.1.2.5 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <modulesynopsis metafile="mod_dav_fs.xml.meta">
  23.  
  24. <name>mod_dav_fs</name> 
  25. <description>filesystem provider for <module>mod_dav</module></description>
  26. <status>Extension</status>
  27. <sourcefile>mod_dav_fs.c</sourcefile>
  28. <identifier>dav_fs_module</identifier>
  29.  
  30. <summary>
  31.     <p>This module <em>requires</em> the service of <module
  32.     >mod_dav</module>. It acts as a support module for <module
  33.     >mod_dav</module> and provides access to resources located in the
  34.     server's file system. The formal name of this provider is
  35.     <code>filesystem</code>. <module>mod_dav</module> backend providers
  36.     will be invoked by using the <directive module="mod_dav">Dav</directive>
  37.     directive:</p>
  38.  
  39.     <example><title>Example</title>
  40.       Dav filesystem
  41.     </example>
  42.  
  43.     <p>Since <code>filesystem</code> is the default provider for
  44.     <module>mod_dav</module>, you may simply use the value
  45.     <code>On</code> instead.</p>
  46. </summary>
  47. <seealso><module>mod_dav</module></seealso>
  48.  
  49. <directivesynopsis>
  50. <name>DavLockDB</name>
  51. <description>Location of the DAV lock database</description>
  52. <syntax>DavLockDB <var>file-path</var></syntax>
  53. <contextlist><context>server config</context><context>virtual host</context>
  54. </contextlist>
  55.  
  56. <usage>
  57.     <p>Use the <directive>DavLockDB</directive> directive to specify
  58.     the full path to the lock database, excluding an extension. If
  59.     the path is not absolute, it will be taken relative to <directive
  60.     module="core">ServerRoot</directive>. The implementation of
  61.     <module>mod_dav_fs</module> uses a SDBM database to track user
  62.     locks.</p>
  63.  
  64.     <!-- XXX: someone should add that tool to the support directory...
  65.     The utility <code>modules/dav/util/lockview</code> can be used from
  66.     the server to display all locks in a lock database.</p> -->
  67.  
  68.     <example><title>Example</title>
  69.       DavLockDB var/DavLock
  70.     </example>
  71.  
  72.     <p>The directory containing the lock database file must be
  73.     writable by the <directive module="mpm_common">User</directive>
  74.     and <directive module="mpm_common" >Group</directive> under which
  75.     Apache is running.  For security reasons, you should create a
  76.     directory for this purpose rather than changing the permissions on
  77.     an existing directory.  In the above example, Apache will create
  78.     files in the <code>var/</code> directory under the <directive
  79.     module="core">ServerRoot</directive> with the base filename
  80.     <code>DavLock</code> and extension name chosen by the server.</p>
  81.  
  82. </usage>
  83. </directivesynopsis>
  84.  
  85. </modulesynopsis>
  86.  
  87.