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 B8452DEFC for ; Wed, 19 Sep 2012 14:34:51 +0000 (UTC) Received: (qmail 93144 invoked by uid 500); 19 Sep 2012 14:34:51 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 93083 invoked by uid 500); 19 Sep 2012 14:34:51 -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 93076 invoked by uid 99); 19 Sep 2012 14:34:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 14:34:51 +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; Wed, 19 Sep 2012 14:34:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 50D34238896F; Wed, 19 Sep 2012 14:34:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1387618 - in /httpd/httpd/branches/2.4.x/docs/manual: invoking.xml platform/windows.xml Date: Wed, 19 Sep 2012 14:34:04 -0000 To: cvs@httpd.apache.org From: humbedooh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120919143404.50D34238896F@eris.apache.org> Author: humbedooh Date: Wed Sep 19 14:34:03 2012 New Revision: 1387618 URL: http://svn.apache.org/viewvc?rev=1387618&view=rev Log: This is 2.4, not 2.3, and we do not support Windows 9x/ME. Modified: httpd/httpd/branches/2.4.x/docs/manual/invoking.xml httpd/httpd/branches/2.4.x/docs/manual/platform/windows.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/invoking.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/invoking.xml?rev=1387618&r1=1387617&r2=1387618&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/invoking.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/invoking.xml Wed Sep 19 14:34:03 2012 @@ -26,11 +26,9 @@

On Windows, Apache is normally run as a service on Windows - NT, 2000 and XP, or as a console application on Windows 9x and - ME. For details, see Running Apache as a Service - and Running Apache as a - Console Application.

+ NT, 2000 and XP, Vista and 7. For details, see Running Apache as a Service. +

On Unix, the httpd program is run as a daemon that executes continuously in the 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=1387618&r1=1387617&r2=1387618&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 Wed Sep 19 14:34:03 2012 @@ -27,7 +27,7 @@

This document explains how to install, configure and run - Apache 2.3 under Microsoft Windows. If you have questions after + Apache 2.4 under Microsoft Windows. If you have questions after reviewing the documentation (and any event and error logs), you should consult the peer-supported users' mailing @@ -43,7 +43,7 @@

Operating System Requirements -

The primary Windows platform for running Apache 2.3 is Windows +

The primary Windows platform for running Apache 2.4 is Windows 2000 or later. The binary installer only works with the x86 family of processors, such as Intel and AMD processors. Always obtain and install the current service pack to avoid operating system bugs.

@@ -88,11 +88,11 @@
KB 292539. Windows XP and later do not require this update.

-

Note that you cannot install two versions of Apache 2.3 on the +

Note that you cannot install two versions of Apache 2.4 on the same computer with the binary installer. You can, however, install a version of the 1.3 series and a version of the - 2.3 series on the same computer without problems. If you need to - have two different 2.3 versions on the same computer, you have to + 2.4 series on the same computer without problems. If you need to + have two different 2.4 versions on the same computer, you have to compile and install Apache from the source.

@@ -133,7 +133,7 @@
  • Where to install. The default path is C:\Program Files\Apache Software Foundation under which a directory called - Apache2.3 will be created by default.

  • + Apache2.4 will be created by default.

    During the installation, Apache will configure the files in the @@ -297,14 +297,14 @@ RewriteRule (.*) ${lowercase:$1} [R,L] validate all path names given. This means that each directory which Apache evaluates, from the drive root up to the directory leaf, must have read, list and traverse directory permissions. - If Apache2.3 is installed at C:\Program Files, then the root - directory, Program Files and Apache2.3 must all be visible + If Apache2.4 is installed at C:\Program Files, then the root + directory, Program Files and Apache2.4 must all be visible to Apache.

  • Apache for Windows contains the ability to load modules at runtime, without recompiling the server. If Apache is compiled normally, it will install a number of optional modules in the - \Apache2.3\modules directory. To activate these or + \Apache2.4\modules directory. To activate these or other modules, the new LoadModule directive must be used. For example, to activate the status module, use the following (in addition to the status-activating @@ -387,7 +387,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]

    If you use the first command without any special parameters except - -k install, the service will be called Apache2.3 + -k install, the service will be called Apache2.4 and the configuration will be assumed to be conf\httpd.conf.

    @@ -405,8 +405,8 @@ RewriteRule (.*) ${lowercase:$1} [R,L]

    Normal starting, restarting and shutting down of an Apache service is usually done via the Apache Service Monitor, by using - commands like NET START Apache2.3 and NET STOP - Apache2.3 or via normal Windows service management. Before + commands like NET START Apache2.4 and NET STOP + Apache2.4 or via normal Windows service management. Before starting Apache as a service by any means, you should test the service's configuration file by using:

    @@ -484,7 +484,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L] It is usually a good practice to grant the user the Apache - service runs as read and execute (RX) access to the whole Apache2.3 + service runs as read and execute (RX) access to the whole Apache2.4 directory, except the logs subdirectory, where the user has to have at least change (RWXD) rights. @@ -507,7 +507,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L] Windows Control Panel, you may get the following message:

    - Could not start the Apache2.3 service on \\COMPUTER
    + Could not start the Apache2.4 service on \\COMPUTER
    Error 1067; The process terminated unexpectedly.
    @@ -541,7 +541,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L]

    You can also run Apache via the shortcut Start Apache in Console placed to Start Menu --> Programs --> Apache HTTP Server - 2.3.xx --> Control Apache Server during the installation. + 2.4.xx --> Control Apache Server during the installation. This will open a console window and start Apache inside it. If you don't have Apache installed as a service, the window will remain visible until you stop Apache by pressing Control-C in the console @@ -592,7 +592,7 @@ RewriteRule (.*) ${lowercase:$1} [R,L] c:
    - cd "\Program Files\Apache Software Foundation\Apache2.3\bin"
    + cd "\Program Files\Apache Software Foundation\Apache2.4\bin"
    httpd.exe