]> granicus.if.org Git - apache/commitdiff
Correct port number in example as spoted in comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 27 Apr 2014 17:03:27 +0000 (17:03 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 27 Apr 2014 17:03:27 +0000 (17:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1590421 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_socache_memcache.html.en
docs/manual/mod/mod_socache_memcache.xml

index e559778ccb59b6522588f15c30604bc489457575..3839054af295289ca9d0dbe15872172b64968a7d 100644 (file)
@@ -45,9 +45,8 @@
        <code class="directive"><a href="../mod/mod_ssl.html#sslsessioncache">SSLSessionCache</a></code>), provide
        the list of servers as the optional "arg" parameter.</p>
 
-     <div class="example"><p><code>
-         SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
-     </code></p></div>
+     <pre class="prettyprint lang-config">SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:12345</pre>
+
       
     <p>Details of other shared object cache providers can be found
     <a href="../socache.html">here</a>.
index f195343bd1f2b72ccd46ebd40be745e63e2ef87c..49f4cda06152ce30a41e6881c61df7cedff45328 100644 (file)
@@ -42,9 +42,9 @@
        <directive module="mod_ssl">SSLSessionCache</directive>), provide
        the list of servers as the optional "arg" parameter.</p>
 
-     <example>
-         SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:123455
-     </example>
+     <highlight language="config">
+         SSLSessionCache memcache:memcache.example.com:12345,memcache2.example.com:12345
+     </highlight>
       
     <p>Details of other shared object cache providers can be found
     <a href="../socache.html">here</a>.