From: Rich Bowen Date: Sat, 10 Jun 2006 18:29:26 +0000 (+0000) Subject: Based on report from alex.extreme2@gmail.com (Alex Smith) poked around a X-Git-Tag: 2.2.3~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cf48c803e738c9c0c5fcac801b4b32528a172e;p=thirdparty%2Fapache%2Fhttpd.git 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413348 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 99ab5a27018..01b6a977db1 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -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 diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index 0872cbe87cf..580fa5fe1ee 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -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