From: brian Date: Thu, 12 Dec 1996 01:09:58 +0000 (+0000) Subject: Reviewed by: Brian Behlendorf X-Git-Tag: APACHE_1_2b3~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1854018955cb8c1a9da408f0145f4789afa54e7d;p=apache Reviewed by: Brian Behlendorf Submitted by: Martin Kraemer More link surgery - I think this should be it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77274 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.html b/docs/manual/content-negotiation.html index 6c589a9efb..4947e3a6a6 100644 --- a/docs/manual/content-negotiation.html +++ b/docs/manual/content-negotiation.html @@ -16,7 +16,7 @@ supported in the CERN server for a while, and while it is not yet supported in the NCSA server, it is likely to assume a new importance in light of the emergence of HTML3 capable browsers.

-The Apache module mod_negotiation handles +The Apache module mod_negotiation handles content negotiation in two different ways; special treatment for the pseudo-mime-type application/x-type-map, and the MultiViews per-directory Option (which can be set in srm.conf, or in diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en index 6c589a9efb..4947e3a6a6 100644 --- a/docs/manual/content-negotiation.html.en +++ b/docs/manual/content-negotiation.html.en @@ -16,7 +16,7 @@ supported in the CERN server for a while, and while it is not yet supported in the NCSA server, it is likely to assume a new importance in light of the emergence of HTML3 capable browsers.

-The Apache module mod_negotiation handles +The Apache module mod_negotiation handles content negotiation in two different ways; special treatment for the pseudo-mime-type application/x-type-map, and the MultiViews per-directory Option (which can be set in srm.conf, or in diff --git a/docs/manual/developer/API.html b/docs/manual/developer/API.html index cf58146e3f..7bb98773ed 100644 --- a/docs/manual/developer/API.html +++ b/docs/manual/developer/API.html @@ -984,4 +984,3 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url) - diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html index 73c570016a..4a594d3577 100644 --- a/docs/manual/invoking.html +++ b/docs/manual/invoking.html @@ -76,7 +76,7 @@ The filename may be overridden with the However, these conventions need not be adhered to.

The server also reads a file containing mime document types; the filename -is set by the TypesConfig directive, +is set by the TypesConfig directive, and is conf/mime.types by default.

Log files

diff --git a/docs/manual/invoking.html.en b/docs/manual/invoking.html.en index 73c570016a..4a594d3577 100644 --- a/docs/manual/invoking.html.en +++ b/docs/manual/invoking.html.en @@ -76,7 +76,7 @@ The filename may be overridden with the However, these conventions need not be adhered to.

The server also reads a file containing mime document types; the filename -is set by the TypesConfig directive, +is set by the TypesConfig directive, and is conf/mime.types by default.

Log files

diff --git a/docs/manual/location.html b/docs/manual/location.html index b4da28da01..36e5944c0a 100644 --- a/docs/manual/location.html +++ b/docs/manual/location.html @@ -16,7 +16,7 @@

The <Location> directive provides for access control by URL. It is comparable to the <Directory> directive, and +href="mod/core.html#directory"><Directory> directive, and should be matched with a </Location> directive. Directives that apply to the URL given should be listen within. <Location> sections are processed in the @@ -33,7 +33,7 @@ string, `?' matches any single character, and `*' matches any sequences of characters.

This functionality is especially useful when combined with the -SetHandler +SetHandler directive. For example, to enable status requests, but allow them only from browsers at foo.com, you might use: diff --git a/docs/manual/misc/API.html b/docs/manual/misc/API.html index cf58146e3f..7bb98773ed 100644 --- a/docs/manual/misc/API.html +++ b/docs/manual/misc/API.html @@ -984,4 +984,3 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url) - diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 7fc74891a7..ba39c16782 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -541,7 +541,7 @@ server resources. Set this to 0 to disable support. The number of seconds Apache will wait for a subsequent request before closing the connection. Once a request has been received, the timeout value specified by the Timeout directive +href="#timeout">Timeout directive applies.


diff --git a/docs/manual/mod/mod_cern_meta.html b/docs/manual/mod/mod_cern_meta.html index 25c030e4ad..7210717722 100644 --- a/docs/manual/mod/mod_cern_meta.html +++ b/docs/manual/mod/mod_cern_meta.html @@ -24,7 +24,7 @@ chosen because there is already a large number of CERN users who can exploit this module.

More information on the -CERN metafile semantics is available.

Directives

diff --git a/docs/manual/mod/mod_imap.html b/docs/manual/mod/mod_imap.html index 50ae2b299b..e3f0e46f56 100644 --- a/docs/manual/mod/mod_imap.html +++ b/docs/manual/mod/mod_imap.html @@ -8,16 +8,13 @@

Module mod_imap

-This module is contained in the mod_imap.c file, and -is compiled in by default. It provides for .map files, -replacing the functionality of the imagemap CGI program. Any -directory or document type configured to use the handler imap-file -(using either AddHandler - or SetHandler) - -will be +This module is contained in the mod_imap.c file, and is +compiled in by default. It provides for .map files, +replacing the functionality of the imagemap CGI +program. Any directory or document type configured to use the handler +imap-file (using either AddHandler or SetHandler) will be processed by this module.

Summary