You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2016/12/30 14:40:42 UTC

svn commit: r1776578 - /httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml

Author: elukey
Date: Fri Dec 30 14:40:42 2016
New Revision: 1776578

URL: http://svn.apache.org/viewvc?rev=1776578&view=rev
Log:
Fix typo in mod_remoteip's doc

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml?rev=1776578&r1=1776577&r2=1776578&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml Fri Dec 30 14:40:42 2016
@@ -251,7 +251,7 @@ RemoteIPProxiesHeader X-Forwarded-By
     flags, connections will not be aborted if the header is not sent.
     Instead, enforcement will happen after the request is read so virtual
     hosts configured with <code>On</code> will return a 400 Bad Request.
-    Virtual hosts configured with </code>Optional</code> will continue as
+    Virtual hosts configured with <code>Optional</code> will continue as
     usual but without replacing the client IP information</note>
     
     <highlight language="config">