diff options
Diffstat (limited to 'docs/manual/env.html.en')
-rw-r--r-- | docs/manual/env.html.en | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index 23b95e0025..659cdb52dc 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -141,13 +141,13 @@ late during request processing meaning that directives such as <code class="directive"><a href="./mod/mod_setenvif.html#setenvif">SetEnvIf</a></code> and <code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code> will not see the variables set with it.</li> - - <li>When the server looks up a path via an internal - <a class="glossarylink" href="./glossary.html#subrequest" title="see glossary">subrequest</a> such as looking - for a <code class="directive"><a href="./mod/mod_dir.html#directoryindex">DirectoryIndex</a></code> + + <li>When the server looks up a path via an internal + <a class="glossarylink" href="./glossary.html#subrequest" title="see glossary">subrequest</a> such as looking + for a <code class="directive"><a href="./mod/mod_dir.html#directoryindex">DirectoryIndex</a></code> or generating a directory listing with <code class="module"><a href="./mod/mod_autoindex.html">mod_autoindex</a></code>, - per-request environment variables are <em>not</em> inherited in the - subrequest. Additionally, + per-request environment variables are <em>not</em> inherited in the + subrequest. Additionally, <code class="directive"><a href="./mod/mod_setenvif.html#setenvif">SetEnvIf</a></code> directives are not separately evaluated in the subrequest due to the API phases <code class="module"><a href="./mod/mod_setenvif.html">mod_setenvif</a></code> takes action in.</li> @@ -418,7 +418,7 @@ </a></code> and <code class="module"><a href="./mod/mod_headers.html">mod_headers</a></code> allows you to still accept these headers:</p> -<pre class="prettyprint lang-config"># +<pre class="prettyprint lang-config"># # The following works around a client sending a broken Accept_Encoding # header. # |