diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7962218122..5ad02d19c1 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 5642eb0dcc..b2a12b324e 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 ec1a6ccf02..177e3de383 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