]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
correct plural
authorRich Bowen <rbowen@apache.org>
Thu, 14 May 2026 20:47:03 +0000 (20:47 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 May 2026 20:47:03 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934204 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en.utf8
docs/manual/mod/mod_rewrite.xml
docs/manual/mod/quickreference.html.de
docs/manual/mod/quickreference.html.en.utf8
docs/manual/mod/quickreference.html.zh-cn.utf8

index 44e552916bc3123b31266c5765dd6e86ccc35a7f..12fa43e937b0999678958aca1888bf0f460bdae3 100644 (file)
@@ -50,7 +50,7 @@ URLs on the fly</td></tr>
 
       <p><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> can operate on the full URL-path, or any
       portion of it, including the PATH_INFO or QUERY_STRING. It can also inspect
-      other values, such as headers, cookies, environment variables.</p>
+      other values, such as headers, cookies, or environment variables.</p>
 
       <p>A rewrite rule
       can be invoked in the server configuration files, or in <a class="glossarylink" href="../glossary.html#perdirectory" title="see glossary">per-directory</a> context. The path generated
@@ -59,7 +59,7 @@ URLs on the fly</td></tr>
       throughput.</p>
 
       <p>Further details, discussion, and examples, are provided in the
-      <a href="../rewrite/">detailed mod_rewrite documentation</a>.</p>
+      detailed <a href="../rewrite/">Guide to mod_rewrite</a>.</p>
 </div>
 <div id="quickview"><h3>Topics</h3>
 <ul id="topics">
@@ -93,22 +93,23 @@ URLs on the fly</td></tr>
       level higher than <code>trace2</code> only for debugging!
     </div>
 
-    <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">LogLevel alert rewrite:trace3</pre>
+        <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">LogLevel alert rewrite:trace3</pre>
 </div>
 
     <div class="note"><h3>RewriteLog</h3>
       <p>Those familiar with earlier versions of
       <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> will no doubt be looking for the
       <code>RewriteLog</code> and <code>RewriteLogLevel</code>
-      directives. This functionality has been completely replaced by the
-      new per-module logging configuration mentioned above.
+      directives. Since the release of httpd 2.4, these directives
+      have been replaced with the per-module logging configuration
+      provided by <code class="directive"><a href="../mod/core.html#loglevel">LogLevel</a></code>.
       </p>
 
       <p>To get just the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>-specific log
       messages, pipe the log file through grep:</p>
-    <div class="example"><p><code>
-    tail -f error_log|fgrep '[rewrite:'
-    </code></p></div>
+
+        <div class="example"><pre class="prettyprint lang-sh">tail -f error_log|fgrep '[rewrite:'</pre>
+</div>
     </div>
 
 </div>
index 7ea73809be48dc20a7defcdf04135e98319bee93..0bc8c899c872f187bb09cd0a142c6f6906ba8064 100644 (file)
@@ -40,7 +40,7 @@ URLs on the fly</description>
 
       <p><module>mod_rewrite</module> provides a flexible and powerful way to
       manipulate URLs using an unlimited number of rules. Each rule can have an
-      unlimited number of attached rule conditions, to allow you to rewrite URL
+      unlimited number of attached rule conditions, to allow you to rewrite URLs
       based on server variables, environment variables, HTTP headers, or time
       stamps.</p>
 
index 16048560da9ba60f97e4ebc9e12c32b0214d1f17..675893e3c4b5c9dcb3a378105a756e9025819d51 100644 (file)
@@ -121,7 +121,7 @@ responses from the server</td></tr>
 [<var>extension</var>] ...</a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps the given filename extensions onto the specified content
 type</td></tr>
 <tr><td><a href="mod_alias.html#alias">Alias [<var>URL-path</var>]
-<var>file-path</var>|<var>directory-path</var></a></td><td></td><td>svd</td><td>B</td></tr><tr><td class="descr" colspan="4">Maps URLs to filesystem locations</td></tr>
+<var>file-path</var>|<var>directory-path</var></a></td><td></td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">Maps URLs to filesystem locations</td></tr>
 <tr class="odd"><td><a href="mod_alias.html#aliasmatch">AliasMatch <var>regex</var>
 <var>file-path</var>|<var>directory-path</var></a></td><td></td><td>sv</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps URLs to filesystem locations using regular
 expressions</td></tr>
index 455502cd6494989a0901821c92a7e1ffe88f8185..c5fb33123822f34f1386c203ae5d95efd3739c9f 100644 (file)
@@ -117,7 +117,7 @@ responses from the server</td></tr>
 [<var>extension</var>] ...</a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps the given filename extensions onto the specified content
 type</td></tr>
 <tr><td><a href="mod_alias.html#alias">Alias [<var>URL-path</var>]
-<var>file-path</var>|<var>directory-path</var></a></td><td></td><td>svd</td><td>B</td></tr><tr><td class="descr" colspan="4">Maps URLs to filesystem locations</td></tr>
+<var>file-path</var>|<var>directory-path</var></a></td><td></td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">Maps URLs to filesystem locations</td></tr>
 <tr class="odd"><td><a href="mod_alias.html#aliasmatch">AliasMatch <var>regex</var>
 <var>file-path</var>|<var>directory-path</var></a></td><td></td><td>sv</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps URLs to filesystem locations using regular
 expressions</td></tr>
index 417c46cbd364c8af6773fdca2ec8060f7b8d553a..60c4aadd75be7364029491079533e6e0c75a6abc 100644 (file)
@@ -112,7 +112,7 @@ responses from the server</td></tr>
 [<var>extension</var>] ...</a></td><td></td><td>svdh</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps the given filename extensions onto the specified content
 type</td></tr>
 <tr><td><a href="mod_alias.html#alias">Alias [<var>URL-path</var>]
-<var>file-path</var>|<var>directory-path</var></a></td><td></td><td>svd</td><td>B</td></tr><tr><td class="descr" colspan="4">Maps URLs to filesystem locations</td></tr>
+<var>file-path</var>|<var>directory-path</var></a></td><td></td><td>sv</td><td>B</td></tr><tr><td class="descr" colspan="4">Maps URLs to filesystem locations</td></tr>
 <tr class="odd"><td><a href="mod_alias.html#aliasmatch">AliasMatch <var>regex</var>
 <var>file-path</var>|<var>directory-path</var></a></td><td></td><td>sv</td><td>B</td></tr><tr class="odd"><td class="descr" colspan="4">Maps URLs to filesystem locations using regular
 expressions</td></tr>