summaryrefslogtreecommitdiff
path: root/docs/manual/server-wide.html.en
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-03-12 12:21:49 +0000
committerRich Bowen <rbowen@apache.org>2010-03-12 12:21:49 +0000
commita12b88d9919e17c34a5818a590c3701533214a51 (patch)
tree6a6cae13acb96a06eb4e57350b04584f77984a80 /docs/manual/server-wide.html.en
parentcc64f98d335471072881565c2410bc856a85e4d7 (diff)
downloadhttpd-a12b88d9919e17c34a5818a590c3701533214a51.tar.gz
Correct usage of 'Apache' vs 'httpd' and 'Apache HTTP Server'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@922232 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/server-wide.html.en')
-rw-r--r--docs/manual/server-wide.html.en8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/server-wide.html.en b/docs/manual/server-wide.html.en
index 422623a6f8..d6529cc5b4 100644
--- a/docs/manual/server-wide.html.en
+++ b/docs/manual/server-wide.html.en
@@ -54,7 +54,7 @@ the basic operations of the server.</p>
directives are used by the server to determine how to construct
self-referential URLs. For example, when a client requests a
directory, but does not include the trailing slash in the
- directory name, Apache must redirect the client to the full
+ directory name, httpd must redirect the client to the full
name including the trailing slash so that the client will
correctly resolve relative references in the document.</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
@@ -65,7 +65,7 @@ the basic operations of the server.</p>
<table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td /><td><ul><li><code class="directive"><a href="./mod/mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></code></li><li><code class="directive"><a href="./mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="./mod/core.html#errorlog">ErrorLog</a></code></li><li><code class="directive"><a href="./mod/core.html#mutex">Mutex</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#pidfile">PidFile</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#scoreboardfile">ScoreBoardFile</a></code></li><li><code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code></li></ul></td></tr></table>
<p>These directives control the locations of the various files
- that Apache needs for proper operation. When the pathname used
+ that httpd needs for proper operation. When the pathname used
does not begin with a slash (/), the files are located relative
to the <code class="directive"><a href="./mod/core.html#serverroot">ServerRoot</a></code>. Be careful
about locating files in paths which are writable by non-root users.
@@ -80,13 +80,13 @@ the basic operations of the server.</p>
<p>The <code class="directive">LimitRequest</code>*
directives are used to place limits on the amount of resources
- Apache will use in reading requests from clients. By limiting
+ httpd will use in reading requests from clients. By limiting
these values, some kinds of denial of service attacks can be
mitigated.</p>
<p>The <code class="directive">RLimit</code>* directives
are used to limit the amount of resources which can be used by
- processes forked off from the Apache children. In particular,
+ processes forked off from the httpd children. In particular,
this will control resources used by CGI scripts and SSI exec
commands.</p>