From: Rich Bowen Date: Fri, 28 Dec 2012 18:10:21 +0000 (+0000) Subject: Rebuild various transformations. X-Git-Tag: 2.4.4~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13004dab1c0be49edfb333a84e961d19e5f25311;p=apache Rebuild various transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1426601 13f79535-47bb-0310-9956-ffa450edef68 --- 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.