diff options
author | Joshua Slive <slive@apache.org> | 2003-07-24 17:29:21 +0200 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2003-07-24 17:29:21 +0200 |
commit | 2b8e7cb6788e5ceb5d2e6b8ffe6805a5b7afb0b5 (patch) | |
tree | d66edd52a4edf4d37168ebffd99eec4bc42078d8 /docs/manual/mod/mod_proxy.xml | |
parent | that loop was totally bogus. (diff) | |
download | apache2-2b8e7cb6788e5ceb5d2e6b8ffe6805a5b7afb0b5.tar.xz apache2-2b8e7cb6788e5ceb5d2e6b8ffe6805a5b7afb0b5.zip |
Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 2c044a0687..3b3cddeab9 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -115,7 +115,7 @@ Deny from all<br /> Allow from internal.example.com<br /> </indent> - </Proxy&gr; + </Proxy> </example> <example><title>Reverse Proxy</title> @@ -128,8 +128,8 @@ </indent> </Proxy><br /> <br /> - ProxyPass /foo/ http://foo.example.com/bar/<br /> - ProxyPassReverse /foo/ http://foo.example.com/bar/ + ProxyPass /foo http://foo.example.com/bar<br /> + ProxyPassReverse /foo http://foo.example.com/bar </example> </section> <!-- /examples --> |