1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

[trunk][doc] Fix CacheSocache description string

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554199 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Deffontaines
2013-12-30 12:51:22 +00:00
parent d5780112ec
commit acd815911c
2 changed files with 2 additions and 4 deletions

View File

@@ -89,8 +89,7 @@ CacheSocacheMaxSize 102400
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="CacheSocache" id="CacheSocache">CacheSocache</a> <a name="cachesocache" id="cachesocache">Directive</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The directory root under which cache files are
stored</td></tr>
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>The shared object cache implementation to use</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>CacheSocache <var>type[:args]</var></code></td></tr>
<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>

View File

@@ -71,8 +71,7 @@ CacheSocacheMaxSize 102400
<directivesynopsis>
<name>CacheSocache</name>
<description>The directory root under which cache files are
stored</description>
<description>The shared object cache implementation to use</description>
<syntax>CacheSocache <var>type[:args]</var></syntax>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>