From c4100a1848e073c98d8ec4aa4c35a810d25c9016 Mon Sep 17 00:00:00 2001 From: brenosilva Date: Wed, 2 Mar 2011 16:48:56 +0000 Subject: [PATCH] rename Stream options to SecStream --- apache2/apache2_config.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apache2/apache2_config.c b/apache2/apache2_config.c index 8c0c2013..2da4d043 100644 --- a/apache2/apache2_config.c +++ b/apache2/apache2_config.c @@ -1498,7 +1498,7 @@ static const char *cmd_guardian_log(cmd_parms *cmd, void *_dcfg, } /* -* \brief Add StreamInBodyInspection configuration option +* \brief Add SecStreamInBodyInspection configuration option * * \param cmd Pointer to configuration data * \param _dcfg Pointer to directory configuration @@ -1517,7 +1517,7 @@ static const char *cmd_stream_inbody_inspection(cmd_parms *cmd, void *_dcfg, int /* -* \brief Add StreamOutBodyInspection configuration option +* \brief Add SecStreamOutBodyInspection configuration option * * \param cmd Pointer to configuration data * \param _dcfg Pointer to directory configuration @@ -2276,7 +2276,7 @@ const command_rec module_directives[] = { ), AP_INIT_FLAG ( - "StreamOutBodyInspection", + "SecStreamOutBodyInspection", cmd_stream_outbody_inspection, NULL, CMD_SCOPE_ANY, @@ -2284,7 +2284,7 @@ const command_rec module_directives[] = { ), AP_INIT_FLAG ( - "StreamInBodyInspection", + "SecStreamInBodyInspection", cmd_stream_inbody_inspection, NULL, CMD_SCOPE_ANY,