From: Jeff Trawick Date: Sat, 21 Jun 2014 13:56:04 +0000 (+0000) Subject: doc xforms X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=992732912f269a7b4d05cf420bea59015c19fe42;p=thirdparty%2Fapache%2Fhttpd.git doc xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1604384 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_lua.html.en b/docs/manual/mod/mod_lua.html.en index e6c22dd17bf..c61d8262bad 100644 --- a/docs/manual/mod/mod_lua.html.en +++ b/docs/manual/mod/mod_lua.html.en @@ -1374,16 +1374,12 @@ end

LuaHookCheckUserID Directive

- + - -
Description:Provide a hook for the check_user_id phase of request processing
Syntax:LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late]
Syntax:LuaHookCheckUserID /path/to/lua/script.lua hook_function_name
Context:server config, virtual host, directory, .htaccess
Override:All
Status:Experimental
Module:mod_lua
Compatibility:The optional third argument is supported in 2.3.15 and later

...

-

Ordering

The optional arguments "early" or "late" - control when this script runs relative to other modules.

- +
top

LuaHookFixups Directive

diff --git a/docs/manual/mod/mod_lua.xml.fr b/docs/manual/mod/mod_lua.xml.fr index 686af5185e5..d7f143b3762 100644 --- a/docs/manual/mod/mod_lua.xml.fr +++ b/docs/manual/mod/mod_lua.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta index b55c7710e95..8fc1a0efdf3 100644 --- a/docs/manual/mod/mod_lua.xml.meta +++ b/docs/manual/mod/mod_lua.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index dc1eb08904d..21b7475f0d2 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -217,16 +217,19 @@ ProxyVia On

Access via Handler

-

You can also force a request to be handled as a reverse-proxy - request, by creating a suitable Handler pass-thru. For example, - the below will pass all PHP scripts to the specified - reverse-proxy FCGI server: -

+

You can also force a request to be handled as a reverse-proxy + request, by creating a suitable Handler pass-through. The example + configuration below will pass all requests for PHP scripts to the + specified FastCGI server using reverse proxy: +

-

Reverse Proxy PHP scripts

<FilesMatch \.php$>
+      

Reverse Proxy PHP scripts

<FilesMatch \.php$>
     SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
 </FilesMatch>
+ +

This feature is available in Apache HTTP Server 2.4.10 and later.

+
top

Workers

diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index 18ccae82310..f6b8281142e 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 52364622957..62d4288f03b 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - +