From cvs-return-42831-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Fri May 4 14:38:45 2012 Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C83C920D for ; Fri, 4 May 2012 14:38:45 +0000 (UTC) Received: (qmail 83428 invoked by uid 500); 4 May 2012 14:38:45 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 83375 invoked by uid 500); 4 May 2012 14:38:45 -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 83368 invoked by uid 99); 4 May 2012 14:38:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 May 2012 14:38:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Fri, 04 May 2012 14:38:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 14A752388978; Fri, 4 May 2012 14:38:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1333993 - /httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml Date: Fri, 04 May 2012 14:38:22 -0000 To: cvs@httpd.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120504143822.14A752388978@eris.apache.org> Author: humbedooh Date: Fri May 4 14:38:21 2012 New Revision: 1333993 URL: http://svn.apache.org/viewvc?rev=1333993&view=rev Log: Backporting syntax highlighting for platform/ Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml?rev=1333993&r1=1333992&r2=1333993&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml Fri May 4 14:38:21 2012 @@ -284,12 +284,12 @@ how it is accessed. If you wish to assure that only lowercase is used in URLs, you can use something like:

- - RewriteEngine On
- RewriteMap lowercase int:tolower
- RewriteCond %{REQUEST_URI} [A-Z]
- RewriteRule (.*) ${lowercase:$1} [R,L] -
+ +RewriteEngine On +RewriteMap lowercase int:tolower +RewriteCond %{REQUEST_URI} [A-Z] +RewriteRule (.*) ${lowercase:$1} [R,L] +
  • When running, Apache needs write access only to the logs directory and any configured cache directory tree. Due to the @@ -310,9 +310,9 @@ module, use the following (in addition to the status-activating directives in access.conf):

    - + LoadModule status_module modules/mod_status.so - +

    Information on creating loadable modules is also available.

  • @@ -782,19 +782,25 @@ on mapped drive letters, but this is not recommended.)

    Example DocumentRoot with UNC path + DocumentRoot //dochost/www/html/ + Example DocumentRoot with IP address in UNC path - DocumentRoot //192.168.1.50/docs/
    + + DocumentRoot //192.168.1.50/docs/ +
    Example Alias and corresponding Directory with UNC path - Alias /images/ //imagehost/www/images/
    -
    - <Directory //imagehost/www/images/>
    - ...
    - <Directory>
    + +Alias /images/ //imagehost/www/images/ + +<Directory //imagehost/www/images/> +#... +<Directory> +

    When running Apache httpd as a service, you must create a