From 13004dab1c0be49edfb333a84e961d19e5f25311 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Fri, 28 Dec 2012 18:10:21 +0000 Subject: [PATCH] Rebuild various transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1426601 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modguide.html.en | 2 +- docs/manual/howto/access.html.en | 6 ++- docs/manual/howto/index.html.en | 2 + docs/manual/howto/index.html.ja.utf8 | 2 + docs/manual/howto/index.html.ko.euc-kr | 2 + docs/manual/howto/index.html.zh-cn | 2 + docs/manual/misc/password_encryptions.html.en | 6 ++- docs/manual/misc/relevant_standards.html.en | 2 + .../misc/relevant_standards.html.ko.euc-kr | 2 + docs/manual/mod/allmodules.xml.fr | 28 +++++------ docs/manual/mod/index.html.fr | 47 ++++++++++++------- docs/manual/mod/mod_dbd.html.en | 6 ++- .../mod/mod_lbmethod_bybusyness.html.en | 6 ++- .../mod/mod_lbmethod_byrequests.html.en | 6 ++- .../manual/mod/mod_lbmethod_bytraffic.html.en | 6 ++- .../manual/mod/mod_lbmethod_heartbeat.html.en | 6 ++- docs/manual/mod/mod_lua.html.en | 3 -- docs/manual/mod/mod_lua.html.fr | 2 + docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/mod_lua.xml.meta | 2 +- docs/manual/mod/mod_nw_ssl.html.en | 6 ++- docs/manual/mod/mod_privileges.html.en | 6 ++- docs/manual/mod/mod_proxy_balancer.html.en | 2 + .../mod/mod_proxy_balancer.html.ja.utf8 | 2 + docs/manual/mod/mod_ratelimit.html.en | 6 ++- docs/manual/mod/mod_request.html.en | 2 + docs/manual/mod/mod_request.html.tr.utf8 | 2 + docs/manual/mod/mpm_common.html.de | 2 + docs/manual/mod/mpm_common.html.ja.utf8 | 2 + docs/manual/mod/mpm_common.html.tr.utf8 | 2 + docs/manual/mod/prefork.html.de | 2 + docs/manual/mod/prefork.html.en | 2 + docs/manual/mod/prefork.html.ja.utf8 | 2 + docs/manual/mod/prefork.html.tr.utf8 | 2 + docs/manual/mod/worker.html.de | 2 + docs/manual/mod/worker.html.en | 2 + docs/manual/mod/worker.html.ja.utf8 | 2 + docs/manual/mod/worker.html.tr.utf8 | 2 + docs/manual/new_features_2_4.html.fr | 2 + docs/manual/new_features_2_4.html.tr.utf8 | 1 + docs/manual/new_features_2_4.xml.fr | 2 +- docs/manual/new_features_2_4.xml.meta | 4 +- docs/manual/new_features_2_4.xml.tr | 2 +- docs/manual/programs/httpd.html.en | 2 + docs/manual/programs/httpd.html.ko.euc-kr | 2 + docs/manual/programs/httpd.html.tr.utf8 | 2 + docs/manual/programs/httxt2dbm.html.en | 2 + docs/manual/programs/httxt2dbm.html.tr.utf8 | 2 + docs/manual/socache.html.fr | 2 + docs/manual/socache.xml.fr | 2 +- docs/manual/socache.xml.meta | 2 +- 51 files changed, 151 insertions(+), 64 deletions(-) diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 5838327411..01dbc2f9c7 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -1749,7 +1749,7 @@ static int example_handler(request_req* r) /*~~~~~~~~~~~~~~~~*/ if(util_read(r, &data, &size) == OK) { - ap_rprintf("We read a request body that was %u bytes long", size); + ap_rprintf(r, "We read a request body that was %u bytes long", size); } return OK; } diff --git a/docs/manual/howto/access.html.en b/docs/manual/howto/access.html.en index 0f107c7647..e956fdd72b 100644 --- a/docs/manual/howto/access.html.en +++ b/docs/manual/howto/access.html.en @@ -21,7 +21,8 @@
Apache > HTTP Server > Documentation > Version 2.4 > How-To / Tutorials

Access Control

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

Access control refers to any means of controlling access to any @@ -197,7 +198,8 @@ RewriteRule ^/fridge - [F] howto.

-

Available Languages:  en 

+

Available Languages:  en  | + fr 

top

Comments

Notice:
This is not a Q&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 mailing lists.