summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_proxy.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2003-07-24 17:29:21 +0200
committerJoshua Slive <slive@apache.org>2003-07-24 17:29:21 +0200
commit2b8e7cb6788e5ceb5d2e6b8ffe6805a5b7afb0b5 (patch)
treed66edd52a4edf4d37168ebffd99eec4bc42078d8 /docs/manual/mod/mod_proxy.xml
parentthat loop was totally bogus. (diff)
downloadapache2-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.xml6
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>
- &lt;/Proxy&gr;
+ &lt;/Proxy&gt;
</example>
<example><title>Reverse Proxy</title>
@@ -128,8 +128,8 @@
</indent>
&lt;/Proxy&gt;<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 -->