diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-11-10 05:24:16 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-11-10 05:24:16 +0100 |
commit | 75856cb78fe4241d646f984e4812e1c07032abd6 (patch) | |
tree | b2dafa673bf70ab475683ecb747defae669ca397 /docs/manual/mpm.html | |
parent | I have fixed PR#4455 already. (diff) | |
download | apache2-75856cb78fe4241d646f984e4812e1c07032abd6.tar.xz apache2-75856cb78fe4241d646f984e4812e1c07032abd6.zip |
Just some things I noticed letting someone else have some desktop time.
Guess homework isn't a bad sacrifice, actually read some docs :-)
Correct me if I'm wrong on the mod_auth_digest changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86901 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mpm.html')
-rw-r--r-- | docs/manual/mpm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mpm.html b/docs/manual/mpm.html index de049532b5..75c4deb8d1 100644 --- a/docs/manual/mpm.html +++ b/docs/manual/mpm.html @@ -55,8 +55,8 @@ <th width="20%">Maintainer</th> </tr> <tr> -<td>winnt</td> -<td>The Windows MPM. This is mainly aimed at Windows NT.</td> +<td>mpm_winnt</td> +<td>The Windows MPM, this is a multi-threaded model with a parent watchdog process.</td> <td><a href="mailto:stoddard@raleigh.ibm.com">Bill Stoddard</a></td> </tr> </table> |