diff options
author | Graham Leggett <minfrin@apache.org> | 2018-09-23 23:48:32 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2018-09-23 23:48:32 +0200 |
commit | 7473595d8bb4b93a15c82e0dd62d7dc6c14c6475 (patch) | |
tree | 2a353ee4fa8a804cfc38f15a3ef36e100564ca92 /docs/manual/mod/mod_log_debug.html.en | |
parent | ab: Add client certificate support. (diff) | |
download | apache2-7473595d8bb4b93a15c82e0dd62d7dc6c14c6475.tar.xz apache2-7473595d8bb4b93a15c82e0dd62d7dc6c14c6475.zip |
Apply transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841786 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 d0626522b8..f1246e76e1 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'; |