From 5530d42ea62ad980b088d05e66d87d78ea2987c4 Mon Sep 17 00:00:00 2001 From: Tony Stevenson Date: Thu, 26 Jul 2007 20:51:23 +0000 Subject: [PATCH] PR 41334. Replaced apache, with httpd as the binary name. Thanks Brett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@559969 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/windows.html.en | 42 ++++++++++++++-------------- docs/manual/platform/windows.xml | 38 ++++++++++++------------- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/docs/manual/platform/windows.html.en b/docs/manual/platform/windows.html.en index 852750ea56..f193958aeb 100644 --- a/docs/manual/platform/windows.html.en +++ b/docs/manual/platform/windows.html.en @@ -19,7 +19,7 @@ Apache > HTTP Server > Documentation > Version 2.3 > Platform Specific Notes

Using Apache with Microsoft Windows

Available Languages:  en  | - ko 

+ ko 

@@ -319,7 +319,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 @@ -328,14 +328,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 @@ -346,13 +346,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 @@ -363,34 +363,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 @@ -482,7 +482,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 +530,7 @@ use the following command:

- apache + httpd

Apache will execute, and will remain running until it is stopped @@ -551,7 +551,7 @@ window and entering:

- apache -k shutdown + httpd -k shutdown

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

- apache -k restart + httpd -k restart

Note for people familiar with the Unix version of Apache: @@ -582,7 +582,7 @@

c:
cd "\Program Files\Apache Group\Apache2\bin"
- apache + httpd

Then wait for Apache to stop, or press Control-C. Then enter the @@ -602,20 +602,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"

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

    - apache -V + httpd.exe -V

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

    diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index e549739c3b..3ec63ec6f1 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -319,7 +319,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 @@ -328,14 +328,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 @@ -346,13 +346,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 @@ -363,34 +363,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 @@ -482,7 +482,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 +530,7 @@ use the following command:

    - apache + httpd

    Apache will execute, and will remain running until it is stopped @@ -551,7 +551,7 @@ window and entering:

    - apache -k shutdown + httpd -k shutdown

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

    - apache -k restart + httpd -k restart Note for people familiar with the Unix version of Apache: @@ -582,7 +582,7 @@ c:
    cd "\Program Files\Apache Group\Apache2\bin"
    - apache + httpd

    Then wait for Apache to stop, or press Control-C. Then enter the @@ -602,20 +602,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"
  • @@ -632,7 +632,7 @@ invoking Apache with the -V switch, like this:

    - apache -V + httpd.exe -V

    Apache will then try to determine its -- 2.40.0