From: Jim Jagielski Date: Fri, 22 Jan 2016 21:34:10 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~2302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c8d2de119281fd82630d646100715dcf41ffa9;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1726320 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 79622181228..5ad02d19c1f 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -4336,7 +4336,7 @@ header - + @@ -4378,7 +4378,7 @@ handler variables, including backreferences to named regular expressions:

<LocationMatch ^/app/(?<sub>[^/]+)/>
-     SetHandler "expr=proxy:unix:/var/run/app_%{env:MATCH_sub}.sock|fcgi://localhost:8080"
+     SetHandler "proxy:unix:/var/run/app_%{env:MATCH_sub}.sock|fcgi://localhost:8080"
 </FilesMatch>
diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 5642eb0dcc6..b2a12b324e4 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index ec1a6ccf024..177e3de3837 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + +
Description:Forces all matching files to be processed by a handler
Syntax:SetHandler handler-name|None|expr=expression
Syntax:SetHandler handler-name|none|expression
Context:server config, virtual host, directory, .htaccess
Override:FileInfo
Status:Core