You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/03/03 18:32:10 UTC

svn commit: r1573630 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: jim
Date: Mon Mar  3 17:32:09 2014
New Revision: 1573630

URL: http://svn.apache.org/r1573630
Log:
typo

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1573630&r1=1573629&r2=1573630&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Mon Mar  3 17:32:09 2014
@@ -183,7 +183,7 @@ ProxyVia On
     <highlight language="config">
 &lt;FilesMatch \.php$&gt;
     SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
-&lt;/FilesMatch&lgt;
+&lt;/FilesMatch&gt;
     </highlight>
     </example>
     </section> <!-- /handler -->