mod_dialup.html.en revision 4aa603e6448b99f9371397d439795c91a93637ea
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<?xml version="1.0" encoding="ISO-8859-1"?>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen This file is generated from xml source: DO NOT EDIT
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen -->
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<title>mod_dialup - Apache HTTP Server</title>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<link href="/style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<link href="/style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen<link href="/style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="/style/css/prettify.css" />
2e545ce2450a9953665f701bb05350f0d3f26275nd<script src="/style/scripts/prettify.min.js" type="text/javascript">
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen</script>
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<link href="/images/favicon.ico" rel="shortcut icon" /></head>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<body>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div id="page-header">
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p>
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<p class="apache">Apache HTTP Server Version 2.5</p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<img alt="" src="/images/feather.gif" /></div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="/images/left.gif" /></a></div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div id="path">
3f08db06526d6901aa08c110b5bc7dde6bc39905nd<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.5</a> &gt; <a href="./">Modules</a></div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div id="page-content">
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div id="preamble"><h1>Apache Module mod_dialup</h1>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="toplang">
2c28fae585c7df310cdd49cc65884c4584ce0725nd<p><span>Available Languages: </span><a href="/en/mod/mod_dialup.html" title="English">&nbsp;en&nbsp;</a> |
2c28fae585c7df310cdd49cc65884c4584ce0725nd<a href="/fr/mod/mod_dialup.html" hreflang="fr" rel="alternate" title="Fran�ais">&nbsp;fr&nbsp;</a></p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Send static content at a bandwidth rate limit, defined by the various old modem standards</td></tr>
7f0952c0239ea2d6e37b472db6fde4ef2718343dsf<tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="module-dict.html#ModuleIdentifier">Module�Identifier:</a></th><td>dialup_module</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_dialup.c</td></tr></table>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<h3>Summary</h3>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen
eebabe31726d65db632d2fc5a09930d043bd029drbowen<p>It is a module that sends static content at a bandwidth rate limit, defined
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfby the various old modem standards. So, you can browse your site with a 56k
eebabe31726d65db632d2fc5a09930d043bd029drbowenV.92 modem, by adding something like this:</p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen
4aa603e6448b99f9371397d439795c91a93637eand<pre class="prettyprint lang-config">&lt;Location /mysite&gt;
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh ModemStandard V.92
4aa603e6448b99f9371397d439795c91a93637eand&lt;/Location&gt;</pre>
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen
eebabe31726d65db632d2fc5a09930d043bd029drbowen<p>Previously to do bandwidth rate limiting modules would have to block an entire
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfthread, for each client, and insert sleeps to slow the bandwidth down.
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfUsing the new suspend feature, a handler can get callback N milliseconds in
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsfthe future, and it will be invoked by the Event MPM on a different thread,
eebabe31726d65db632d2fc5a09930d043bd029drbowenonce the timer hits. From there the handler can continue to send data to the client.</p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div id="quickview"><h3 class="directives">Directives</h3>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<ul id="toc">
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<li><img alt="" src="/images/down.gif" /> <a href="#modemstandard">ModemStandard</a></li>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</ul>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh<ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="top"><a href="#page-header"><img alt="top" src="/images/up.gif" /></a></div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="directive-section"><h2><a name="ModemStandard" id="ModemStandard">ModemStandard</a> <a name="modemstandard" id="modemstandard">Directive</a></h2>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<table class="directive">
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Modem standard to simulate</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ModemStandard V.21|V.26bis|V.32|V.92</code></td></tr>
9534272616b71aaea50aeec4162e749a96aebd7fsf<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>directory</td></tr>
7f0952c0239ea2d6e37b472db6fde4ef2718343dsf<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dialup</td></tr>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</table>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<p>Specify what modem standard you wish to simulate.</p>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen
4aa603e6448b99f9371397d439795c91a93637eand<pre class="prettyprint lang-config">&lt;Location /mysite&gt;
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh ModemStandard V.26bis
4aa603e6448b99f9371397d439795c91a93637eand&lt;/Location&gt;</pre>
23255b04d466bf2621c4dd4ae1b025a9c5639e1ahumbedooh
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</div>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen<div class="bottomlang">
2c28fae585c7df310cdd49cc65884c4584ce0725nd<p><span>Available Languages: </span><a href="/en/mod/mod_dialup.html" title="English">&nbsp;en&nbsp;</a> |
2c28fae585c7df310cdd49cc65884c4584ce0725nd<a href="/fr/mod/mod_dialup.html" hreflang="fr" rel="alternate" title="Fran�ais">&nbsp;fr&nbsp;</a></p>
727872d18412fc021f03969b8641810d8896820bhumbedooh</div><div class="top"><a href="#page-header"><img src="/images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
0d0ba3a410038e179b695446bb149cce6264e0abnd<script type="text/javascript"><!--//--><![CDATA[//><!--
727872d18412fc021f03969b8641810d8896820bhumbedoohvar comments_shortname = 'httpd';
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedoohvar comments_identifier = 'http://httpd.apache.org/docs/trunk/mod/mod_dialup.html';
0d0ba3a410038e179b695446bb149cce6264e0abnd(function(w, d) {
cc7e1025de9ac63bd4db6fe7f71c158b2cf09fe4humbedooh if (w.location.hostname.toLowerCase() == "httpd.apache.org") {
727872d18412fc021f03969b8641810d8896820bhumbedooh d.write('<div id="comments_thread"><\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd var s = d.createElement('script');
0d0ba3a410038e179b695446bb149cce6264e0abnd s.type = 'text/javascript';
0d0ba3a410038e179b695446bb149cce6264e0abnd s.async = true;
ac082aefa89416cbdc9a1836eaf3bed9698201c8humbedooh s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier;
0d0ba3a410038e179b695446bb149cce6264e0abnd (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s);
0d0ba3a410038e179b695446bb149cce6264e0abnd }
0d0ba3a410038e179b695446bb149cce6264e0abnd else {
727872d18412fc021f03969b8641810d8896820bhumbedooh d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>');
0d0ba3a410038e179b695446bb149cce6264e0abnd }
0d0ba3a410038e179b695446bb149cce6264e0abnd})(window, document);
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh//--><!]]></script></div><div id="footer">
07dc96d063d49299da433f84b5c5681da9bbdf68rbowen<p class="apache">Copyright 2014 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen<p class="menu"><a href="/mod/">Modules</a> | <a href="/mod/quickreference.html">Directives</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="/glossary.html">Glossary</a> | <a href="/sitemap.html">Sitemap</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
0d0ba3a410038e179b695446bb149cce6264e0abndif (typeof(prettyPrint) !== 'undefined') {
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd prettyPrint();
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd}
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd//--><!]]></script>
1dbe941ac45f9fb021a175de9a4aa3e0bd79cb64rbowen</body></html>