From af8a254c4663ee9de3b1675e115e62d1e7b649d8 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 28 Nov 2000 21:46:50 +0000 Subject: [PATCH] Add a little more detail on starting Apache for the benefit of beginners. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87110 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/invoking.html | 12 ++++++++++-- docs/manual/invoking.html.en | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 56ce67bf81..49746bfcc1 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -28,8 +28,16 @@ which executes continuously in the background to handle requests. A shell script called apachectl is provided which can be used to control the daemon process. This shell script can often be used as an init script to start httpd -on system boot, or it can be called directly with the following -options.

+on system boot, or it can be called directly with the options +listed below.

+ +

If the Port specified in the +configuration file is the default of 80, then it is necessary to have +root privileges in order to start apache. If Apache will not start +and no error messages are printed to the console, be sure to check the +ErrorLog for a report of +the problem. See also the debugging instructions outlined in +the Apache FAQ.

apachectl Command Line Options

diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 56ce67bf81..49746bfcc1 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -28,8 +28,16 @@ which executes continuously in the background to handle requests. A shell script called apachectl is provided which can be used to control the daemon process. This shell script can often be used as an init script to start httpd -on system boot, or it can be called directly with the following -options.

+on system boot, or it can be called directly with the options +listed below.

+ +

If the Port specified in the +configuration file is the default of 80, then it is necessary to have +root privileges in order to start apache. If Apache will not start +and no error messages are printed to the console, be sure to check the +ErrorLog for a report of +the problem. See also the debugging instructions outlined in +the Apache FAQ.

apachectl Command Line Options

-- 2.50.1