Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 17073 invoked from network); 22 Sep 2010 11:50:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Sep 2010 11:50:29 -0000 Received: (qmail 418 invoked by uid 500); 22 Sep 2010 11:50:28 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 192 invoked by uid 500); 22 Sep 2010 11:50:25 -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 178 invoked by uid 99); 22 Sep 2010 11:50:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 11:50:24 +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; Wed, 22 Sep 2010 11:50:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4A29423889BF; Wed, 22 Sep 2010 11:50:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r999884 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: core.html.en core.xml.de core.xml.ja core.xml.tr mod_log_config.html.en mod_log_config.xml.ja mod_log_config.xml.ko mod_log_config.xml.meta mod_log_config.xml.tr Date: Wed, 22 Sep 2010 11:50:03 -0000 To: cvs@httpd.apache.org From: mads@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100922115003.4A29423889BF@eris.apache.org> Author: mads Date: Wed Sep 22 11:50:02 2010 New Revision: 999884 URL: http://svn.apache.org/viewvc?rev=999884&view=rev Log: bring transformations up to date for others Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.tr httpd/httpd/branches/2.2.x/docs/manual/mod/mod_log_config.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_log_config.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/mod_log_config.xml.ko httpd/httpd/branches/2.2.x/docs/manual/mod/mod_log_config.xml.meta httpd/httpd/branches/2.2.x/docs/manual/mod/mod_log_config.xml.tr Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en?rev=999884&r1=999883&r2=999884&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en Wed Sep 22 11:50:02 2010 @@ -836,7 +836,7 @@ subdirectories

<DirectoryMatch> and </DirectoryMatch> 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 <Directory>. However, it + sub-directories of that directory, the same as <Directory>. However, it takes as an argument a regular expression. For example:

@@ -847,6 +847,11 @@ subdirectories

would match directories in /www/ that consisted of three numbers.

+

End-of-line character

+

The end-of-line character ($) cannot be matched with this directive.

+
+ +

See also

  • <Directory> for @@ -1131,13 +1136,16 @@ in case of an error

    If the file-path - begins with a pipe (|) then it is assumed to be a command to spawn - to handle the error log.

    + begins with a pipe character "|" then it is assumed to be a + command to spawn to handle the error log.

    Example

    ErrorLog "|/usr/local/bin/httpd_errors"

    +

    See the notes on piped logs for + more information.

    +

    Using syslog instead of a filename enables logging via syslogd(8) if the system supports it. The default is to use syslog facility local7, but you can override this by @@ -2829,12 +2837,14 @@ to name-virtual hosts ServerName server.domain.com
    ServerAlias server server2.domain.com server2
    ServerAlias *.example.com
    + UseCanonicalName Off
    # ...
    </VirtualHost>

    See also

    Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de?rev=999884&r1=999883&r2=999884&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml.de Wed Sep 22 11:50:02 2010 @@ -1,7 +1,7 @@ - + + + + + +