You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2014/06/15 22:31:34 UTC

svn commit: r1602768 - in /httpd/httpd/branches/2.4.x/docs/manual: mpm.html.en mpm.html.fr mpm.html.tr.utf8 mpm.xml.de mpm.xml.es mpm.xml.fr mpm.xml.ja mpm.xml.ko mpm.xml.meta mpm.xml.tr mpm.xml.zh-cn

Author: rbowen
Date: Sun Jun 15 20:31:34 2014
New Revision: 1602768

URL: http://svn.apache.org/r1602768
Log:
Rebuild html

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en Sun Jun 15 20:31:34 2014
@@ -149,6 +149,16 @@ two features.</p>
     updating the <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code> directive
     for the MPM instead of by rebuilding the server.</p>
 
+    <pre class="prettyprint lang-config">LoadModule mpm_prefork_module modules/mod_mpm_prefork.so</pre>
+
+
+    <p>Attempting to <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code>
+    more than one MPM will result in a startup failure with the
+    following error.</p>
+
+    <div class="example"><p><code>AH00534: httpd: Configuration error: More than one MPM
+    loaded.</code></p></div>
+
     <p>This feature is enabled using the
     <code>--enable-mpms-shared</code> option of the <code class="program"><a href="./programs/configure.html">configure</a></code>
     script.

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr Sun Jun 15 20:31:34 2014
@@ -30,6 +30,8 @@
 <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 <p>Ce document décrit ce qu'est un Module Multi-Processus, ainsi
 que la manière dont ces modules sont utilisés par le serveur HTTP Apache.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8 [utf-8] Sun Jun 15 20:31:34 2014
@@ -30,6 +30,7 @@
 <a href="./tr/mpm.html" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
   <p>Bu belgede Çok Süreçlilik Modülü denince ne anlaşıldığı ve bunların
     Apache HTTP Sunucusu tarafından nasıl kullanıldıkları açıklanmıştır.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de Sun Jun 15 20:31:34 2014
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 420990:1395561 (outdated) -->
+<!-- English Revision: 420990:1602766 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es Sun Jun 15 20:31:34 2014
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:1395561 (outdated) -->
+<!-- English Revision: 105989:1602766 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr Sun Jun 15 20:31:34 2014
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1395561 -->
+<!-- English Revision: 1395561:1602766 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja [utf-8] Sun Jun 15 20:31:34 2014
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 420990:1395561 (outdated) -->
+<!-- English Revision: 420990:1602766 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko [euc-kr] Sun Jun 15 20:31:34 2014
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1395561 (outdated) -->
+<!-- English Revision: 105989:1602766 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta Sun Jun 15 20:31:34 2014
@@ -10,10 +10,10 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
     <variant outdated="yes">zh-cn</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr [utf-8] Sun Jun 15 20:31:34 2014
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 1395561 -->
+<!-- English Revision: 1395561:1602766 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn?rev=1602768&r1=1602767&r2=1602768&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn Sun Jun 15 20:31:34 2014
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.zh-cn.xsl"?>
-<!-- English Revision: 927046:1395561 (outdated) -->
+<!-- English Revision: 927046:1602766 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more