]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
bring transformations up to date for others
authorMads Toftum <mads@apache.org>
Wed, 22 Sep 2010 11:50:02 +0000 (11:50 +0000)
committerMads Toftum <mads@apache.org>
Wed, 22 Sep 2010 11:50:02 +0000 (11:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@999884 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_log_config.html.en
docs/manual/mod/mod_log_config.xml.ja
docs/manual/mod/mod_log_config.xml.ko
docs/manual/mod/mod_log_config.xml.meta
docs/manual/mod/mod_log_config.xml.tr

index 95f9b84b088722b6dcfd0238a8c734687a864563..2ff9124f930f0f59f738053c6ca516ceae705ddb 100644 (file)
@@ -836,7 +836,7 @@ subdirectories</td></tr>
     <p><code class="directive">&lt;DirectoryMatch&gt;</code> and
     <code>&lt;/DirectoryMatch&gt;</code> are used to enclose a group
     of directives which will apply only to the named directory and
-    sub-directories of that directory, the same as <code class="directive"><a href="#directory">&lt;Directory&gt;</a></code>. However, it
+    <em>sub-directories of that directory</em>, the same as <code class="directive"><a href="#directory">&lt;Directory&gt;</a></code>. However, it
     takes as an argument a <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular 
     expression</a>. For example:</p>
 
@@ -847,6 +847,11 @@ subdirectories</td></tr>
     <p>would match directories in <code>/www/</code> that consisted of three
     numbers.</p>
 
+    <div class="note"><h3>End-of-line character</h3>
+      <p>The end-of-line character ($) cannot be matched with this directive.</p>
+    </div>
+
+
 <h3>See also</h3>
 <ul>
 <li><code class="directive"><a href="#directory">&lt;Directory&gt;</a></code> for
@@ -1131,13 +1136,16 @@ in case of an error</td></tr>
     </code></p></div>
 
     <p>If the <var>file-path</var>
-    begins with a pipe (|) then it is assumed to be a command to spawn
-    to handle the error log.</p>
+    begins with a pipe character "<code>|</code>" then it is assumed to be a
+    command to spawn to handle the error log.</p>
 
     <div class="example"><h3>Example</h3><p><code>
     ErrorLog "|/usr/local/bin/httpd_errors"
     </code></p></div>
 
+    <p>See the notes on <a href="../logs.html#piped">piped logs</a> for
+    more information.</p>
+
     <p>Using <code>syslog</code> instead of a filename enables logging
     via syslogd(8) if the system supports it. The default is to use
     syslog facility <code>local7</code>, but you can override this by
@@ -2829,12 +2837,14 @@ to name-virtual hosts</td></tr>
       ServerName server.domain.com<br />
       ServerAlias server server2.domain.com server2<br />
       ServerAlias *.example.com<br />
+      UseCanonicalName Off<br />
       # ...<br />
       &lt;/VirtualHost&gt;
     </code></p></div>
 
 <h3>See also</h3>
 <ul>
+<li><code class="directive"><a href="#usecanonicalname">UseCanonicalName</a></code></li>
 <li><a href="../vhosts/">Apache Virtual Host documentation</a></li>
 </ul>
 </div>
index aca675b711543e2d019489f9f20eea876cf5012b..db003ccb4ccadc50bf444dc52dba1f8faa749dad 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:980475 (outdated) -->
+<!-- English Revision: 167959:990096 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c4ddbb4ad552fec2bcd170f984e1b88d0b0c38ca..4d9825a364fd956b6c8480eebd6ffb79b74f5fdb 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 608059:980475 (outdated) -->
+<!-- English Revision: 608059:990096 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 2f8f326ebe12fe7ee998fe6e257932745501bd52..e679733b6ec71b1650f69070f77b8b3091b81272 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 928928:980475 (outdated) -->
+<!-- English Revision: 928928:990096 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index e340e158198c45bff08c94084b0c54020b0feab4..6a6f3eb94ea1e523570721de03d49a4b0a015f25 100644 (file)
@@ -92,7 +92,7 @@
         a '<code>-</code>' rather than a 0 when no bytes are sent.</td></tr>
 <tr class="odd"><td><code>%{<var>Foobar</var>}C</code></td>
         <td>The contents of cookie <var>Foobar</var> in the request sent
-        to the server.</td></tr>
+        to the server. Only version 0 cookies are fully supported.</td></tr>
 <tr><td><code>%D</code></td>
         <td>The time taken to serve the request, in microseconds.</td></tr>
 <tr class="odd"><td><code>%{<var>FOOBAR</var>}e</code></td>
       <dt><var>pipe</var></dt>
       <dd>The pipe character "<code>|</code>", followed by the path
       to a program to receive the log information on its standard
-      input.
+      input. See the notes on <a href="../logs.html#piped">piped logs</a>
+      for more information.
 
       <div class="warning"><h3>Security:</h3>
       <p>If a program is used, then it will be run as the user who
index cd70df1b7f2d21086f3cf93785cba78ca09a95b0..d7ba87f0871b07da8833b3f10592f9970071222b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:965799 (outdated) -->
+<!-- English Revision: 421100:989598 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a7dcb0a1fea5e4d62a7315971d2f52076bfb3a02..40a3ebc03f6ed97f4f86f3c5ee2e9f219e56b9c3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:965799 (outdated) -->
+<!-- English Revision: 105989:989598 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8c8a872f27ccbbb0e7664741c638d399af5c4bb7..7107df8023eac724d110cc42d73e60d45df28c69 100644 (file)
@@ -10,6 +10,6 @@
     <variant>en</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 1d04231643da95a0cba5f7d12aad1af77d5af858..dbd0ac6161021431e8fc943bb1049904ceeab9d8 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 965799 -->
+<!-- English Revision: 965799:989598 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>