From efb9ddbde72152dbba17a46956d9b0ee34edc4e4 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 28 Mar 2011 16:50:11 +0000 Subject: [PATCH] match docs for case of "ScoreBoardFile" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086297 13f79535-47bb-0310-9956-ffa450edef68 --- server/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core.c b/server/core.c index 846ee7532b9..73ae3b8edb1 100644 --- a/server/core.c +++ b/server/core.c @@ -3799,7 +3799,7 @@ AP_INIT_TAKE1("AllowEncodedSlashes", set_allow2f, NULL, RSRC_CONF, "Allow URLs containing '/' encoded as '%2F'"), /* scoreboard.c directives */ -AP_INIT_TAKE1("ScoreboardFile", ap_set_scoreboard, NULL, RSRC_CONF, +AP_INIT_TAKE1("ScoreBoardFile", ap_set_scoreboard, NULL, RSRC_CONF, "A file for Apache to maintain runtime process management information"), AP_INIT_FLAG("ExtendedStatus", ap_set_extended_status, NULL, RSRC_CONF, "\"On\" to track extended status information, \"Off\" to disable"), -- 2.47.2