<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>.
<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>.