From: Rich Bowen Date: Thu, 22 Apr 2010 12:00:53 +0000 (+0000) Subject: Build all associated metafiles for mod_dialup. X-Git-Tag: 2.3.6~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfb7ea7548741b6e982291c4ba3978988aee0284;p=thirdparty%2Fapache%2Fhttpd.git Build all associated metafiles for mod_dialup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@936797 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dialup.html b/docs/manual/mod/mod_dialup.html new file mode 100644 index 00000000000..27fdd4c1136 --- /dev/null +++ b/docs/manual/mod/mod_dialup.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_dialup.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_dialup.html.en b/docs/manual/mod/mod_dialup.html.en new file mode 100644 index 00000000000..6a5167f1572 --- /dev/null +++ b/docs/manual/mod/mod_dialup.html.en @@ -0,0 +1,73 @@ + + + +mod_dialup - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.3 > Modules
+
+

Apache Module mod_dialup

+
+

Available Languages:  en 

+
+ + + +
Description:Send static content at a bandwidth rate limit, defined by the various old modem standards
Status:Extension
Module Identifier:dialup_module
Source File:mod_dialup.c
+

Summary

+ +It is a module that sends static content at a bandwidth rate limit, defined by the various old modem standards. So, you can browse your site with a 56k V.92 modem, by adding something like this: + +

+<Location /mysite> +ModemStandard V.92 +</Location> +

+ +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. Using the new suspend feature, a handler can get callback N milliseconds in the future, and it will be invoked by the Event MPM on a different thread, once the timer hits. From there the handler can continue to send data to the client. +
+

Directives

+ +
+ +
top
+

ModemStandard Directive

+ + + + + + +
Description:Modem standard to simulate
Syntax:ModemStandard V.21|V.26bis|V.32|V.92
Context:
Status:Extension
Module:mod_dialup
+

Specify what modem standard you wish to simulate.

+ +

+<Location /mysite> +ModemStandard V.92 +</Location> +

+ + +
+
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_dialup.xml b/docs/manual/mod/mod_dialup.xml index c36527c03e2..989800ccfd2 100644 --- a/docs/manual/mod/mod_dialup.xml +++ b/docs/manual/mod/mod_dialup.xml @@ -55,7 +55,7 @@ Previously to do bandwidth rate limiting modules would have to block an entire t ModemStandard Modem standard to simulate -ModemStandard V.21|V.26bis|V.32|V.92 +ModemStandard V.21|V.26bis|V.32|V.92

Specify what modem standard you wish to simulate.

diff --git a/docs/manual/mod/mod_dialup.xml.meta b/docs/manual/mod/mod_dialup.xml.meta new file mode 100644 index 00000000000..fae15febbd0 --- /dev/null +++ b/docs/manual/mod/mod_dialup.xml.meta @@ -0,0 +1,12 @@ + + + + + mod_dialup + /mod/ + .. + + + en + +