mirror of
https://github.com/apache/httpd.git
synced 2025-07-30 20:03:10 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@713589 13f79535-47bb-0310-9956-ffa450edef68
77 lines
3.1 KiB
XML
77 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
|
|
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
|
|
<!-- English Revision: 420990:713242 (outdated) -->
|
|
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<modulesynopsis metafile="mod_dav_fs.xml.meta">
|
|
|
|
<name>mod_dav_fs</name>
|
|
<description><module>mod_dav</module> のためのファイルシステムプロバイダ</description>
|
|
<status>Extension</status>
|
|
<sourcefile>mod_dav_fs.c</sourcefile>
|
|
<identifier>dav_fs_module</identifier>
|
|
|
|
<summary>
|
|
<p>このモジュールは <module>mod_dav</module>
|
|
のサービスを<em>必要とします</em>。<module>mod_dav</module>
|
|
のサポートモジュールとして動作し、サーバファイルシステム上に
|
|
位置するリソースへのアクセスを提供します。このプロバイダの正式な名前は
|
|
<code>filesystem</code> です。<module>mod_dav</module>
|
|
バックエンドプロバイダは <directive module="mod_dav">Dav</directive>
|
|
ディレクティブを使用して起動されます。</p>
|
|
|
|
<example><title>例</title>
|
|
Dav filesystem
|
|
</example>
|
|
|
|
<p><code>filesystem</code> は <module>mod_dav</module>
|
|
のデフォルトプロバイダになっていますから、代わりに単に
|
|
<code>On</code> と指定することもできます。</p>
|
|
</summary>
|
|
<seealso><module>mod_dav</module></seealso>
|
|
|
|
<directivesynopsis>
|
|
<name>DavLockDB</name>
|
|
<description>DAV ロックデータベースの位置</description>
|
|
<syntax>DavLockDB <var>file-path</var></syntax>
|
|
<contextlist><context>server config</context><context>virtual host</context>
|
|
</contextlist>
|
|
|
|
<usage>
|
|
<p>ロックデータベースへのフルパスを、拡張子を除いた形で
|
|
指定するには、<directive>DavLockDB</directive>
|
|
を使います。パスが絶対パスでなければ、<directive module=
|
|
"core">ServerRoot</directive> からの相対パスと解釈されます。
|
|
<module>mod_dav_fs</module> 実装では、ユーザロックを
|
|
追跡するために SDBM データベースを使います。</p>
|
|
|
|
<!-- XXX: someone should add that tool to the support directory...
|
|
The utility <code>modules/dav/util/lockview</code> can be used from
|
|
the server to display all locks in a lock database.</p> -->
|
|
|
|
<example><title>例</title>
|
|
DavLockDB logs/DavLock
|
|
</example>
|
|
</usage>
|
|
</directivesynopsis>
|
|
|
|
</modulesynopsis>
|
|
|