summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dialup.html.en
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-05-04 15:45:05 +0000
committerDaniel Gruno <humbedooh@apache.org>2012-05-04 15:45:05 +0000
commitf38fefce1600fe88c042e665770bcaa066331c2d (patch)
treee17764804d29ee55e59f26913ab599054a8fec9a /docs/manual/mod/mod_dialup.html.en
parente618c6e4490c9dc5c84154080ff697cf7e79f175 (diff)
downloadhttpd-f38fefce1600fe88c042e665770bcaa066331c2d.tar.gz
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1334039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dialup.html.en')
-rw-r--r--docs/manual/mod/mod_dialup.html.en18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en
index d09e0c5776..4e5be118cf 100644
--- a/docs/manual/mod/mod_dialup.html.en
+++ b/docs/manual/mod/mod_dialup.html.en
@@ -36,11 +36,12 @@
by the various old modem standards. So, you can browse your site with a 56k
V.92 modem, by adding something like this:</p>
-<div class="example"><p><code>
-&lt;Location /mysite&gt;<br />
-ModemStandard V.92<br />
+<pre class="prettyprint lang-config">
+&lt;Location /mysite&gt;
+ ModemStandard V.92
&lt;/Location&gt;
-</code></p></div>
+</pre>
+
<p>Previously to do bandwidth rate limiting modules would have to block an entire
thread, for each client, and insert sleeps to slow the bandwidth down.
@@ -65,11 +66,12 @@ once the timer hits. From there the handler can continue to send data to the cl
</table>
<p>Specify what modem standard you wish to simulate.</p>
-<div class="example"><p><code>
-&lt;Location /mysite&gt;<br />
-ModemStandard V.26bis<br />
+<pre class="prettyprint lang-config">
+&lt;Location /mysite&gt;
+ ModemStandard V.26bis
&lt;/Location&gt;
-</code></p></div>
+</pre>
+
</div>