diff options
author | André Malo <nd@apache.org> | 2018-10-08 22:59:30 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2018-10-08 22:59:30 +0200 |
commit | f2b5ac922ba7aaa91f2ae2381c4dabfe47c4ee40 (patch) | |
tree | 1bf147ca7cb81d104e3eaf2ff5171cebfb740e62 /docs/manual/mod/mod_log_debug.html.en | |
parent | Fix xml validation error (diff) | |
download | apache2-f2b5ac922ba7aaa91f2ae2381c4dabfe47c4ee40.tar.xz apache2-f2b5ac922ba7aaa91f2ae2381c4dabfe47c4ee40.zip |
move es and fr targets to *.utf8 extension. Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1843201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_log_debug.html.en')
-rw-r--r-- | docs/manual/mod/mod_log_debug.html.en | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_log_debug.html.en b/docs/manual/mod/mod_log_debug.html.en index f1246e76e1..d0626522b8 100644 --- a/docs/manual/mod/mod_log_debug.html.en +++ b/docs/manual/mod/mod_log_debug.html.en @@ -27,12 +27,12 @@ <div id="preamble"><h1>Apache Module mod_log_debug</h1> <div class="toplang"> <p><span>Available Languages: </span><a href="../en/mod/mod_log_debug.html" title="English"> en </a> | -<a href="../fr/mod/mod_log_debug.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> +<a href="../fr/mod/mod_log_debug.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div> <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Additional configurable debug logging</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Experimental</td></tr> -<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>log_debug_module</td></tr> -<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_log_debug.c</td></tr> +<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>log_debug_module</td></tr> +<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_log_debug.c</td></tr> <tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.3.14 and later</td></tr></table> </div> <div id="quickview"><h3>Topics</h3> @@ -54,7 +54,7 @@ Log message after request to /foo/* is processed: <pre class="prettyprint lang-config"><Location "/foo/"> -  LogMessage "/foo/ has been requested" + LogMessage "/foo/ has been requested" </Location></pre> </li> @@ -62,7 +62,7 @@ <li> Log message if request to /foo/* is processed in a sub-request: <pre class="prettyprint lang-config"><Location "/foo/"> -  LogMessage "subrequest to /foo/" hook=type_checker "expr=-T %{IS_SUBREQ}" + LogMessage "subrequest to /foo/" hook=type_checker "expr=-T %{IS_SUBREQ}" </Location></pre> @@ -82,7 +82,7 @@ Log the value of the "X-Foo" request environment variable in each stage of the request: <pre class="prettyprint lang-config"><Location "/"> -  LogMessage "%{reqenv:X-Foo}" hook=all + LogMessage "%{reqenv:X-Foo}" hook=all </Location></pre> Together with microsecond time stamps in the error log, @@ -143,7 +143,7 @@ </div> <div class="bottomlang"> <p><span>Available Languages: </span><a href="../en/mod/mod_log_debug.html" title="English"> en </a> | -<a href="../fr/mod/mod_log_debug.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> +<a href="../fr/mod/mod_log_debug.html" hreflang="fr" rel="alternate" title="Français"> fr </a></p> </div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div> <script type="text/javascript"><!--//--><![CDATA[//><!-- var comments_shortname = 'httpd'; |