summaryrefslogtreecommitdiff
path: root/docs/manual/invoking.html
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-10-19 06:05:39 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-10-19 06:05:39 +0000
commitcef27f231453a8979ea21a2632ea11b395f85dbd (patch)
tree7b3554a2174871b9e74c9a23a34efa6ae2eeaa38 /docs/manual/invoking.html
parent67cc0d578c794c9349f947a9caadd4fb69fcd096 (diff)
downloadhttpd-cef27f231453a8979ea21a2632ea11b395f85dbd.tar.gz
Remove all references to the Port directive and replace it with
appropriate links to the Listen directive. If I had known that so many files had the Port directive in it, I would have bundled this up as one big commit. *sigh* I just kept looking and finding new files, fixing, and committing. So, this should be the rest of them for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/invoking.html')
-rw-r--r--docs/manual/invoking.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/invoking.html b/docs/manual/invoking.html
index 1957e59ed7..a9c625551f 100644
--- a/docs/manual/invoking.html
+++ b/docs/manual/invoking.html
@@ -46,8 +46,8 @@
is run as a daemon which executes continuously in the
background to handle requests.</p>
- <p>If the <a href="mod/core.html#port">Port</a> specified in
- the configuration file is the default of 80 (or any other port
+ <p>If the <a href="mod/mpm_common.html#Listen">Listen</a> specified in
+ the configuration file is default of 80 (or any other port
below 1024), then it is necessary to have root privileges in
order to start apache, so that it can bind to this privileged
port. Once the server has started and performed a few