Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 68543 invoked from network); 10 Jun 2006 18:29:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jun 2006 18:29:50 -0000 Received: (qmail 56528 invoked by uid 500); 10 Jun 2006 18:29:49 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 56479 invoked by uid 500); 10 Jun 2006 18:29:48 -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 56468 invoked by uid 99); 10 Jun 2006 18:29:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jun 2006 11:29:48 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jun 2006 11:29:47 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 69D961A983A; Sat, 10 Jun 2006 11:29:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r413348 - in /httpd/httpd/branches/2.2.x/docs/manual/platform: windows.html.en windows.xml Date: Sat, 10 Jun 2006 18:29:26 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060610182927.69D961A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rbowen Date: Sat Jun 10 11:29:26 2006 New Revision: 413348 URL: http://svn.apache.org/viewvc?rev=413348&view=rev Log: Based on report from alex.extreme2@gmail.com (Alex Smith) poked around a bit, and there were a lot of incorrect paths in this document. Also, the 'apache.exe' file is now named 'httpd.exe' as god intended. "C:\Program Files\Apache Group" becomes "C:\Program Files\Apache Software Foundation" and the cooresponding change also made in the registry paths. Modified: httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en?rev=413348&r1=413347&r2=413348&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/platform/windows.html.en Sat Jun 10 11:29:26 2006 @@ -149,8 +149,9 @@ site(s).

  • Where to install. The default path is - C:\Program Files\Apache Group under which a directory - called Apache2 will be created by default.

  • + C:\Program Files\Apache Software Foundation + under which a directory called + Apache2.2 will be created by default.

    During the installation, Apache will configure the files in the @@ -300,7 +301,7 @@ the command prompt at the Apache bin subdirectory:

    - apache -k install + httpd -k install

    If you need to specify the name of the service you want to @@ -309,14 +310,14 @@ computer.

    - apache -k install -n "MyServiceName" + httpd -k install -n "MyServiceName"

    If you need to have specifically named configuration files for different services, you must use this:

    - apache -k install -n "MyServiceName" -f "c:\files\my.conf" + httpd -k install -n "MyServiceName" -f "c:\files\my.conf"

    If you use the first command without any special parameters except @@ -327,13 +328,13 @@

    Removing an Apache service is easy. Just use:

    - apache -k uninstall + httpd -k uninstall

    The specific Apache service to be uninstalled can be specified by using:

    - apache -k uninstall -n "MyServiceName" + httpd -k uninstall -n "MyServiceName"

    Normal starting, restarting and shutting down of an Apache @@ -344,34 +345,34 @@ service's configuration file by using:

    - apache -n "MyServiceName" -t + httpd -n "MyServiceName" -t

    You can control an Apache service by its command line switches, too. To start an installed Apache service you'll use this:

    - apache -k start + httpd -k start

    To stop an Apache service via the command line switches, use this:

    - apache -k stop + httpd -k stop

    or

    - apache -k shutdown + httpd -k shutdown

    You can also restart a running service and force it to reread its configuration file by using:

    - apache -k restart + httpd -k restart

    By default, all Apache services are registered to run as the @@ -463,7 +464,7 @@ in the background. If you run the command

    - apache -n "MyServiceName" -k start + httpd -n "MyServiceName" -k start

    via a shortcut on your desktop, for example, then if the @@ -532,7 +533,7 @@ window and entering:

    - apache -k shutdown + httpd -k shutdown

    This should be preferred over pressing Control-C because this @@ -543,7 +544,7 @@ complete without interruption. To restart Apache, use:

    - apache -k restart + httpd -k restart

    Note for people familiar with the Unix version of Apache: @@ -555,15 +556,15 @@

    If the Apache console window closes immediately or unexpectedly after startup, open the Command Prompt from the Start Menu --> Programs. Change to the folder to which you installed Apache, type - the command apache, and read the error message. Then + the command httpd, and read the error message. Then change to the logs folder, and review the error.log file for configuration mistakes. If you accepted the defaults when you installed Apache, the commands would be:

    c:
    - cd "\Program Files\Apache Group\Apache2\bin"
    - apache + cd "\Program Files\Apache Software Foundation\Apache2.2\bin"
    + httpd

    Then wait for Apache to stop, or press Control-C. Then enter the @@ -583,20 +584,20 @@ a particular configuration file:

    - apache -f "c:\my server files\anotherconfig.conf" + httpd -f "c:\my server files\anotherconfig.conf"

    or

    - apache -f files\anotherconfig.conf + httpd -f files\anotherconfig.conf

  • -n specifies the installed Apache service whose configuration file is to be used:

    - apache -n "MyServiceName" + httpd -n "MyServiceName"

  • @@ -613,7 +614,7 @@ invoking Apache with the -V switch, like this:

    - apache -V + httpd -V

    Apache will then try to determine its @@ -632,7 +633,7 @@

  • The server root compiled into the server. This is /apache by default, you can verify it by using - apache -V and looking for a value labelled as + httpd -V and looking for a value labelled as HTTPD_ROOT.
  • @@ -645,7 +646,7 @@

    - HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\2.0.43 + HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Apache\2.2.2

    Correspondingly, if you chose to install Apache for the current @@ -654,7 +655,7 @@ logged on:

    - HKEY_CURRENT_USER\SOFTWARE\Apache Group\Apache\2.0.43 + HKEY_CURRENT_USER\SOFTWARE\Apache Software Foundation\Apache\2.2.2

    This key is compiled into the server and can enable you to test Modified: httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml?rev=413348&r1=413347&r2=413348&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/platform/windows.xml Sat Jun 10 11:29:26 2006 @@ -147,8 +147,9 @@ site(s).

  • Where to install. The default path is - C:\Program Files\Apache Group under which a directory - called Apache2 will be created by default.

  • + C:\Program Files\Apache Software Foundation + under which a directory called + Apache2.2 will be created by default.

    During the installation, Apache will configure the files in the @@ -298,7 +299,7 @@ the command prompt at the Apache bin subdirectory:

    - apache -k install + httpd -k install

    If you need to specify the name of the service you want to @@ -307,14 +308,14 @@ computer.

    - apache -k install -n "MyServiceName" + httpd -k install -n "MyServiceName"

    If you need to have specifically named configuration files for different services, you must use this:

    - apache -k install -n "MyServiceName" -f "c:\files\my.conf" + httpd -k install -n "MyServiceName" -f "c:\files\my.conf"

    If you use the first command without any special parameters except @@ -325,13 +326,13 @@

    Removing an Apache service is easy. Just use:

    - apache -k uninstall + httpd -k uninstall

    The specific Apache service to be uninstalled can be specified by using:

    - apache -k uninstall -n "MyServiceName" + httpd -k uninstall -n "MyServiceName"

    Normal starting, restarting and shutting down of an Apache @@ -342,34 +343,34 @@ service's configuration file by using:

    - apache -n "MyServiceName" -t + httpd -n "MyServiceName" -t

    You can control an Apache service by its command line switches, too. To start an installed Apache service you'll use this:

    - apache -k start + httpd -k start

    To stop an Apache service via the command line switches, use this:

    - apache -k stop + httpd -k stop

    or

    - apache -k shutdown + httpd -k shutdown

    You can also restart a running service and force it to reread its configuration file by using:

    - apache -k restart + httpd -k restart

    By default, all Apache services are registered to run as the @@ -461,7 +462,7 @@ in the background. If you run the command

    - apache -n "MyServiceName" -k start + httpd -n "MyServiceName" -k start

    via a shortcut on your desktop, for example, then if the @@ -530,7 +531,7 @@ window and entering:

    - apache -k shutdown + httpd -k shutdown

    This should be preferred over pressing Control-C because this @@ -541,7 +542,7 @@ complete without interruption. To restart Apache, use:

    - apache -k restart + httpd -k restart Note for people familiar with the Unix version of Apache: @@ -553,15 +554,15 @@

    If the Apache console window closes immediately or unexpectedly after startup, open the Command Prompt from the Start Menu --> Programs. Change to the folder to which you installed Apache, type - the command apache, and read the error message. Then + the command httpd, and read the error message. Then change to the logs folder, and review the error.log file for configuration mistakes. If you accepted the defaults when you installed Apache, the commands would be:

    c:
    - cd "\Program Files\Apache Group\Apache2\bin"
    - apache + cd "\Program Files\Apache Software Foundation\Apache2.2\bin"
    + httpd

    Then wait for Apache to stop, or press Control-C. Then enter the @@ -581,20 +582,20 @@ a particular configuration file:

    - apache -f "c:\my server files\anotherconfig.conf" + httpd -f "c:\my server files\anotherconfig.conf"

    or

    - apache -f files\anotherconfig.conf + httpd -f files\anotherconfig.conf
  • -n specifies the installed Apache service whose configuration file is to be used:

    - apache -n "MyServiceName" + httpd -n "MyServiceName"
  • @@ -611,7 +612,7 @@ invoking Apache with the -V switch, like this:

    - apache -V + httpd -V

    Apache will then try to determine its @@ -630,7 +631,7 @@

  • The server root compiled into the server. This is /apache by default, you can verify it by using - apache -V and looking for a value labelled as + httpd -V and looking for a value labelled as HTTPD_ROOT.
  • @@ -643,7 +644,7 @@

    - HKEY_LOCAL_MACHINE\SOFTWARE\Apache Group\Apache\2.0.43 + HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Apache\2.2.2

    Correspondingly, if you chose to install Apache for the current @@ -652,7 +653,7 @@ logged on:

    - HKEY_CURRENT_USER\SOFTWARE\Apache Group\Apache\2.0.43 + HKEY_CURRENT_USER\SOFTWARE\Apache Software Foundation\Apache\2.2.2

    This key is compiled into the server and can enable you to test