From 9967bc882a94c77e4f5b2e2262e29c3d3f3e43c1 Mon Sep 17 00:00:00 2001 From: David Shane Holden Date: Mon, 20 Jan 2003 02:22:30 +0000 Subject: [PATCH] The correct syntax is not . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98358 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html.en | 2 +- docs/manual/mod/mod_proxy.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 3619afd78e..66dfe653f9 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -560,7 +560,7 @@ connections - + diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index ef73fa81ba..8ac0251434 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -315,7 +315,7 @@ server:

ProxyMatchContainer for directives applied to regular-expression-matched proxied resources -<Proxy regex> ...</Proxy> +<ProxyMatch regex> ...</ProxyMatch>server config virtual host -- 2.50.1
Description:Container for directives applied to regular-expression-matched proxied resources
Syntax:<Proxy regex> ...</Proxy>
Syntax:<ProxyMatch regex> ...</ProxyMatch>
Context:server config, virtual host
Status:Extension
Module:mod_proxy