]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Mon, 27 Jan 2014 08:11:57 +0000 (08:11 +0000)
committerAndré Malo <nd@apache.org>
Mon, 27 Jan 2014 08:11:57 +0000 (08:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561601 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.html.en
docs/manual/misc/perf-scaling.html.en

index 787df2dccdd029147e112ab17d21e57998a8e404..dfcfc16495864a092f5205b2e0996050cb380fbe 100644 (file)
       
 
       <p>Starting with version 2.4, Apache is more strict about how HTTP
-      headers are converted to environment variables in <code class="module"><a href="./mod/mod_cgi&#10;      .html">mod_cgi
+      headers are converted to environment variables in <code class="module"><a href="./mod/mod_cgi.html">mod_cgi
       </a></code> and other modules:  Previously any invalid characters
       in header names were simply translated to underscores.  This allowed
       for some potential cross-site-scripting attacks via header injection
       Unusual Web Bugs</a>, slide 19/20).</p>
 
       <p>If you have to support a client which sends broken headers and
-      which can't be fixed, a simple workaround involving <code class="module"><a href="./mod/mod_setenvif&#10;      .html">mod_setenvif
+      which can't be fixed, a simple workaround involving <code class="module"><a href="./mod/mod_setenvif.html">mod_setenvif
       </a></code> and <code class="module"><a href="./mod/mod_headers.html">mod_headers</a></code> allows you to still accept
       these headers:</p>
 
index a46f0bcad9d68db8944574b7631ca3e4b5628361..cf8b5997485e90212baa3b35921bab0c4794e134 100644 (file)
@@ -1292,7 +1292,7 @@ Swap:       3903784      12540  3891244
                     code, but is not compiled by default. It can be built with
                     the server by passing the option <code>--enable-rewrite[=shared]</code>
                     to the configure command. Many binary distributions of
-                    Apache come with <code class="module"><a href="../mod/mod_rewrite .html">mod_rewrite </a></code> included. The following is an
+                    Apache come with <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite </a></code> included. The following is an
                     example of an Apache virtual host that takes advantage of
                     pre-rendered blog pages: 
                 </p>