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 2009/11/27 18:53:33 UTC

svn commit: r884925 - in /httpd/httpd/trunk/docs/manual/vhosts: mass.html.en mass.xml mass.xml.ko mass.xml.meta mass.xml.tr

Author: rbowen
Date: Fri Nov 27 17:53:33 2009
New Revision: 884925

URL: http://svn.apache.org/viewvc?rev=884925&view=rev
Log:
It appears that the mass vhosts document need a lot more love than I
initially thought. No wonder people are confused about this topic.

Modified:
    httpd/httpd/trunk/docs/manual/vhosts/mass.html.en
    httpd/httpd/trunk/docs/manual/vhosts/mass.xml
    httpd/httpd/trunk/docs/manual/vhosts/mass.xml.ko
    httpd/httpd/trunk/docs/manual/vhosts/mass.xml.meta
    httpd/httpd/trunk/docs/manual/vhosts/mass.xml.tr

Modified: httpd/httpd/trunk/docs/manual/vhosts/mass.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/mass.html.en?rev=884925&r1=884924&r2=884925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/mass.html.en (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/mass.html.en Fri Nov 27 17:53:33 2009
@@ -90,10 +90,10 @@
 
     <p>The main disadvantage is that you cannot have a different log file for
     each virtual host; however, if you have many virtual hosts, doing
-    this can be a bad idea anyway, because of the number of file
-    descriptors needed. It is better to log to a pipe or a fifo, and arrange for
-    the process at the other end to distribute the logs to the customers.
-    (This can also be used to accumulate statistics, etc.).</p>
+    this can be a bad idea anyway, because of the <a href="fd-limits.html">number of file descriptors needed</a>. 
+    It is better to <a href="../logs.html#piped">log to a pipe or a fifo</a>,
+    and arrange for the process at the other end to split up the log
+    files into one per virtual host.</p>
 
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -127,7 +127,7 @@
     or the DNS lookup fails, then the value configured with
     <code>ServerName</code> is used instead.</p>
 
-    <p>The other thing to `fake' is the document root (configured
+    <p>The other thing to 'fake' is the document root (configured
     with <code>DocumentRoot</code> and available to CGIs via the
     <code>DOCUMENT_ROOT</code> environment variable). In a normal
     configuration, this is used by the core module when

Modified: httpd/httpd/trunk/docs/manual/vhosts/mass.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/mass.xml?rev=884925&r1=884924&r2=884925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/mass.xml (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/mass.xml Fri Nov 27 17:53:33 2009
@@ -78,10 +78,11 @@
 
     <p>The main disadvantage is that you cannot have a different log file for
     each virtual host; however, if you have many virtual hosts, doing
-    this can be a bad idea anyway, because of the number of file
-    descriptors needed. It is better to log to a pipe or a fifo, and arrange for
-    the process at the other end to distribute the logs to the customers.
-    (This can also be used to accumulate statistics, etc.).</p>
+    this can be a bad idea anyway, because of the <a
+    href="fd-limits.html">number of file descriptors needed</a>. 
+    It is better to <a href="../logs.html#piped">log to a pipe or a fifo</a>,
+    and arrange for the process at the other end to split up the log
+    files into one per virtual host.</p>
 
 </section>
 
@@ -116,7 +117,7 @@
     or the DNS lookup fails, then the value configured with
     <code>ServerName</code> is used instead.</p>
 
-    <p>The other thing to `fake' is the document root (configured
+    <p>The other thing to 'fake' is the document root (configured
     with <code>DocumentRoot</code> and available to CGIs via the
     <code>DOCUMENT_ROOT</code> environment variable). In a normal
     configuration, this is used by the core module when

Modified: httpd/httpd/trunk/docs/manual/vhosts/mass.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/mass.xml.ko?rev=884925&r1=884924&r2=884925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/mass.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/mass.xml.ko [euc-kr] Fri Nov 27 17:53:33 2009
@@ -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: 151408:659902 (outdated) -->
+<!-- English Revision: 151408:884917 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/vhosts/mass.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/mass.xml.meta?rev=884925&r1=884924&r2=884925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/mass.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/mass.xml.meta Fri Nov 27 17:53:33 2009
@@ -10,6 +10,6 @@
     <variant>en</variant>
     <variant>fr</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/vhosts/mass.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/mass.xml.tr?rev=884925&r1=884924&r2=884925&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/mass.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/mass.xml.tr [utf-8] Fri Nov 27 17:53:33 2009
@@ -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: 659902 -->
+<!-- English Revision: 659902:884917 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>