From: pcs Date: Sat, 9 Jan 1999 16:53:56 +0000 (+0000) Subject: Try to avoid some confusion from the changing of command line arguments, X-Git-Tag: 1.3.4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc097f38faf615d29858ee71ca07fe1942aa055f;p=apache Try to avoid some confusion from the changing of command line arguments, by documenting the meanings of the arguments for each different version of Apache. This is important since the current live site now documents the "new" behaviour (for -L, -l, h) even though there is no released Apache for which that documentation is valid. Even after releasing 1.3.4 users of older versions will be accessing the documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82625 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index bcabbd79fd..1a19d121e6 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -79,15 +79,39 @@ behavior and performance of the apache server (e.g., then exit.
-L -
Give a list of directives together with expected arguments and -places where the directive is valid. (New in Apache 1.2) +
+ +Give a list of directives together with expected arguments and places +where the directive is valid, then exit. (Apache 1.3.4 and +later. Earlier versions used -l instead). + + +
-l +
+ +Give a list of all modules compiled into the server, then exit. +(Apache 1.3.4 and later. Earlier versions used -h instead).
+ +Give a list of directives together with expected arguments and places +where the directive is valid, then exit. (Apache 1.2 to 1.3.3. Later +versions use -L instead). + + + +
-h +
+ +Print a list of the httpd options, then exit. (Apache 1.3.4 and +later. Earlier versions used -? instead).
+ +Give a list of all modules compiled into the server, then exit. (Up to +Apache 1.3.3. Later versions use -l instead).
-
-l -
Give a list of all modules compiled into the server.
-S
Show the settings as parsed from the config file (currently only -shows a breakdown of the vhost settings). +shows a breakdown of the vhost settings) but do not start the +server. (Up to Apache 1.3.3, this option also started the server).
-t
Test the configuration file syntax (i.e., read all configuration files @@ -97,10 +121,12 @@ otherwise display "Syntax OK" and terminate with a zero exit status.
-k option
Windows only: signal Apache to restart or shutdown. option -is one of "shutdown" or "restart". (New in Apache 1.3.3). +is one of "shutdown" or "restart". (Apache 1.3.3 and later).
-? -
Print a list of the httpd options, and then exit. +
Print a list of the httpd options, and then exit (up to Apache +1.3.3. Later version use -h instead). +

Configuration files

diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index bcabbd79fd..1a19d121e6 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -79,15 +79,39 @@ behavior and performance of the apache server (e.g., then exit.
-L -
Give a list of directives together with expected arguments and -places where the directive is valid. (New in Apache 1.2) +
+ +Give a list of directives together with expected arguments and places +where the directive is valid, then exit. (Apache 1.3.4 and +later. Earlier versions used -l instead). + + +
-l +
+ +Give a list of all modules compiled into the server, then exit. +(Apache 1.3.4 and later. Earlier versions used -h instead).
+ +Give a list of directives together with expected arguments and places +where the directive is valid, then exit. (Apache 1.2 to 1.3.3. Later +versions use -L instead). + + + +
-h +
+ +Print a list of the httpd options, then exit. (Apache 1.3.4 and +later. Earlier versions used -? instead).
+ +Give a list of all modules compiled into the server, then exit. (Up to +Apache 1.3.3. Later versions use -l instead).
-
-l -
Give a list of all modules compiled into the server.
-S
Show the settings as parsed from the config file (currently only -shows a breakdown of the vhost settings). +shows a breakdown of the vhost settings) but do not start the +server. (Up to Apache 1.3.3, this option also started the server).
-t
Test the configuration file syntax (i.e., read all configuration files @@ -97,10 +121,12 @@ otherwise display "Syntax OK" and terminate with a zero exit status.
-k option
Windows only: signal Apache to restart or shutdown. option -is one of "shutdown" or "restart". (New in Apache 1.3.3). +is one of "shutdown" or "restart". (Apache 1.3.3 and later).
-? -
Print a list of the httpd options, and then exit. +
Print a list of the httpd options, and then exit (up to Apache +1.3.3. Later version use -h instead). +

Configuration files