]> granicus.if.org Git - apache/commitdiff
Add a little more detail on starting Apache for the benefit of beginners.
authorJoshua Slive <slive@apache.org>
Tue, 28 Nov 2000 21:46:50 +0000 (21:46 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 28 Nov 2000 21:46:50 +0000 (21:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87110 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/invoking.html
docs/manual/invoking.html.en

index 56ce67bf816cb0e20f021cc2b2f5d36965b1872b..49746bfcc1a5c2b5550a5f649ab787a30dddfa3a 100644 (file)
@@ -28,8 +28,16 @@ which executes continuously in the background to handle requests.
 A shell script called <code>apachectl</code> is provided which
 can be used to control the daemon process.  This shell script
 can often be used as an init script to start <code>httpd</code>
-on system boot, or it can be called directly with the following
-options.</p>
+on system boot, or it can be called directly with the options
+listed below.</p>
+
+<p>If the <a href="mod/core.html#port">Port</a> 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
+<a href="mod/core.html#errorlog">ErrorLog</a> for a report of
+the problem.  See also the debugging instructions outlined in
+the Apache <a href="misc/FAQ.html">FAQ</a>.</p>
 
 <h2>apachectl Command Line Options</h2>
 
index 56ce67bf816cb0e20f021cc2b2f5d36965b1872b..49746bfcc1a5c2b5550a5f649ab787a30dddfa3a 100644 (file)
@@ -28,8 +28,16 @@ which executes continuously in the background to handle requests.
 A shell script called <code>apachectl</code> is provided which
 can be used to control the daemon process.  This shell script
 can often be used as an init script to start <code>httpd</code>
-on system boot, or it can be called directly with the following
-options.</p>
+on system boot, or it can be called directly with the options
+listed below.</p>
+
+<p>If the <a href="mod/core.html#port">Port</a> 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
+<a href="mod/core.html#errorlog">ErrorLog</a> for a report of
+the problem.  See also the debugging instructions outlined in
+the Apache <a href="misc/FAQ.html">FAQ</a>.</p>
 
 <h2>apachectl Command Line Options</h2>