From: Erik Abele Date: Wed, 18 Dec 2002 21:40:50 +0000 (+0000) Subject: Added another note about Windows due to the recent changes in windows.xml. X-Git-Tag: pre_ajp_proxy~2386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d90fb4757cf8b52fdae3462f22f2a97c453b33f;p=apache Added another note about Windows due to the recent changes in windows.xml. Submitted by: Iikka Meril�inen git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/httpd.html.en b/docs/manual/programs/httpd.html.en index c6151a3362..b55cd45336 100644 --- a/docs/manual/programs/httpd.html.en +++ b/docs/manual/programs/httpd.html.en @@ -23,12 +23,13 @@ child processes or threads to handle requests.

In general, httpd should not be invoked directly, - but rather should be invoked via apachectl on unix systems or as an NT - service under win32.

+ but rather should be invoked via apachectl on Unix-based systems or as a service on Windows NT, + 2000 and XP and as + a console application on Windows 9x and ME.

+

See also

top

Synopsis

@@ -45,7 +46,7 @@ -t ] [ -v ] [ -V ] [ -X ]

-

On Win32 systems, the +

On Windows systems, the following additional arguments are available:

httpd [ -k @@ -154,7 +155,7 @@ server will not detach from the console. -

The following arguments are available only on the win32 platform:

+

The following arguments are available only on the Windows platform:

@@ -169,7 +170,7 @@ the Apache service; and uninstall the Apache service.
-w
-
Hold the console window open on error so that the error message can +
Keep the console window open on error so that the error message can be read.
diff --git a/docs/manual/programs/httpd.xml b/docs/manual/programs/httpd.xml index 13d0fc8d9a..89b3ab1239 100644 --- a/docs/manual/programs/httpd.xml +++ b/docs/manual/programs/httpd.xml @@ -15,14 +15,16 @@

In general, httpd should not be invoked directly, but rather should be invoked via apachectl on unix systems or as an NT - service under win32.

+ href="apachectl.html">apachectl on Unix-based systems or as a service on Windows NT, + 2000 and XP and as + a console application on Windows 9x and ME.

Starting Apache Stopping Apache Configuration Files -Platform Docs +Platform-specific Documentation apachectl
Synopsis @@ -39,7 +41,7 @@ -t ] [ -v ] [ -V ] [ -X ]

-

On Win32 systems, the +

On Windows systems, the following additional arguments are available:

httpd [ -k @@ -152,7 +154,7 @@ server will not detach from the console.

The following arguments are available only on the win32 platform:

+href="../platform/windows.html">Windows platform:

@@ -167,7 +169,7 @@ the Apache service; and uninstall the Apache service.
-w
-
Hold the console window open on error so that the error message can +
Keep the console window open on error so that the error message can be read.