From: Jeff Trawick Date: Mon, 28 Mar 2011 16:50:11 +0000 (+0000) Subject: match docs for case of "ScoreBoardFile" X-Git-Tag: 2.3.12~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb9ddbde72152dbba17a46956d9b0ee34edc4e4;p=thirdparty%2Fapache%2Fhttpd.git match docs for case of "ScoreBoardFile" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086297 13f79535-47bb-0310-9956-ffa450edef68 --- 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"),