From: Cliff Woolley
Date: Fri, 17 May 2002 18:24:07 +0000 (+0000)
Subject: Fix the links for the PidFile directive in stopping.html and
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e995f9bdda74dded3a14916583f42f27e34bceaf;p=apache
Fix the links for the PidFile directive in stopping.html and
add mpm_common and mod_cache to index-bytype.html (which, by the way,
is clearly the abused stepsister of index.xml/index.html... we should
find some automated way to generate the index-bytype as we have with the
regular index).
PR: 9187
Reported by: Max Dittrich
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95159 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/index-bytype.html b/docs/manual/mod/index-bytype.html
index 906ae34443..72bb095f1d 100644
--- a/docs/manual/mod/index-bytype.html
+++ b/docs/manual/mod/index-bytype.html
@@ -21,38 +21,34 @@
alphabetical list of all Apache
directives.
- Core and Mutli-Processing Modules
+ Core Features and Multi-Processing Modules
- - Core
+ - core
+ - Core Apache HTTP Server features that are always available
- - Core Apache features.
+ - mpm_common
+ - A collection of directives that are implemented by more than
+ one multi-processing module (MPM)
- - worker
-
- - Multi-Processing Module with Threading via Pthreads;
- Variable number of processes, constant number of
- threads/child
+ - mpm_netware
+ - Multi-Processing Module implementing an exclusively threaded web
+ server optimized for Novell NetWare
- mpm_winnt
-
- - Multi-Processing Module with a single control process and
- a single server process with multiple threads for Windows
- NT
+ - This Multi-Processing Module is optimized for Windows NT.
- perchild
-
- - Multi-Processing Module with the ability to server
- different virtual hosts under different userids.
+ - Multi-Processing Module allowing for daemon processes
+ serving requests to be assigned a variety of different
+ userids
- prefork
+ - Implements a non-threaded, pre-forking web server
- - Non-threaded preforking processes model similar to Apache
- 1.3
-
- - mpm_netware
-
- - Thread only model optimized for Novell NetWare
+ - worker
+ - Multi-Processing Module implementing a hybrid
+ multi-threaded multi-process web server
Environment Creation
@@ -257,6 +253,10 @@
Caching files in memory for faster serving.
+ mod_cache
+
+ Content cache keyed to URIs
+
mod_dav
Class 1,2 WebDAV HTTP
diff --git a/docs/manual/stopping.html b/docs/manual/stopping.html
index 89c1a58a3e..8e2c2b12c6 100644
--- a/docs/manual/stopping.html
+++ b/docs/manual/stopping.html
@@ -23,7 +23,7 @@
You will notice many httpd
executables running
on your system, but you should not send signals to any of them
except the parent, whose pid is in the PidFile. That is to say you
+ href="mod/mpm_common.html#pidfile">PidFile. That is to say you
shouldn't ever need to send signals to any process except the
parent. There are three signals that you can send the parent:
TERM
, HUP
, and USR1
,
@@ -46,7 +46,7 @@
Modify those examples to match your ServerRoot and PidFile settings.
+ href="mod/mpm_common.html#pidfile">PidFile settings.
A shell script called apachectl is provided which
diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en
index 89c1a58a3e..8e2c2b12c6 100644
--- a/docs/manual/stopping.html.en
+++ b/docs/manual/stopping.html.en
@@ -23,7 +23,7 @@
You will notice many httpd
executables running
on your system, but you should not send signals to any of them
except the parent, whose pid is in the PidFile. That is to say you
+ href="mod/mpm_common.html#pidfile">PidFile. That is to say you
shouldn't ever need to send signals to any process except the
parent. There are three signals that you can send the parent:
TERM
, HUP
, and USR1
,
@@ -46,7 +46,7 @@
Modify those examples to match your ServerRoot and PidFile settings.
+ href="mod/mpm_common.html#pidfile">PidFile settings.
A shell script called apachectl is provided which