Author: dsahlberg
Date: Sat Jul 8 19:12:34 2023
New Revision: 1910882
URL: http://svn.apache.org/viewvc?rev=1910882&view=rev
Log:
In site/staging:
Follow-up to r1910881
* faq.html
(#reverseproxy): Fix faulty html coding.
Modified:
subversion/site/staging/faq.html
Modified: subversion/site/staging/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1910882&r1=1910881&r2=1910882&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Sat Jul 8 19:12:34 2023
@@ -1003,7 +1003,7 @@ ProxyPass /svn/ http://realsvnserver/svn
</Location>
</pre>
-<pre>The ProxyPass directive tells Apache to redirect requests below /svn to
+<p>The ProxyPass directive tells Apache to redirect requests below /svn to
the subversion-Apache (http://realsvnserver/svn). The ProxyPassReverse
directive tells it to alter the request headers (Location, Content-Location,
and URI) to match the target server - depending on your version of Apache and