diff options
author | Jeff Trawick <trawick@apache.org> | 2011-03-28 18:50:11 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-03-28 18:50:11 +0200 |
commit | efb9ddbde72152dbba17a46956d9b0ee34edc4e4 (patch) | |
tree | 5e4ef74e613a12804994b26230ee7a09a3093e65 /server/core.c | |
parent | mpm_common.c implements a handful of config directives; the (diff) | |
download | apache2-efb9ddbde72152dbba17a46956d9b0ee34edc4e4.tar.xz apache2-efb9ddbde72152dbba17a46956d9b0ee34edc4e4.zip |
match docs for case of "ScoreBoardFile"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086297 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/core.c')
-rw-r--r-- | server/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core.c b/server/core.c index 846ee7532b..73ae3b8edb 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"), |