diff options
author | Joshua Slive <slive@apache.org> | 2000-12-09 20:50:04 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2000-12-09 20:50:04 +0100 |
commit | e3489b6948d7aa9d95dd20c7b4a30e65ddca7f9e (patch) | |
tree | 133e9c4de03d35d85f13e0b189124de208c68f1b /docs | |
parent | It was sunny in Vancouver this morning, but it's getting cloudy. (diff) | |
download | apache2-e3489b6948d7aa9d95dd20c7b4a30e65ddca7f9e.tar.xz apache2-e3489b6948d7aa9d95dd20c7b4a30e65ddca7f9e.zip |
Normalize syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
37 files changed, 315 insertions, 238 deletions
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index ddc17453a7..9bb2f5e97a 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -84,7 +84,8 @@ always available. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AccessFileName <EM>filename filename ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AccessFileName <EM>filename</em> +[<em>filename</em>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -119,7 +120,7 @@ AllowOverride None<BR> <H2><A NAME="adddefaultcharset">AddDefaultCharset directive</A></H2> <A HREF="directive-dict.html#Syntax" REL="Help"><STRONG>Syntax:</STRONG></A> -AddDefaultCharset <EM>Off / On / charset</EM><BR> +AddDefaultCharset On|Off|<em>charset</em><BR> <A HREF="directive-dict.html#Context" REL="Help" ><STRONG>Context:</STRONG></A> all<BR> <A HREF="directive-dict.html#Status" REL="Help" ><STRONG>Status:</STRONG></A> @@ -136,7 +137,7 @@ in the body of the document via a <CODE>META</CODE> tag. A setting of <CODE>AddDefaultCharset Off</CODE> disables this functionality. <CODE>AddDefaultCharset On</CODE> enables Apache's internal default charset of <code>iso-8859-1</code> as required by the -directive. You can also specify an alternate charset to be used; +directive. You can also specify an alternate <em>charset</em> to be used; e.g. <code>AddDefaultCharset utf-8</code>. <P><HR> @@ -145,7 +146,7 @@ e.g. <code>AddDefaultCharset utf-8</code>. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddModule <EM>module module ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddModule <EM>module</em> [<em>module</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -171,7 +172,8 @@ directive.<P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AllowOverride <EM>override override ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AllowOverride All|None|<EM>directive-type</em> +[<em>directive-type</em>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -185,13 +187,21 @@ directive.<P><HR> REL="Help" ><STRONG>Status:</STRONG></A> core<P> -When the server finds an .htaccess file (as specified by +<p>When the server finds an .htaccess file (as specified by <A HREF="#accessfilename">AccessFileName</A>) it needs to know which -directives declared in that file can override earlier access information.<P> +directives declared in that file can override earlier access information.</p> -<EM>Override</EM> can be set to <CODE>None</CODE>, in which case the server -will not read the file, <CODE>All</CODE> in which case the server will -allow all the directives, or one or more of the following: +<p>When this directive is set to <code>None</code>, then +.htaccess files are completely ignored. In this case, the server +will not even attempt to read .htaccess files in the filesystem.</p> + +<p>When this directive is set to <code>All</code>, then any directive +which has the .htaccess <a +href="directive-dict.html#Context">Context</a> is allowed in .htaccess +files.</p> + +<p>The <em>directive-type</em> can be one of the following groupings +of directives.</p> <DL> <DT>AuthConfig <DD> @@ -273,7 +283,7 @@ It must be accompanied by <A HREF="#authtype">AuthType</A> and <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthType <EM>type</EM><BR> +><STRONG>Syntax:</STRONG></A> AuthType Basic|Digest<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -324,7 +334,7 @@ re-populated using the <A HREF="#addmodule">AddModule</A> directive.<P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ContentDigest <EM>on|off</EM><BR> +><STRONG>Syntax:</STRONG></A> ContentDigest on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -687,7 +697,7 @@ responses.</A><P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|<CODE>syslog[:facility]</CODE> +><STRONG>Syntax:</STRONG></A> ErrorLog <EM>filename</EM>|syslog[:<em>facility</em>] <BR> <A HREF="directive-dict.html#Default" @@ -836,7 +846,7 @@ different sections are combined when a request is received <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> HostNameLookups <EM>on | off | double</EM><BR> +><STRONG>Syntax:</STRONG></A> HostNameLookups on|off|double<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -895,7 +905,7 @@ from logged IP addresses offline.<P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> IdentityCheck <EM>boolean</EM><BR> +><STRONG>Syntax:</STRONG></A> IdentityCheck on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1073,7 +1083,7 @@ and parse those as configuration files. <P> <HR> <H2><A NAME="keepalive">KeepAlive directive</A></H2> -<STRONG>Syntax:</STRONG> KeepAlive <EM>on/off</EM><BR> +<STRONG>Syntax:</STRONG> KeepAlive on/off<BR> <STRONG>Default:</STRONG> <CODE>KeepAlive On</CODE><BR> <A HREF="directive-dict.html#Context" @@ -1155,7 +1165,7 @@ occupied waiting on connections with idle clients.</p> HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> - <Limit <EM>method method</EM> ... > ... </Limit><BR> + <Limit <EM>method</em> [<em>method</EM>] ... > ... </Limit><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -1196,7 +1206,7 @@ requests. HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> - <LimitExcept <EM>method method</EM> ... > ... </LimitExcept><BR> + <LimitExcept <EM>method</em> [<em>method</EM>] ... > ... </LimitExcept><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -1224,7 +1234,7 @@ standard and nonstandard/unrecognized methods. See the documentation for <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> LimitRequestBody <EM>number</EM><BR> +><STRONG>Syntax:</STRONG></A> LimitRequestBody <EM>bytes</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1245,8 +1255,9 @@ standard and nonstandard/unrecognized methods. See the documentation for Apache 1.3.2 and later. <P> -<EM>Number</EM> is a long integer from 0 (meaning unlimited) to 2147483647 -(2GB). The default value is defined by the compile-time constant +<p>This directive specifies the number of <em>bytes</em> from 0 +(meaning unlimited) to 2147483647 (2GB) that are allowed in a request +body. The default value is defined by the compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_BODY</CODE> (0 as distributed). <P> @@ -1295,7 +1306,7 @@ of denial-of-service attacks. Apache 1.3.2 and later. <P> -<EM>Number</EM> is an integer from 0 (meaning unlimited) to 32767. +<p><em>Number</em> is an integer from 0 (meaning unlimited) to 32767. The default value is defined by the compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_FIELDS</CODE> (100 as distributed). <P> @@ -1323,7 +1334,7 @@ fields were sent in the request.<P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> LimitRequestFieldsize <EM>number</EM><BR> +><STRONG>Syntax:</STRONG></A> LimitRequestFieldsize <EM>bytes</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1343,9 +1354,10 @@ fields were sent in the request.<P> Apache 1.3.2 and later. <P> -<EM>Number</EM> is an integer size in bytes from 0 to the value of the -compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_FIELDSIZE</CODE> -(8190 as distributed). +This directive specifies the number of <em>bytes</em> from 0 to the +value of the compile-time constant +<CODE>DEFAULT_LIMIT_REQUEST_FIELDSIZE</CODE> (8190 as distributed) +that will be allowed in an HTTP request header. <P> The LimitRequestFieldsize directive allows the server administrator to reduce @@ -1370,7 +1382,7 @@ not be changed from the default.<P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> LimitRequestLine <EM>number</EM><BR> +><STRONG>Syntax:</STRONG></A> LimitRequestLine <EM>bytes</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1390,9 +1402,9 @@ not be changed from the default.<P> Apache 1.3.2 and later. <P> -<EM>Number</EM> is an integer size in bytes from 0 to the value of the -compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_LINE</CODE> -(8190 as distributed). +This directive sets the number of <em>bytes</em> from 0 to the value +of the compile-time constant <CODE>DEFAULT_LIMIT_REQUEST_LINE</CODE> +(8190 as distributed) that will be allowed on the HTTP request-line. <P> The LimitRequestLine directive allows the server administrator to reduce @@ -1726,7 +1738,7 @@ virtual hosts should be used, <EM>e.g.</EM> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Options <EM>[+|-]option [+|-]option ...</EM><BR> +><STRONG>Syntax:</STRONG></A> Options [+|-]<em>option</em> [[+|-]<em>option</em>] ...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -1918,7 +1930,7 @@ security attack.<P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Require <EM>entity-name entity entity...</EM><BR> +><STRONG>Syntax:</STRONG></A> Require <EM>entity-name</em> [<em>entity-name</em>] ...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -1935,9 +1947,9 @@ security attack.<P><HR> This directive selects which authenticated users can access a directory. The allowed syntaxes are: <UL> -<LI>Require user <EM>userid userid ...</EM><P> +<LI>Require user <EM>userid</em> [<em>userid</em>] ...<P> Only the named users can access the directory.<P> -<LI>Require group <EM>group-name group-name ...</EM><P> +<LI>Require group <EM>group-name</em> [<em>group-name</em>] ...<P> Only users in the named groups can access the directory.<P> <LI>Require valid-user<P> All valid users can access the directory. @@ -1970,8 +1982,8 @@ HREF="#limit"><Limit></A> section<P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> RLimitCPU <EM># or 'max'</EM> - <EM>[# or 'max']</EM> +><STRONG>Syntax:</STRONG></A> RLimitCPU <EM>number</EM>|max + [<em>number</em>|max] <BR> <A HREF="directive-dict.html#Default" @@ -2014,8 +2026,8 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> RLimitMEM <EM># or 'max'</EM> - <EM>[# or 'max']</EM><BR> +><STRONG>Syntax:</STRONG></A> RLimitMEM <em>number</em>|max + [<em>number</em>|max]<br> <A HREF="directive-dict.html#Default" REL="Help" @@ -2057,8 +2069,8 @@ See also <A HREF="#rlimitcpu">RLimitCPU</A> or <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> RLimitNPROC <EM># or 'max'</EM> - <EM>[# or 'max']</EM><BR> +><STRONG>Syntax:</STRONG></A> RLimitNPROC <em>number</em>|max + [<em>number</em>|max]<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -2080,7 +2092,7 @@ See also <A HREF="#rlimitcpu">RLimitCPU</A> or Takes 1 or 2 parameters. The first parameter sets the soft resource limit for all processes and the second parameter sets the maximum resource limit. -Either parameter can be a number, or <EM>max</EM> to indicate to the server +Either parameter can be a number, or <code>max</code> to indicate to the server that the limit should be set to the maximum allowed by the operating system configuration. Raising the maximum resource limit requires that the server is running as root, or in the initial startup phase.<P> @@ -2108,7 +2120,7 @@ See also <A HREF="#rlimitmem">RLimitMEM</A> or <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Satisfy <EM>'any' or 'all'</EM><BR> +><STRONG>Syntax:</STRONG></A> Satisfy any|all<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -2149,7 +2161,7 @@ See also <A HREF="#require">Require</A> and <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ScriptInterpreterSource <EM>'registry' or 'script'</EM><BR> +><STRONG>Syntax:</STRONG></A> ScriptInterpreterSource registry|script<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -2197,7 +2209,7 @@ as users do not always mention that they are talking about the server!<P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ServerAlias <EM>host1 host2 ...</EM><BR> +><STRONG>Syntax:</STRONG></A> ServerAlias <EM>hostname</em> [<em>hostname</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -2226,7 +2238,7 @@ with <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified domain name</EM> +><STRONG>Syntax:</STRONG></A> ServerName <EM>fully-qualified-domain-name</EM> <BR> <A HREF="directive-dict.html#Context" @@ -2323,7 +2335,7 @@ for information on how to properly set permissions on the ServerRoot.<P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ServerSignature <EM>Off | On | EMail</EM><BR> +><STRONG>Syntax:</STRONG></A> ServerSignature On|Off|EMail<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -2366,7 +2378,7 @@ referenced document. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ServerTokens <EM>Minimal|ProductOnly|OS|Full</EM><BR> +><STRONG>Syntax:</STRONG></A> ServerTokens Minimal|ProductOnly|OS|Full<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -2508,7 +2520,7 @@ a packet is sent. <H2><A NAME="usecanonicalname">UseCanonicalName directive</A></H2> <!--%plaintext <?INDEX {\tt UseCanonicalName} directive> --> <A HREF="directive-dict.html#Syntax" REL="Help"> -<STRONG>Syntax:</STRONG></A> UseCanonicalName <EM>on|off|dns</EM><BR> +<STRONG>Syntax:</STRONG></A> UseCanonicalName on|off|dns<BR> <A HREF="directive-dict.html#Default" REL="Help"> <STRONG>Default:</STRONG></A> <CODE>UseCanonicalName on</CODE><BR> <A HREF="directive-dict.html#Context" REL="Help"> @@ -2571,7 +2583,7 @@ self-referential URLs then it should be just fine. HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> <VirtualHost <EM>addr</EM>[:<EM>port</EM>] - ...> ... +[<EM>addr</EM>[:<EM>port</EM>]] ...> ... </VirtualHost> <BR> <A HREF="directive-dict.html#Context" diff --git a/docs/manual/mod/directive-dict.html b/docs/manual/mod/directive-dict.html index a46409b1ea..8b2f6679fb 100644 --- a/docs/manual/mod/directive-dict.html +++ b/docs/manual/mod/directive-dict.html @@ -84,8 +84,16 @@ <H2><A NAME="Syntax">Syntax</A></H2> <P> This indicates the format of the directive as it would appear in a - configuration file. This syntax is extremely directive-specific, so - refer to the text of the directive's description for details. + configuration file. This syntax is extremely directive-specific, + and is described in detail in the directive's definition. + Generally, the directive name is followed by a series of one or + more arguments. Optional arguments are enclosed in square brackets. + Where an argument can take on more than one possible value, possible + values are separated by a vertical bar. Literal text is presented + in the default font, while argument-types for which substitution + is necessary are emphasized. Directives which can take a variable + number of arguments will end in "..." indicating that the last + argument is repeated. </P> <HR> diff --git a/docs/manual/mod/directive-dict.html.en b/docs/manual/mod/directive-dict.html.en index a46409b1ea..8b2f6679fb 100644 --- a/docs/manual/mod/directive-dict.html.en +++ b/docs/manual/mod/directive-dict.html.en @@ -84,8 +84,16 @@ <H2><A NAME="Syntax">Syntax</A></H2> <P> This indicates the format of the directive as it would appear in a - configuration file. This syntax is extremely directive-specific, so - refer to the text of the directive's description for details. + configuration file. This syntax is extremely directive-specific, + and is described in detail in the directive's definition. + Generally, the directive name is followed by a series of one or + more arguments. Optional arguments are enclosed in square brackets. + Where an argument can take on more than one possible value, possible + values are separated by a vertical bar. Literal text is presented + in the default font, while argument-types for which substitution + is necessary are emphasized. Directives which can take a variable + number of arguments will end in "..." indicating that the last + argument is repeated. </P> <HR> diff --git a/docs/manual/mod/mod_access.html b/docs/manual/mod/mod_access.html index 800316a710..26d32410ea 100644 --- a/docs/manual/mod/mod_access.html +++ b/docs/manual/mod/mod_access.html @@ -59,7 +59,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Allow from <EM>host host ...</EM><BR> +><STRONG>Syntax:</STRONG></A> Allow from <EM>host</em> [<em>host</EM>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -166,7 +166,7 @@ and <A HREF="mod_setenvif.html#SetEnvIf">SetEnvIf</A>. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Deny from <EM>host host ...</EM><BR> +><STRONG>Syntax:</STRONG></A> Deny from <EM>host</em> [<em>host</EM>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html index 3d96374c38..aa180f338b 100644 --- a/docs/manual/mod/mod_alias.html +++ b/docs/manual/mod/mod_alias.html @@ -163,7 +163,7 @@ to activate the <CODE>/icons</CODE> directory, one might use: <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Redirect [ <EM>status</EM> ] +><STRONG>Syntax:</STRONG></A> Redirect [<EM>status</EM>] <EM>url-path url</EM><BR> <A HREF="directive-dict.html#Context" diff --git a/docs/manual/mod/mod_auth.html b/docs/manual/mod/mod_auth.html index 427178e56d..a2e97f1ee6 100644 --- a/docs/manual/mod/mod_auth.html +++ b/docs/manual/mod/mod_auth.html @@ -164,8 +164,11 @@ See also <A HREF="core.html#authname">AuthName</A>, <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthAuthoritative < - <STRONG> on</STRONG>(default) | off > <BR> +><STRONG>Syntax:</STRONG></A> AuthAuthoritative on|off<BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>AuthAuthoritative on</CODE><BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_auth_anon.html b/docs/manual/mod/mod_auth_anon.html index ea27b803a8..d5f28d6db8 100644 --- a/docs/manual/mod/mod_auth_anon.html +++ b/docs/manual/mod/mod_auth_anon.html @@ -111,7 +111,7 @@ Require valid-user <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Anonymous <EM>user user ...</EM><BR> +><STRONG>Syntax:</STRONG></A> Anonymous <EM>user</em> [<em>user</em>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -156,7 +156,7 @@ Require valid-user <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Anonymous_Authoritative <EM>on | off</EM><BR> +><STRONG>Syntax:</STRONG></A> Anonymous_Authoritative on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -193,7 +193,7 @@ Require valid-user <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Anonymous_LogEmail <EM>on | off</EM><BR> +><STRONG>Syntax:</STRONG></A> Anonymous_LogEmail on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -224,8 +224,7 @@ Require valid-user <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail <EM>on</EM> - | <EM>off</EM><BR> +><STRONG>Syntax:</STRONG></A> Anonymous_MustGiveEmail on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -255,7 +254,7 @@ Require valid-user <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Anonymous_NoUserID <EM>on | off</EM><BR> +><STRONG>Syntax:</STRONG></A> Anonymous_NoUserID on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -289,7 +288,7 @@ Require valid-user <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Anonymous_VerifyEmail <EM>on | off</EM><BR> +><STRONG>Syntax:</STRONG></A> Anonymous_VerifyEmail on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_auth_db.html b/docs/manual/mod/mod_auth_db.html index 327cd6611b..dc57f4b451 100644 --- a/docs/manual/mod/mod_auth_db.html +++ b/docs/manual/mod/mod_auth_db.html @@ -182,8 +182,7 @@ See also <A HREF="core.html#authname">AuthName</A>, <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative < - <STRONG> on</STRONG>| off > <BR> +><STRONG>Syntax:</STRONG></A> AuthDBAuthoritative on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_auth_dbm.html b/docs/manual/mod/mod_auth_dbm.html index 1c96bceb9e..25ee0ddece 100644 --- a/docs/manual/mod/mod_auth_dbm.html +++ b/docs/manual/mod/mod_auth_dbm.html @@ -174,7 +174,7 @@ See also <A HREF="core.html#authname">AuthName</A>, <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthDBMAuthoritative < <STRONG> on</STRONG> | off > <BR> +><STRONG>Syntax:</STRONG></A> AuthDBMAuthoritative on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_auth_digest.html b/docs/manual/mod/mod_auth_digest.html index ed9e2067f9..996a8086f1 100644 --- a/docs/manual/mod/mod_auth_digest.html +++ b/docs/manual/mod/mod_auth_digest.html @@ -167,7 +167,8 @@ AuthGroupFile. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthDigestQop <EM>none | 1*{ auth | auth-int }</EM><BR> +><STRONG>Syntax:</STRONG></A> AuthDigestQop none|auth|auth-int +[auth|auth-int]<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -208,7 +209,7 @@ directive</H2> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthDigestNonceLifetime <EM><time></EM><BR> +><STRONG>Syntax:</STRONG></A> AuthDigestNonceLifetime <EM>seconds</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -233,13 +234,13 @@ directive</H2> <P>The AuthDigestNonceLifetime directive controls how long the server nonce is valid. When the client contacts the server using an expired nonce the server will send back a 401 with <code>stale=true</code>. If -<EM><time></EM> is greater than 0 then it specifies the number of -seconds the nonce is valid; this should probably never be set to less -than 10 seconds. If <EM><time></EM> is less than 0 then the nonce -never expires. +<EM>seconds</EM> is greater than 0 then it specifies the amount of +time for which the nonce is valid; this should probably never be set +to less than 10 seconds. If <EM>seconds</EM> is less than 0 then +the nonce never expires. <!-- Not implemented yet -If <EM><time></EM> is 0 then the nonce may be used exactly once +If <EM>seconds</EM> is 0 then the nonce may be used exactly once by the client. Note that while one-time-nonces provide higher security against replay attacks, they also have significant performance implications, as the browser cannot pipeline or multiple connections @@ -291,7 +292,7 @@ generated. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthDigestNcCheck <EM>On/Off</EM><BR> +><STRONG>Syntax:</STRONG></A> AuthDigestNcCheck On|Off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -332,7 +333,7 @@ impact performance. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthDigestAlgorithm <EM>MD5 | MD5-sess</EM><BR> +><STRONG>Syntax:</STRONG></A> AuthDigestAlgorithm MD5|MD5-sess<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -368,7 +369,8 @@ the challenge and response hashes. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AuthDigestDomain <EM>URI URI ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AuthDigestDomain <EM>URI</em> +[<em>URI</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index f8d310cd2e..fa6c224e71 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -107,7 +107,8 @@ HREF="mod_dir.html#directoryindex">DirectoryIndex</A>.</p> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddAlt <EM>string file file...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddAlt <EM>string file</em> +[<em>file</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -139,8 +140,8 @@ image-incapable or has image loading disabled. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddAltByEncoding <EM>string MIME-encoding - MIME-encoding...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddAltByEncoding <EM>string MIME-encoding</em> + [<em>MIME-encoding</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -172,8 +173,8 @@ image-incapable or has image loading disabled. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddAltByType <EM>string MIME-type MIME-type - ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddAltByType <EM>string MIME-type</em> + [<em>MIME-type</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -206,7 +207,8 @@ image-incapable or has image loading disabled. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddDescription <EM>string file file...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddDescription <EM>string file</em> + [<em>file</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -257,7 +259,8 @@ may affect the rest of the directory listing. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddIcon <EM>icon name name ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddIcon <EM>icon name</em> + [<em>name</em>] ...</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -298,8 +301,8 @@ AddIcon, when possible.<P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon MIME-encoding - MIME-encoding ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddIconByEncoding <EM>icon MIME-encoding</em> + [<em>MIME-encoding</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -335,8 +338,8 @@ AddIconByEncoding /icons/compress.xbm x-compress <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon MIME-type MIME-type - ...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddIconByType <EM>icon MIME-type</em> + [<em>MIME-type</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -402,7 +405,7 @@ DefaultIcon /icon/unknown.xbm <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> FancyIndexing <EM>boolean</EM><BR> +><STRONG>Syntax:</STRONG></A> FancyIndexing on|off<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -422,8 +425,7 @@ DefaultIcon /icon/unknown.xbm ><STRONG>Module:</STRONG></A> mod_autoindex <P> The FancyIndexing directive sets the FancyIndexing option for a directory. -<EM>Boolean</EM> can be <CODE>on</CODE> or <CODE>off</CODE>. The -<A HREF="#indexoptions">IndexOptions</A> directive should be used in +The <A HREF="#indexoptions">IndexOptions</A> directive should be used in preference. </P> <BLOCKQUOTE> @@ -513,7 +515,7 @@ See also <A HREF="#readmename">ReadmeName</A>. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> IndexIgnore <EM>file file ...</EM><BR> +><STRONG>Syntax:</STRONG></A> IndexIgnore <EM>file</em> [<em>file</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -546,15 +548,14 @@ IndexIgnore README .htaccess *~ <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> IndexOptions <EM>option option ...</EM> - (Apache 1.3.2 and earlier) +><STRONG>Syntax:</STRONG></A> IndexOptions <EM>option</em> + [<em>option</em>] ... (Apache 1.3.2 and earlier) <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> IndexOptions <EM>[+|-]option [+|-]option - ...</EM> - (Apache 1.3.3 and later) +><STRONG>Syntax:</STRONG></A> IndexOptions [+|-]<em>option</em> + [[+|-]<em>option</em>] ... (Apache 1.3.3 and later) <BR> <A HREF="directive-dict.html#Context" @@ -796,7 +797,7 @@ keywords without either '+' or '-' prefixes. HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> IndexOrderDefault - <EM>Ascending|Descending</EM> <EM>Name|Date|Size|Description</EM> + Ascending|Descending Name|Date|Size|Description <BR> <A HREF="directive-dict.html#Context" diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html index 88a0eb17e2..e210c7558e 100644 --- a/docs/manual/mod/mod_cern_meta.html +++ b/docs/manual/mod/mod_cern_meta.html @@ -69,7 +69,7 @@ who can exploit this module. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> MetaFiles <EM>on/off</EM><BR> +><STRONG>Syntax:</STRONG></A> MetaFiles on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -100,7 +100,7 @@ Turns on/off Meta file processing on a per-directory basis. This option was intr <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> MetaDir <EM>directory name</EM><BR> +><STRONG>Syntax:</STRONG></A> MetaDir <EM>directory</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_cgi.html b/docs/manual/mod/mod_cgi.html index 0b745bd2e7..6571305e43 100644 --- a/docs/manual/mod/mod_cgi.html +++ b/docs/manual/mod/mod_cgi.html @@ -86,8 +86,6 @@ totally useless. </DL> <P> -<HR> - <H2><A NAME="cgi_debug">CGI Debugging</A></H2> Debugging CGI scripts has traditionally been difficult, mainly because @@ -99,8 +97,6 @@ which are failing to run properly. These directives, included in Apache 1.2 and later, provide more detailed logging of errors when they occur. -<HR> - <H2>CGI Logfile Format</H2> When configured, the CGI error log logs any CGI which does not execute @@ -191,7 +187,7 @@ it was designed.</P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ScriptLogLength <EM>size</EM><BR> +><STRONG>Syntax:</STRONG></A> ScriptLogLength <EM>bytes</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -220,7 +216,7 @@ exceeds this size, no more information will be written to it. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ScriptLogBuffer <EM>size</EM><BR> +><STRONG>Syntax:</STRONG></A> ScriptLogBuffer <EM>bytes</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_charset_lite.html b/docs/manual/mod/mod_charset_lite.html index a853dabf96..42a8774cc8 100644 --- a/docs/manual/mod/mod_charset_lite.html +++ b/docs/manual/mod/mod_charset_lite.html @@ -226,7 +226,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> CharsetOptions <EM>option option ...</EM> + ><STRONG>Syntax:</STRONG></A> CharsetOptions <EM>option</em> + [<em>option</em>] ... <BR> <A HREF="directive-dict.html#Default" diff --git a/docs/manual/mod/mod_dav.html b/docs/manual/mod/mod_dav.html index ddbc6216e3..52814c34b2 100644 --- a/docs/manual/mod/mod_dav.html +++ b/docs/manual/mod/mod_dav.html @@ -73,7 +73,7 @@ file:</p> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Dav <on | off><BR> +><STRONG>Syntax:</STRONG></A> Dav on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -135,7 +135,7 @@ AuthUserFile user.passwd<BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> DavLockDB <Full path to lock database><BR> +><STRONG>Syntax:</STRONG></A> DavLockDB <em>filename</em><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -176,7 +176,7 @@ used from the server to display all locks in a lock database.</P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> DavMinTimeout <seconds><BR> +><STRONG>Syntax:</STRONG></A> DavMinTimeout <em>seconds</em><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -224,7 +224,7 @@ DavMinTimeout 600<BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> DavDepthInfinity <on | off><BR> +><STRONG>Syntax:</STRONG></A> DavDepthInfinity on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_dir.html b/docs/manual/mod/mod_dir.html index f150aa2e11..672f333e16 100644 --- a/docs/manual/mod/mod_dir.html +++ b/docs/manual/mod/mod_dir.html @@ -15,9 +15,24 @@ <!--#include virtual="header.html" --> <H1 ALIGN="CENTER">Module mod_dir</H1> -This module is contained in the <CODE>mod_dir.c</CODE> file, and -is compiled in by default. It provides for "trailing slash" redirects and -serving directory index files. +<p>This module provides for "trailing slash" redirects and serving +directory index files.</p> + +<P><A +HREF="module-dict.html#Status" +REL="Help" +><STRONG>Status:</STRONG></A> Base +<BR> +<A +HREF="module-dict.html#SourceFile" +REL="Help" +><STRONG>Source File:</STRONG></A> mod_dir.c +<BR> +<A +HREF="module-dict.html#ModuleIdentifier" +REL="Help" +><STRONG>Module Identifier:</STRONG></A> dir_module +</P> <H2>Summary</H2> The index of a directory can come from one of two sources: @@ -44,12 +59,13 @@ slash, so <CODE>mod_dir</CODE> issues a redirect to </MENU> <HR> -<H2><A NAME="directoryindex">DirectoryIndex</A></H2> +<H2><A NAME="directoryindex">DirectoryIndex</A> directive</H2> <!--%plaintext <?INDEX {\tt DirectoryIndex} directive> --> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> DirectoryIndex <EM>local-url local-url ...</EM><BR> +><STRONG>Syntax:</STRONG></A> DirectoryIndex <EM>local-url</em> + [<em>local-url</em>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -95,7 +111,7 @@ Note that the documents do not need to be relative to the directory; DirectoryIndex index.html index.txt /cgi-bin/index.pl</CODE></BLOCKQUOTE> would cause the CGI script <CODE>/cgi-bin/index.pl</CODE> to be executed if neither <CODE>index.html</CODE> or <CODE>index.txt</CODE> existed in -a directory.<P><HR> +a directory.<P> <!--#include virtual="footer.html" --> </BODY> diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index b9c259f7f8..bda93ec2db 100644 --- a/docs/manual/mod/mod_env.html +++ b/docs/manual/mod/mod_env.html @@ -60,7 +60,8 @@ rewriting all their scripts</p> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> PassEnv <EM>variable variable ...</EM><BR> +><STRONG>Syntax:</STRONG></A> PassEnv <EM>variable</em> + [<em>variable</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -122,7 +123,8 @@ scripts. Example: <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>variable variable ...</EM><BR> +><STRONG>Syntax:</STRONG></A> UnsetEnv <EM>variable</em> + [<em>variable</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_expires.html b/docs/manual/mod/mod_expires.html index 7e62e25af3..c80b194ae0 100644 --- a/docs/manual/mod/mod_expires.html +++ b/docs/manual/mod/mod_expires.html @@ -32,6 +32,11 @@ REL="Help" HREF="module-dict.html#ModuleIdentifier" REL="Help" ><STRONG>Module Identifier:</STRONG></A> expires_module +<BR> +<A +HREF="module-dict.html#Compatibility" +REL="Help" +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.2 and later. </P> @@ -158,7 +163,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> ExpiresActive <EM>boolean</EM> + ><STRONG>Syntax:</STRONG></A> ExpiresActive on|off <BR> <A HREF="directive-dict.html#Context" diff --git a/docs/manual/mod/mod_ext_filter.html b/docs/manual/mod/mod_ext_filter.html index 43ee39d155..ea13758315 100644 --- a/docs/manual/mod/mod_ext_filter.html +++ b/docs/manual/mod/mod_ext_filter.html @@ -223,7 +223,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> ExtFilterOptions <EM>option option ...</EM> + ><STRONG>Syntax:</STRONG></A> ExtFilterOptions <EM>option</em> + [<em>option</EM>] ... <BR> <A HREF="directive-dict.html#Default" diff --git a/docs/manual/mod/mod_file_cache.html b/docs/manual/mod/mod_file_cache.html index 6abbdcb9e3..8e8b34325b 100644 --- a/docs/manual/mod/mod_file_cache.html +++ b/docs/manual/mod/mod_file_cache.html @@ -132,7 +132,7 @@ <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename ...</EM> + ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename</EM> [<em>filename</em>] ... <BR> <A HREF="directive-dict.html#Default" @@ -189,13 +189,14 @@ MMapFile /usr/local/apache/htdocs/index.html </PRE> +<hr> <H2><A NAME="cachefile">CacheFile</A></H2> <P> <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> CacheFile <EM>filename ...</EM> + ><STRONG>Syntax:</STRONG></A> CacheFile <EM>filename</EM> [<em>filename</em>] ... <BR> <A HREF="directive-dict.html#Default" diff --git a/docs/manual/mod/mod_headers.html b/docs/manual/mod/mod_headers.html index 3d79eaa238..da1d7e19bc 100644 --- a/docs/manual/mod/mod_headers.html +++ b/docs/manual/mod/mod_headers.html @@ -32,6 +32,11 @@ REL="Help" HREF="module-dict.html#ModuleIdentifier" REL="Help" ><STRONG>Module Identifier:</STRONG></A> headers_module +<BR> +<A +HREF="module-dict.html#Compatibility" +REL="Help" +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.2 and later. </P> <h2>Summary</h2> @@ -50,7 +55,7 @@ headers. Headers can be merged, replaced or removed. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> Header [ set | append | add ] +><STRONG>Syntax:</STRONG></A> Header set|append|add <EM>header</EM> <EM>value</EM><BR> <A HREF="directive-dict.html#Syntax" diff --git a/docs/manual/mod/mod_imap.html b/docs/manual/mod/mod_imap.html index bdced14529..d8e6719feb 100644 --- a/docs/manual/mod/mod_imap.html +++ b/docs/manual/mod/mod_imap.html @@ -230,8 +230,8 @@ rect mailto:nate@tripod.com 100,150 200,0 "Bugs?" <BR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ImapMenu <CODE>{none, formatted, semiformatted, - unformatted}</CODE><BR> +><STRONG>Syntax:</STRONG></A> ImapMenu + none|formatted|semiformatted|unformatted<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -283,8 +283,8 @@ is called without valid coordinates. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ImapDefault <CODE>{error, nocontent, - map, referer, URL}</CODE><BR> +><STRONG>Syntax:</STRONG></A> ImapDefault + error|nocontent|map|referer|<em>URL</em><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -317,7 +317,7 @@ case, the client should continue to display the original page. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ImapBase <CODE>{map, referer, URL}</CODE><BR> +><STRONG>Syntax:</STRONG></A> ImapBase map|referer|<em>URL</em><BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_include.html b/docs/manual/mod/mod_include.html index 81bf59e010..811216471f 100644 --- a/docs/manual/mod/mod_include.html +++ b/docs/manual/mod/mod_include.html @@ -415,7 +415,7 @@ customized server error documents. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> XBitHack <EM>status</EM><BR> +><STRONG>Syntax:</STRONG></A> XBitHack on|off|full<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -439,8 +439,7 @@ customized server error documents. The XBitHack directives controls the parsing of ordinary html documents. This directive only affects files associated with the MIME type -<CODE>text/html</CODE>. -<EM>Status</EM> can have the following values: +<CODE>text/html</CODE>. XBitHack can take on the following values: <DL> <DT>off <DD>No special treatment of executable files. diff --git a/docs/manual/mod/mod_isapi.html b/docs/manual/mod/mod_isapi.html index 2e65758ee0..a81ad4d258 100644 --- a/docs/manual/mod/mod_isapi.html +++ b/docs/manual/mod/mod_isapi.html @@ -191,7 +191,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ISAPIFileCache <EM>file [file...]</EM><BR> +><STRONG>Syntax:</STRONG></A> ISAPIFileCache <EM>file</em> [<em>file</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -267,7 +267,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ISAPILogNotSupported <EM>on|off</EM><BR> +><STRONG>Syntax:</STRONG></A> ISAPILogNotSupported on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -305,7 +305,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToErrors <EM>on|off</EM><BR> +><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToErrors on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -341,7 +341,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToQuery <EM>on|off</EM><BR> +><STRONG>Syntax:</STRONG></A> ISAPIAppendLogToQuery on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_log_referer.html b/docs/manual/mod/mod_log_referer.html index 299d7c2c1c..2eb3832394 100644 --- a/docs/manual/mod/mod_log_referer.html +++ b/docs/manual/mod/mod_log_referer.html @@ -68,7 +68,8 @@ local URL to the document being referred to. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> RefererIgnore <EM>string string ...</EM><BR> +><STRONG>Syntax:</STRONG></A> RefererIgnore <EM>string</em> + [<em>string</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_mime.html b/docs/manual/mod/mod_mime.html index 2e33f9016d..da766cdddf 100644 --- a/docs/manual/mod/mod_mime.html +++ b/docs/manual/mod/mod_mime.html @@ -120,8 +120,8 @@ mod_imap imagemap file. <H2><A NAME="addcharset">AddCharset</A> directive</H2> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddCharset <i>charset extension - [extension...]</i><br> +><STRONG>Syntax:</STRONG></A> AddCharset <em>charset extension</em> + [<em>extension</em>] ...<br> <A HREF="directive-dict.html#Context" REL="Help" ><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> <A @@ -178,7 +178,8 @@ be specified with or without a leading dot.</p> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension</em> + [<em>extension</EM>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -239,7 +240,8 @@ multiple extensions</A> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension</em> + [<em>extension</EM>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -287,7 +289,8 @@ multiple extensions</A> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension</em> + [<em>extension</EM>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -360,7 +363,8 @@ HREF="./mod_negotiation.html">mod_negotiation</A> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> SetFilter <EM>Assign filters based on MIME-type...</EM><BR> +><STRONG>Syntax:</STRONG></A> SetFilter <em>MIME-type filter</em> + [<em>filter</em>] ...<br> <A HREF="directive-dict.html#Context" REL="Help" @@ -413,7 +417,8 @@ the INCLUDES filter. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension</em> + [<em>extension</EM>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -514,7 +519,7 @@ multiple extensions</A> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ForceType <EM>media type</EM><BR> +><STRONG>Syntax:</STRONG></A> ForceType <EM>media-type</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -545,7 +550,8 @@ the media type.</P><HR> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> RemoveHandler <EM>extension extension...</EM><BR> +><STRONG>Syntax:</STRONG></A> RemoveHandler <EM>extension</em> + [<em>extension</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_mmap_static.html b/docs/manual/mod/mod_mmap_static.html index 26743569f9..5a9749c439 100644 --- a/docs/manual/mod/mod_mmap_static.html +++ b/docs/manual/mod/mod_mmap_static.html @@ -73,7 +73,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename ...</EM> + ><STRONG>Syntax:</STRONG></A> MMapFile <EM>filename</em> + [<em>filename</em>] ... <BR> <A HREF="directive-dict.html#Default" diff --git a/docs/manual/mod/mod_negotiation.html b/docs/manual/mod/mod_negotiation.html index 8e1a7ed8da..d53bb52c87 100644 --- a/docs/manual/mod/mod_negotiation.html +++ b/docs/manual/mod/mod_negotiation.html @@ -130,7 +130,7 @@ requirements, and returns that document.<P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs <EM>boolean</EM><BR> +><STRONG>Syntax:</STRONG></A> CacheNegotiatedDocs on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -167,13 +167,15 @@ HTTP/1.1 requests. <P>Prior to version 2.0, CacheNegotiatedDocs did not take an argument; it was turned on by the presence of the directive by itself. +<hr> <H2><A NAME="languagepriority">LanguagePriority</A> directive</H2> <!--%plaintext <?INDEX {\tt LanguagePriority} directive> --> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>MIME-lang MIME-lang...</EM><BR> +><STRONG>Syntax:</STRONG></A> LanguagePriority <EM>MIME-lang</em> + [<em>MIME-lang</EM>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 4b1551793c..f237cea8aa 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -178,7 +178,7 @@ since the user's bookmark files will then contain fully qualified hosts.</P> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyRequests <EM>on/off</EM><BR> +><STRONG>Syntax:</STRONG></A> ProxyRequests on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -215,7 +215,7 @@ HREF="#proxypass">ProxyPass</A> directive. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyRemote <EM><match> <remote-server></EM><BR> +><STRONG>Syntax:</STRONG></A> ProxyRemote <EM>match remote-server</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -242,17 +242,17 @@ HREF="#proxypass">ProxyPass</A> directive. ><STRONG>Compatibility:</STRONG></A> ProxyRemote is only available in Apache 1.1 and later.<P> -This defines remote proxies to this proxy. <match> is either the +This defines remote proxies to this proxy. <em>match</em> is either the name of a URL-scheme that the remote server supports, or a partial URL for which the remote server should be used, or '*' to indicate the -server should be contacted for all requests. <remote-server> is a +server should be contacted for all requests. <em>remote-server</em> is a partial URL for the remote server. Syntax: <PRE> - <remote-server> = <protocol>://<hostname>[:port] + remote-server = protocol://hostname[:port] </PRE> -<protocol> is the protocol that should be used to communicate +<em>protocol</em> is the protocol that should be used to communicate with the remote server; only "http" is supported by this module. <P> Example: @@ -272,7 +272,7 @@ them. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyPass <EM><path> <url></EM><BR> +><STRONG>Syntax:</STRONG></A> ProxyPass <EM>path url</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -301,8 +301,8 @@ Apache 1.1 and later.<P> This directive allows remote servers to be mapped into the space of the local server; the local server does not act as a proxy in the conventional sense, -but appears to be a mirror of the remote server. <path> is the name of -a local virtual path; <url> is a partial URL for the remote server. +but appears to be a mirror of the remote server. <em>path</em> is the name of +a local virtual path; <em>url</em> is a partial URL for the remote server. <P> Suppose the local server has address <SAMP>http://wibble.org/</SAMP>; then <PRE> @@ -319,7 +319,7 @@ internally converted into a proxy request to <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyPassReverse <EM><path> <url></EM><BR> +><STRONG>Syntax:</STRONG></A> ProxyPassReverse <EM>path url</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -351,8 +351,8 @@ HTTP redirect responses. For instance this is essential when Apache is used as a reverse proxy to avoid by-passing the reverse proxy because of HTTP redirects on the backend servers which stay behind the reverse proxy. <P> -<path> is the name of a local virtual path.<BR> -<url> is a partial URL for the remote server - the same way they are +<em>path</em> is the name of a local virtual path.<BR> +<em>url</em> is a partial URL for the remote server - the same way they are used for the <TT>ProxyPass</TT> directive. <P> Example:<BR> @@ -384,7 +384,8 @@ conjunction with the proxy pass-through feature ("<SAMP>RewriteRule ... <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> AllowCONNECT <EM><port list></EM><BR> +><STRONG>Syntax:</STRONG></A> AllowCONNECT <EM>port</EM> + [<em>port</em>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -426,7 +427,8 @@ listed ports only. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyBlock <EM><word/host/domain list></EM><BR> +><STRONG>Syntax:</STRONG></A> ProxyBlock *|<EM>word|host|domain</EM> + [<em>word|host|domain</em>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -482,7 +484,7 @@ blocks connections to all sites. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyReceiveBufferSize <EM><bytes></EM><BR> +><STRONG>Syntax:</STRONG></A> ProxyReceiveBufferSize <EM>bytes</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -527,11 +529,15 @@ Example: <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> NoProxy { <A HREF="#domain"><EM><Domain></EM></A> - | <A HREF="#subnet"><EM><SubNet></EM></A> - | <A HREF="#ipaddr"><EM><IpAddr></EM></A> - | <A HREF="#hostname"><EM><Hostname></EM></A> - } <BR> +><STRONG>Syntax:</STRONG></A> NoProxy + <A HREF="#domain"><EM>Domain</EM></A>|<A + HREF="#subnet"><EM>SubNet</EM></A>|<A + HREF="#ipaddr"><EM>IpAddr</EM></A>|<A + HREF="#hostname"><EM>Hostname</EM></A> +[<A HREF="#domain"><EM>Domain</EM></A>|<A + HREF="#subnet"><EM>SubNet</EM></A>|<A + HREF="#ipaddr"><EM>IpAddr</EM></A>|<A + HREF="#hostname"><EM>Hostname</EM></A>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -664,7 +670,7 @@ The arguments to the NoProxy directive are one of the following type list: <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyDomain <EM><Domain></EM><BR> +><STRONG>Syntax:</STRONG></A> ProxyDomain <EM>Domain</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -711,11 +717,7 @@ Example: <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ProxyVia { <EM>off</EM> - | <EM>on</EM> - | <EM>full</EM> - | <EM>block</EM> - }<BR> +><STRONG>Syntax:</STRONG></A> ProxyVia on|off|full|block<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -763,7 +765,7 @@ additionally have the Apache server version shown as a <SAMP>Via:</SAMP> comment <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheForceCompletion <EM><percentage></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheForceCompletion <EM>percentage</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -804,7 +806,7 @@ was allowed to complete. A number between 60 and 90 is recommended. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheRoot <EM><directory></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheRoot <EM>directory</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -845,7 +847,7 @@ cacheing will be available. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheSize <EM><size></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheSize <EM>kilobytes</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -884,7 +886,7 @@ use a value which is at least 20 to 40 % lower than the available space. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheGcInterval <EM><time></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheGcInterval <EM>hours</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -911,17 +913,17 @@ use a value which is at least 20 to 40 % lower than the available space. ><STRONG>Compatibility:</STRONG></A> CacheGcinterval is only available in Apache 1.1 and later.<P> -Check the cache every <time> hours, and delete files if the space -usage is greater than that set by CacheSize. Note that <time> accepts a -float value, you could for example use <CODE>CacheGcInterval 1.5</CODE> to -check the cache every 90 minutes. (If unset, no garbage collection will -be performed, and the cache will grow indefinitely.) -Note also that the larger the <CODE>CacheGcInterval</CODE>, the more -extra space beyond the configured <CODE>CacheSize</CODE> will be -needed for the cache between garbage collections.<BR> <!-- -Note that due to a design flaw, Apache does not automatically force a -garbage collection when the available space on the file system where -the cache resides is exhausted. --> +Check the cache after the specified number of <em>hours</em>, and +delete files if the space usage is greater than that set by +CacheSize. Note that <em>hours</em> accepts a float value, you could for +example use <CODE>CacheGcInterval 1.5</CODE> to check the cache every +90 minutes. (If unset, no garbage collection will be performed, and +the cache will grow indefinitely.) Note also that the larger the +<CODE>CacheGcInterval</CODE>, the more extra space beyond the +configured <CODE>CacheSize</CODE> will be needed for the cache between +garbage collections.<BR> <!-- Note that due to a design flaw, Apache +does not automatically force a garbage collection when the available +space on the file system where the cache resides is exhausted. --> <HR> @@ -929,7 +931,7 @@ the cache resides is exhausted. --> <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheMaxExpire <EM><time></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheMaxExpire <EM>hours</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -956,10 +958,11 @@ the cache resides is exhausted. --> ><STRONG>Compatibility:</STRONG></A> CacheMaxExpire is only available in Apache 1.1 and later.<P> -Cachable HTTP documents will be retained for at most <time> hours without -checking the origin server. Thus documents can be at most <time> -hours out of date. This restriction is enforced even if an expiry date -was supplied with the document. +<p>Specifies the maximum number of <em>hours</em> for which cachable HTTP +documents will be retained without checking the origin server. Thus, +documents will be out of date at most this number of <em>hours</em> +This restriction is enforced even if an expiry date was supplied with +the document.</p> <HR> @@ -967,7 +970,7 @@ was supplied with the document. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheLastModifiedFactor <EM><factor></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheLastModifiedFactor <EM>factor</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -997,10 +1000,10 @@ Apache 1.1 and later.<P> If the origin HTTP server did not supply an expiry date for the document, then estimate one using the formula <PRE> - expiry-period = time-since-last-modification * <factor> + expiry-period = time-since-last-modification * <em>factor</em> </PRE> For example, if the document was last modified 10 hours ago, and -<factor> is 0.1, then the expiry period will be set to 10*0.1 = 1 hour. +<em>factor</em> is 0.1, then the expiry period will be set to 10*0.1 = 1 hour. <P>If the expiry-period would be longer than that set by CacheMaxExpire, then the latter takes precedence. @@ -1011,7 +1014,7 @@ then the latter takes precedence. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheDirLevels <EM><levels></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheDirLevels <EM>levels</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1038,8 +1041,9 @@ then the latter takes precedence. ><STRONG>Compatibility:</STRONG></A> CacheDirLevels is only available in Apache 1.1 and later.<P> -CacheDirLevels sets the number of levels of subdirectories in the cache. -Cached data will be saved this many directory levels below CacheRoot. +CacheDirLevels sets the number of <em>levels</em> of subdirectories in +the cache. Cached data will be saved this many directory levels below +CacheRoot. <HR> @@ -1047,7 +1051,7 @@ Cached data will be saved this many directory levels below CacheRoot. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheDirLength <EM><length></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheDirLength <EM>length</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1082,7 +1086,7 @@ CacheDirLength sets the number of characters in proxy cache subdirectory names. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CacheDefaultExpire <EM><time></EM><BR> +><STRONG>Syntax:</STRONG></A> CacheDefaultExpire <EM>hours</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -1110,7 +1114,7 @@ CacheDirLength sets the number of characters in proxy cache subdirectory names. Apache 1.1 and later.<P> If the document is fetched via a protocol that does not support expiry times, -then use <time> hours as the expiry time. +then use the specified number of <em>hours</em> as the expiry time. <A HREF="#cachemaxexpire">CacheMaxExpire</A> does <STRONG>not</STRONG> override this setting. @@ -1120,7 +1124,8 @@ override this setting. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> NoCache <EM><word/host/domain list></EM><BR> +><STRONG>Syntax:</STRONG></A> NoCache *|<EM>word|host|domain</EM> + [<em>word|host|domain</em>] ...<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index d473ebb8a7..bb8a2b365c 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -322,12 +322,12 @@ of the available directives. HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> - <CODE>RewriteEngine</CODE> {<CODE>on,off</CODE>}<BR> + RewriteEngine on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" ><STRONG>Default:</STRONG></A> - <STRONG><CODE>RewriteEngine off</CODE></STRONG><BR> + <CODE>RewriteEngine off</CODE><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -373,7 +373,7 @@ directive for each virtual host in which you wish to use it. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteOptions</CODE> <EM>Option</EM><BR> +><STRONG>Syntax:</STRONG></A> RewriteOptions <EM>Option</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -422,7 +422,7 @@ strings can be one of the following: <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteLog</CODE> <EM>Filename</EM><BR> +><STRONG>Syntax:</STRONG></A> RewriteLog <EM>Filename</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -496,11 +496,11 @@ RewriteLog "/usr/local/var/apache/logs/rewrite.log" <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteLogLevel</CODE> <EM>Level</EM><BR> +><STRONG>Syntax:</STRONG></A> RewriteLogLevel <EM>Level</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" -><STRONG>Default:</STRONG></A> <STRONG><CODE>RewriteLogLevel 0</CODE></STRONG> +><STRONG>Default:</STRONG></A> <CODE>RewriteLogLevel 0</CODE> <BR> <A HREF="directive-dict.html#Context" @@ -559,7 +559,7 @@ RewriteLogLevel 3 <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteLock</CODE> <EM>Filename</EM><BR> +><STRONG>Syntax:</STRONG></A> RewriteLock <EM>Filename</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -600,8 +600,8 @@ other types of rewriting maps. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteMap</CODE> <EM>MapName </EM> - <EM>MapType</EM><CODE>:</CODE><EM>MapSource</EM><BR> +><STRONG>Syntax:</STRONG></A> RewriteMap <EM>MapName </EM> + <EM>MapType</EM>:<EM>MapSource</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -844,7 +844,7 @@ external lookup only happens once! <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteBase</CODE> <EM>BaseURL</EM><BR> +><STRONG>Syntax:</STRONG></A> RewriteBase <EM>BaseURL</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -975,7 +975,7 @@ sure the design and implementation is correct. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteCond</CODE> <EM>TestString</EM> +><STRONG>Syntax:</STRONG></A> RewriteCond <EM>TestString</EM> <EM>CondPattern</EM><BR> <A HREF="directive-dict.html#Default" @@ -1324,7 +1324,7 @@ use any other browser you get the standard homepage. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> <CODE>RewriteRule</CODE> <EM>Pattern</EM> <EM>Substitution</EM><BR> +><STRONG>Syntax:</STRONG></A> RewriteRule <EM>Pattern</EM> <EM>Substitution</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_setenvif.html b/docs/manual/mod/mod_setenvif.html index a86bbfdef8..0ae7bd135d 100644 --- a/docs/manual/mod/mod_setenvif.html +++ b/docs/manual/mod/mod_setenvif.html @@ -74,7 +74,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex envar[=value] [...]</EM> + ><STRONG>Syntax:</STRONG></A> BrowserMatch <EM>regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" @@ -175,8 +176,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex envar[=value] - [...]</EM> + ><STRONG>Syntax:</STRONG></A> BrowserMatchNoCase <EM>regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" @@ -249,8 +250,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex envar[=value] - [...]</EM> + ><STRONG>Syntax:</STRONG></A> SetEnvIf <EM> attribute regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" @@ -360,8 +361,8 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase - <EM> attribute regex envar[=value] [...]</EM> + ><STRONG>Syntax:</STRONG></A> SetEnvIfNoCase <EM> attribute regex + envar</em>[=<em>value</em>] [<em>envar</em>[=<em>value</em>]] ... <BR> <A HREF="directive-dict.html#Default" diff --git a/docs/manual/mod/mod_so.html b/docs/manual/mod/mod_so.html index 78347d799e..8c837a4209 100644 --- a/docs/manual/mod/mod_so.html +++ b/docs/manual/mod/mod_so.html @@ -121,7 +121,8 @@ two modules into a single module for all operating systems. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> LoadFile <EM>filename filename ...</EM><BR> +><STRONG>Syntax:</STRONG></A> LoadFile <EM>filename</em> + [<em>filename</em>] ...<BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -160,10 +161,12 @@ HREF="core.html#serverroot">ServerRoot</A>.<P><HR> REL="Help" ><STRONG>Module:</STRONG></A> mod_so<P> -The LoadModule directive links in the object file or library <EM>filename</EM> -and adds the module structure named <EM>module</EM> to the list of active -modules. <EM>Module</EM> is the name of the external variable of type -<CODE>module</CODE> in the file. Example (Unix): +The LoadModule directive links in the object file or library +<EM>filename</EM> and adds the module structure named <EM>module</EM> +to the list of active modules. <EM>Module</EM> is the name of the +external variable of type <CODE>module</CODE> in the file, and is +listed as the <a href="module-dict.html#ModuleIdentifier">Module +Identifier</a> in the module documentation. Example (Unix): <BLOCKQUOTE><CODE> LoadModule status_module modules/mod_status.so </CODE></BLOCKQUOTE> diff --git a/docs/manual/mod/mod_speling.html b/docs/manual/mod/mod_speling.html index 574b31b683..cc294cdcee 100644 --- a/docs/manual/mod/mod_speling.html +++ b/docs/manual/mod/mod_speling.html @@ -77,7 +77,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> CheckSpelling <EM>on/off</EM><BR> + ><STRONG>Syntax:</STRONG></A> CheckSpelling on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_status.html b/docs/manual/mod/mod_status.html index d33d16ceec..f3e5813e61 100644 --- a/docs/manual/mod/mod_status.html +++ b/docs/manual/mod/mod_status.html @@ -127,7 +127,7 @@ directory of Apache, <CODE>log_server_status</CODE>. <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> ExtendedStatus <EM>On|Off</EM><BR> +><STRONG>Syntax:</STRONG></A> ExtendedStatus On|Off<BR> <A HREF="directive-dict.html#Default" REL="Help" diff --git a/docs/manual/mod/mod_userdir.html b/docs/manual/mod/mod_userdir.html index 56c57ec034..98894962c8 100644 --- a/docs/manual/mod/mod_userdir.html +++ b/docs/manual/mod/mod_userdir.html @@ -46,7 +46,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> UserDir <EM>directory/filename</EM><BR> +><STRONG>Syntax:</STRONG></A> UserDir <EM>directory-filename</EM><BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -73,7 +73,7 @@ list of usernames, is only available in Apache 1.3 and above.<P> The UserDir directive sets the real directory in a user's home directory to use when a request for a document for a user is received. -<EM>Directory/filename</EM> is one of the following: +<EM>Directory-filename</EM> is one of the following: </P> <UL> <LI>The name of a directory or a pattern such as those shown below. diff --git a/docs/manual/mod/mod_usertrack.html b/docs/manual/mod/mod_usertrack.html index 69c27990f4..a98875113e 100644 --- a/docs/manual/mod/mod_usertrack.html +++ b/docs/manual/mod/mod_usertrack.html @@ -192,7 +192,7 @@ include A-Z, a-z, 0-9, "_", and "-". <A HREF="directive-dict.html#Syntax" REL="Help" -><STRONG>Syntax:</STRONG></A> CookieTracking <EM>on | off</EM><BR> +><STRONG>Syntax:</STRONG></A> CookieTracking on|off<BR> <A HREF="directive-dict.html#Context" REL="Help" diff --git a/docs/manual/mod/mpm_common.html b/docs/manual/mod/mpm_common.html index 8efc5e7844..00ec7ae207 100644 --- a/docs/manual/mod/mpm_common.html +++ b/docs/manual/mod/mpm_common.html @@ -49,7 +49,7 @@ than one multi-processing module (MPM). HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> - <CODE>ConnectionStatus</CODE> {<CODE>on,off</CODE>}<BR> + ConnectionStatus on|off<BR> <A HREF="directive-dict.html#Default" REL="Help" @@ -198,7 +198,7 @@ signal to the process id listed in the PidFile.</p> HREF="directive-dict.html#Syntax" REL="Help" ><STRONG>Syntax:</STRONG></A> -Listen [<EM>IP address</EM>:]<EM>port number</EM><BR> +Listen [<EM>IP-address</EM>:]<EM>port number</EM><BR> <A HREF="directive-dict.html#Context" REL="Help" @@ -767,7 +767,7 @@ with the user specified in the main User directive.<P> SECURITY: Don't set User (or <A HREF="#group">Group</A>) to <CODE>root</CODE> unless you know exactly what you are doing, and what the -dangers are.<P><HR> +dangers are.<P> <!--#include virtual="footer.html" --> </BODY> |