From 2406daef0ece7295449cfda40eeb69a8259d0f8e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 5 May 2004 03:21:23 +0000 Subject: fix various mispellings and style problems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 28732 Submitted by: Ville Skytt� Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103615 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 27 ++++++++++++++------------- docs/manual/mod/core.xml | 29 +++++++++++++++-------------- 2 files changed, 29 insertions(+), 27 deletions(-) (limited to 'docs') diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 30ad64397a..f213b354de 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -279,14 +279,14 @@ response without an explicit character set

Note

Enabling filters with AddOutputFilterByType - may fail partially or completely in some cases. For expample, no + may fail partially or completely in some cases. For example, no filters are applied if the MIME-type could not be determined and falls back to the DefaultType setting, even if the DefaultType is the same.

However, if you want to make sure, that the filters will be - applied, assign the content type to a resource explicitely, for + applied, assign the content type to a resource explicitly, for example with AddType or ForceType. Setting the content type within a (non-nph) CGI script is also safe.

@@ -323,7 +323,7 @@ be passed through

Note

Allowing encoded slashes does not imply decoding. - Occurences of %2F or %5C (only on + Occurrences of %2F or %5C (only on according systems) will be left as such in the otherwise decoded URL string.

@@ -858,7 +858,7 @@ Location static file -- Apache uses sendfile to deliver the file contents without ever reading the file if the OS supports it.

-

This sendfile mechanism avoids seperate read and send operations, +

This sendfile mechanism avoids separate read and send operations, and buffer allocations. But on some platforms or within some filesystems, it is better to disable this feature to avoid operational problems:

@@ -976,7 +976,7 @@ in case of an error the type of error, but in general, if you make your error document greater than 512 bytes, then MSIE will show the server-generated error rather than masking it. More information is available in - Microsoft Knowledgebase article Q294807.

+ Microsoft Knowledge Base article Q294807.

Prior to version 2.0, messages were indicated by prefixing them with a single unmatched double quote character.

@@ -1027,7 +1027,7 @@ in case of an error

SECURITY: See the security tips document for details on why your security could be compromised - if the directory where logfiles are stored is writable by + if the directory where log files are stored is writable by anyone other than the user that starts the server.

Note

When entering a file path on non-Unix platforms, care should be taken @@ -1239,7 +1239,7 @@ MIME content-type logged (and passed to CGIs/SSIs in REMOTE_HOST). The value Double refers to doing double-reverse DNS lookup. That is, after a reverse lookup is performed, a forward - lookup is then performed on that result. At least one of the ip + lookup is then performed on that result. At least one of the IP addresses in the forward lookup must match the original address. (In "tcpwrappers" terminology this is called PARANOID.)

@@ -2097,7 +2097,7 @@ hosting

Note

Note, that the "main server" and any _default_ servers will never be served for a request to a - NameVirtualHost IP Address (unless for some + NameVirtualHost IP address (unless for some reason you specify NameVirtualHost but then don't define any VirtualHosts for that address).

@@ -2449,7 +2449,7 @@ processes launched by Apache children

Note

If CGI processes are not running - under userids other than the web server userid, this directive + under user ids other than the web server user id, this directive will limit the number of processes that the server itself can create. Evidence of this situation will be indicated by cannot fork messages in the @@ -2637,9 +2637,9 @@ itself

The ServerName directive sets the hostname and port that the server uses to identify itself. This is used when creating redirection URLs. For example, if the name of the - machine hosting the webserver is simple.example.com, + machine hosting the web server is simple.example.com, but the machine also has the DNS alias www.example.com - and you wish the webserver to be so identified, the following + and you wish the web server to be so identified, the following directive should be used:

@@ -2649,7 +2649,8 @@ itself

If no ServerName is specified, then the server attempts to deduce the hostname by performing a reverse lookup on the IP address. If no port is specified in the - servername, then the server will use the port from the incoming + ServerName, then the server will use the port + from the incoming request. For optimal reliability and predictability, you should specify an explicit hostname and port using the ServerName directive.

@@ -3130,7 +3131,7 @@ hostname or IP address

Security

See the security tips document for details on why your security could be compromised if the - directory where logfiles are stored is writable by anyone other + directory where log files are stored is writable by anyone other than the user that starts the server.

diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 8e58e0c568..fa9989c28a 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1,7 +1,7 @@ - +