You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/04/27 19:03:27 UTC

svn commit: r1590421 - in /httpd/httpd/trunk/docs/manual/mod: mod_socache_memcache.html.en mod_socache_memcache.xml

Author: jailletc36
Date: Sun Apr 27 17:03:27 2014
New Revision: 1590421

URL: http://svn.apache.org/r1590421
Log:
Correct port number in example as spoted in comment in online doc

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en?rev=1590421&r1=1590420&r2=1590421&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en Sun Apr 27 17:03:27 2014
@@ -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>.

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml?rev=1590421&r1=1590420&r2=1590421&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.xml Sun Apr 27 17:03:27 2014
@@ -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>.