From 0c0a47cdddf626e4729a0d03679006e1e8519ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Malo?= Date: Sun, 28 Nov 2004 21:56:39 +0000 Subject: update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106853 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/invoking.html.en | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'docs/manual/invoking.html.en') diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index c853d851a3..e0a6ee9025 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -32,16 +32,16 @@ and Running Apache as a Console Application.

-

On Unix, the httpd program +

On Unix, the httpd program is run as a daemon that executes continuously in the background to handle requests. This document describes how - to invoke httpd.

+ to invoke httpd.

See also

+

See also

top

How Apache Starts

@@ -58,17 +58,17 @@ run as a less privileged user. This is controlled by the selected Multi-Processing Module.

-

The recommended method of invoking the httpd - executable is to use the apachectl control script. This +

The recommended method of invoking the httpd + executable is to use the apachectl control script. This script sets certain environment variables that are necessary for - httpd to function correctly under some operating - systems, and then invokes the httpd binary. - apachectl will pass through any command line - arguments, so any httpd options may also be used with - apachectl. You may also directly edit the - apachectl script by changing the HTTPD + httpd to function correctly under some operating + systems, and then invokes the httpd binary. + apachectl will pass through any command line + arguments, so any httpd options may also be used with + apachectl. You may also directly edit the + apachectl script by changing the HTTPD variable near the top to specify the correct location of the - httpd binary and any command-line arguments that you + httpd binary and any command-line arguments that you wish to be always present.

The first thing that httpd does when it is @@ -114,25 +114,25 @@

Starting at Boot-Time

If you want your server to continue running after a system - reboot, you should add a call to apachectl to your + reboot, you should add a call to apachectl to your system startup files (typically rc.local or a file in an rc.N directory). This will start Apache as root. Before doing this ensure that your server is properly configured for security and access restrictions.

-

The apachectl script is designed to act like a +

The apachectl script is designed to act like a standard SysV init script; it can take the arguments start, restart, and stop and translate them into the appropriate signals to - httpd. So you can often simply link - apachectl into the appropriate init directory. But be + httpd. So you can often simply link + apachectl into the appropriate init directory. But be sure to check the exact requirements of your system.

top

Additional Information

-

Additional information about the command-line options of httpd and apachectl as well as other - support programs included with the server is available on the +

Additional information about the command-line options of httpd and apachectl as well as other support + programs included with the server is available on the Server and Supporting Programs page. There is also documentation on all the modules included with the Apache distribution and the directives that they -- cgit v1.2.1