Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 18479 invoked from network); 7 Dec 2010 12:44:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 12:44:51 -0000 Received: (qmail 16119 invoked by uid 500); 7 Dec 2010 12:44:51 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15926 invoked by uid 500); 7 Dec 2010 12:44:50 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 15919 invoked by uid 99); 7 Dec 2010 12:44:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 12:44:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 12:44:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 40C012388A36; Tue, 7 Dec 2010 12:44:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1043013 - in /httpd/httpd/trunk/docs/manual/vhosts: ip-based.html.en ip-based.xml.fr ip-based.xml.ja ip-based.xml.ko ip-based.xml.tr Date: Tue, 07 Dec 2010 12:44:29 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101207124429.40C012388A36@eris.apache.org> Author: rbowen Date: Tue Dec 7 12:44:28 2010 New Revision: 1043013 URL: http://svn.apache.org/viewvc?rev=1043013&view=rev Log: Rebuild transformations. Modified: httpd/httpd/trunk/docs/manual/vhosts/ip-based.html.en httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.fr httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.ja httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.ko httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.tr Modified: httpd/httpd/trunk/docs/manual/vhosts/ip-based.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/ip-based.html.en?rev=1043013&r1=1043012&r2=1043013&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/vhosts/ip-based.html.en (original) +++ httpd/httpd/trunk/docs/manual/vhosts/ip-based.html.en Tue Dec 7 12:44:28 2010 @@ -122,19 +122,19 @@

<VirtualHost 172.20.30.40:80>
- ServerAdmin webmaster@mail.example.com
- DocumentRoot /groups/example/www
- ServerName www.example.com
- ErrorLog /groups/example/logs/error_log
- TransferLog /groups/example/logs/access_log
+ ServerAdmin webmaster@example1.com
+ DocumentRoot /www/vhosts/example1
+ ServerName www.example1.com
+ ErrorLog /www/logs/example1/error_log
+ CustomLog /www/logs/example1/access_log combined
</VirtualHost>

<VirtualHost 172.20.30.50:80>
- ServerAdmin webmaster@mail.baygroup.org
- DocumentRoot /groups/baygroup/www
- ServerName www.baygroup.org
- ErrorLog /groups/baygroup/logs/error_log
- TransferLog /groups/baygroup/logs/access_log
+ ServerAdmin webmaster@example2.org
+ DocumentRoot /www/vhosts/example2
+ ServerName www.example2.org
+ ErrorLog /www/logs/example2/error_log
+ CustomLog /www/logs/example2/access_log combined
</VirtualHost>

Modified: httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.fr?rev=1043013&r1=1043012&r2=1043013&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/vhosts/ip-based.xml.fr Tue Dec 7 12:44:28 2010 @@ -1,7 +1,7 @@ - + + + +