From: Martin Kraemer Date: Sun, 19 Jul 1998 21:34:58 +0000 (+0000) Subject: Add new httpd switches; remove reference to httpd sub-version X-Git-Tag: 1.3.2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb30786813533d0b93d7c9b27a5dc0f4e4d94c63;p=thirdparty%2Fapache%2Fhttpd.git Add new httpd switches; remove reference to httpd sub-version git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81779 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index df0a4d04455..3888fc3b575 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -32,12 +32,28 @@ The following options are recognized on the httpd command line: serverroot. This can be overridden by the ServerRoot command in the configuration file. The default is /usr/local/apache. +
-D name +
Define a name for use in in +IfDefine directives. +This option can be used to optionally enable certain functionality in the +configuration file, or to use a common configuration for +several independent hosts, where host specific information is enclosed in +<IfDefine> sections. +
-f config
Execute the commands in the file config on startup. If config does not begin with a /, then it is taken to be a path relative to the ServerRoot. The default is conf/httpd.conf. +
-C "directive" +
Process the given apache "directive" (just as if it had been part of a +configuration file) before actually reading the regular configuration files. + +
-c "directive" +
Process the given apache "directive" after reading +all the regular configuration files. +
-X
Run in single-process mode, for internal debugging purposes only; the daemon does not detach from the terminal or fork any children. Do NOT @@ -47,7 +63,7 @@ use this mode to provide ordinary web service.
Print the version of httpd and its build date, and then exit.
-V -
Print the base version of httpd, its sub-version if defined, its +
Print the base version of httpd, its build date, and a list of compile time settings which influence the behavior and performance of the apache server (e.g., -DUSE_MMAP_FILES), @@ -64,6 +80,12 @@ places where the directive is valid. (New in Apache 1.2)
Show the settings as parsed from the config file (currently only shows a breakdown of the vhost settings). +
-t +
Test the configuration file syntax (i.e., read all configuration files +and interpret them) but do not start the server. If the configuration contains +errors, display an error message and exit with a non-zero exit status, +otherwise display "Syntax OK" and terminate with a zero exit status. +
-?
Print a list of the httpd options, and then exit. diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index df0a4d04455..3888fc3b575 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -32,12 +32,28 @@ The following options are recognized on the httpd command line: serverroot. This can be overridden by the ServerRoot command in the configuration file. The default is /usr/local/apache. +
-D name +
Define a name for use in in +IfDefine directives. +This option can be used to optionally enable certain functionality in the +configuration file, or to use a common configuration for +several independent hosts, where host specific information is enclosed in +<IfDefine> sections. +
-f config
Execute the commands in the file config on startup. If config does not begin with a /, then it is taken to be a path relative to the ServerRoot. The default is conf/httpd.conf. +
-C "directive" +
Process the given apache "directive" (just as if it had been part of a +configuration file) before actually reading the regular configuration files. + +
-c "directive" +
Process the given apache "directive" after reading +all the regular configuration files. +
-X
Run in single-process mode, for internal debugging purposes only; the daemon does not detach from the terminal or fork any children. Do NOT @@ -47,7 +63,7 @@ use this mode to provide ordinary web service.
Print the version of httpd and its build date, and then exit.
-V -
Print the base version of httpd, its sub-version if defined, its +
Print the base version of httpd, its build date, and a list of compile time settings which influence the behavior and performance of the apache server (e.g., -DUSE_MMAP_FILES), @@ -64,6 +80,12 @@ places where the directive is valid. (New in Apache 1.2)
Show the settings as parsed from the config file (currently only shows a breakdown of the vhost settings). +
-t +
Test the configuration file syntax (i.e., read all configuration files +and interpret them) but do not start the server. If the configuration contains +errors, display an error message and exit with a non-zero exit status, +otherwise display "Syntax OK" and terminate with a zero exit status. +
-?
Print a list of the httpd options, and then exit.