From 7c8697dee3dc8bb1029c84a6377a60f6600edbc9 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 28 Apr 2014 14:28:59 +0000 Subject: [PATCH] Correct case as spoted in a comment in online doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1590654 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.html.en | 4 ++-- docs/manual/mod/mpm_common.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index b9d315c0d9..a05564eedd 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -134,8 +134,8 @@ after a crash - - + + diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index ee9e35bd93..a5b13c9d5e 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -107,8 +107,8 @@ after a crashGracefulShutdownTimeoutSpecify a timeout after which a gracefully shutdown server will exit. -GracefulShutDownTimeout seconds -GracefulShutDownTimeout 0 +GracefulShutdownTimeout seconds +GracefulShutdownTimeout 0server configpreforkworker event -- 2.50.1
Description:Specify a timeout after which a gracefully shutdown server will exit.
Syntax:GracefulShutDownTimeout seconds
Default:GracefulShutDownTimeout 0
Syntax:GracefulShutdownTimeout seconds
Default:GracefulShutdownTimeout 0
Context:server config
Status:MPM
Module:prefork, worker, event