diff options
Diffstat (limited to 'docs/manual/mod/mod_dav.html.en')
-rw-r--r-- | docs/manual/mod/mod_dav.html.en | 32 |
1 files changed, 11 insertions, 21 deletions
diff --git a/docs/manual/mod/mod_dav.html.en b/docs/manual/mod/mod_dav.html.en index 5b32ff20..164d6281 100644 --- a/docs/manual/mod/mod_dav.html.en +++ b/docs/manual/mod/mod_dav.html.en @@ -9,7 +9,7 @@ <link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> -<script src="../style/scripts/prettify.js" type="text/javascript"> +<script src="../style/scripts/prettify.min.js" type="text/javascript"> </script> <link href="../images/favicon.ico" rel="shortcut icon" /></head> @@ -78,9 +78,7 @@ file using the <code class="directive"><a href="../mod/mod_dav_fs.html#davlockdb">DavLockDB</a></code> directive:</p> - <pre class="prettyprint lang-config"> - DavLockDB /usr/local/apache2/var/DavLock - </pre> + <pre class="prettyprint lang-config">DavLockDB /usr/local/apache2/var/DavLock</pre> <p>The directory containing the lock database file must be @@ -95,8 +93,7 @@ directive. The "normal" <code class="directive"><a href="../mod/core.html#limitrequestbody">LimitRequestBody</a></code> directive has no effect on DAV requests.</p> - <div class="example"><h3>Full Example</h3><pre class="prettyprint lang-config"> -DavLockDB /usr/local/apache2/var/DavLock + <div class="example"><h3>Full Example</h3><pre class="prettyprint lang-config">DavLockDB /usr/local/apache2/var/DavLock <Directory /usr/local/apache2/htdocs/foo> Require all granted @@ -109,8 +106,7 @@ DavLockDB /usr/local/apache2/var/DavLock <LimitExcept GET POST OPTIONS> Require user admin </LimitExcept> -</Directory> - </pre> +</Directory></pre> </div> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> @@ -163,14 +159,12 @@ DavLockDB /usr/local/apache2/var/DavLock will run the script, and one of which will allow it to be downloaded and manipulated with DAV.</p> -<pre class="prettyprint lang-config"> -Alias /phparea /home/gstein/php_files +<pre class="prettyprint lang-config">Alias /phparea /home/gstein/php_files Alias /php-source /home/gstein/php_files <Location /php-source> DAV On ForceType text/plain -</Location> -</pre> +</Location></pre> <p>With this setup, <code>http://example.com/phparea</code> can be @@ -191,11 +185,9 @@ Alias /php-source /home/gstein/php_files <p>Use the <code class="directive">Dav</code> directive to enable the WebDAV HTTP methods for the given container:</p> - <pre class="prettyprint lang-config"> -<Location /foo> + <pre class="prettyprint lang-config"><Location /foo> Dav On -</Location> - </pre> +</Location></pre> <p>The value <code>On</code> is actually an alias for the default @@ -248,11 +240,9 @@ a DAV resource</td></tr> (like 600 seconds) to reduce the chance of the client losing the lock due to network latency.</p> - <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"> -<Location /MSWord> + <div class="example"><h3>Example</h3><pre class="prettyprint lang-config"><Location /MSWord> DavMinTimeout 600 -</Location> - </pre> +</Location></pre> </div> </div> @@ -280,7 +270,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dav.html'; } })(window, document); //--><!]]></script></div><div id="footer"> -<p class="apache">Copyright 2013 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- if (typeof(prettyPrint) !== 'undefined') { prettyPrint(); |