From: Rich Bowen Date: Fri, 27 Nov 2009 17:53:33 +0000 (+0000) Subject: It appears that the mass vhosts document need a lot more love than I X-Git-Tag: 2.3.5~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdbf035b2c10f21fdda4bddd8a7db26ad611bbc8;p=apache It appears that the mass vhosts document need a lot more love than I initially thought. No wonder people are confused about this topic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@884925 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/mass.html.en b/docs/manual/vhosts/mass.html.en index 51333c7073..6c78f3f955 100644 --- a/docs/manual/vhosts/mass.html.en +++ b/docs/manual/vhosts/mass.html.en @@ -90,10 +90,10 @@ NameVirtualHost 111.22.33.44

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.).

+ 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 split up the log + files into one per virtual host.

top
@@ -127,7 +127,7 @@ NameVirtualHost 111.22.33.44 or the DNS lookup fails, then the value configured with ServerName is used instead.

-

The other thing to `fake' is the document root (configured +

The other thing to 'fake' is the document root (configured with DocumentRoot and available to CGIs via the DOCUMENT_ROOT environment variable). In a normal configuration, this is used by the core module when diff --git a/docs/manual/vhosts/mass.xml b/docs/manual/vhosts/mass.xml index c9a370ac10..cbf11e0fc2 100644 --- a/docs/manual/vhosts/mass.xml +++ b/docs/manual/vhosts/mass.xml @@ -78,10 +78,11 @@ NameVirtualHost 111.22.33.44

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.).

+ 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 split up the log + files into one per virtual host.

@@ -116,7 +117,7 @@ NameVirtualHost 111.22.33.44 or the DNS lookup fails, then the value configured with ServerName is used instead.

-

The other thing to `fake' is the document root (configured +

The other thing to 'fake' is the document root (configured with DocumentRoot and available to CGIs via the DOCUMENT_ROOT environment variable). In a normal configuration, this is used by the core module when diff --git a/docs/manual/vhosts/mass.xml.ko b/docs/manual/vhosts/mass.xml.ko index 36c2132674..40e8467184 100644 --- a/docs/manual/vhosts/mass.xml.ko +++ b/docs/manual/vhosts/mass.xml.ko @@ -1,7 +1,7 @@ - + +