Re: [Mod-security-developers] Retrieving collection error
Brought to you by:
victorhora,
zimmerletw
From: Breno S. <bre...@gm...> - 2012-03-14 00:46:21
|
If you prefer, at line 113 (persist_dbm.c) replace the msr_log() to: if (msr->txcfg->debuglog_level >= 9) { msr_log(msr, 9, "collection_retrieve_ex: Retrieving collection (name \"%s\", filename \"%s\")",log_escape(msr->mp, col_name), log_escape(msr->mp, dbm_filename)); } recompile the code. Thanks breno On Tue, Mar 13, 2012 at 7:05 PM, Breno Silva <bre...@gm...> wrote: > Can u set debuglevel to 0? > > On 3/13/12, Netstar S.r.l. <in...@ne...> wrote: > > Waiting for next update, there is a way to remedy this situation? > > > > Unlike the logs are flooded with these messages and you lose the ability > to > > analyze the true errors. > > > > Tnx > > > > > > > > ----- Original Message ----- > > From: Breno Silva > > To: mod...@li... > > Sent: Tuesday, March 13, 2012 8:44 PM > > Subject: Re: [Mod-security-developers] Retrieving collection error > > > > > > This not an error. I will make the debug level (current level 1) for this > > msg higher in next version. > > > > Thanks > > > > Breno > > > > > > On Tue, Mar 13, 2012 at 8:37 AM, Netstar S.r.l. <in...@ne...> wrote: > > > > I installed and configured mod_security (v. 2.6.4 with Core Rules 2.2.3) > on > > a ubuntu platform. Qhen I Activate the configuration, log files are > > saturated with messages like these: > > > > [error] [client xxx] ModSecurity: collection_retrieve_ex: Retrieving > > collection (name "global", filename "/xxx/global") [hostname "xxx"] [uri > > "/xxx/"] [unique_id "T19DmX8AAQEAAA6qUHYAAAAC"] > > [error] [client xxx] ModSecurity: collection_retrieve_ex: Retrieving > > collection (name "ip", filename "/xxx/ip") [hostname "xxx"] [uri "/xxx/"] > > [unique_id "T19DmX8AAQEAAA6qUHYAAAAC"] > > [error] [client xxx] ModSecurity: collection_retrieve_ex: Retrieving > > collection (name "global", filename "/xxx/global") [hostname "xxx"] [uri > > "/xxx"] [unique_id "T19Gpn8AAQEAAA-ZHmUAAAAH"] > > [error] [client xxx] ModSecurity: collection_retrieve_ex: Retrieving > > collection (name "ip", filename "/xxx/ip") [hostname "xxx"] [uri "/xxx"] > > [unique_id "T19Gpn8AAQEAAA-ZHmUAAAAH"] > > > > The configuration file is set with these values: > > > > SecTmpDir / xxx > > SecDataDir / xxx > > > > where xxx is an operating system folder with permissions set to write for > > apache. > > > > I checked several times but I can not find the problem. > > > > Someone could help me find a solution? > > > > Thank you. > > > > > > > > > > > ------------------------------------------------------------------------------ > > Keep Your Developer Skills Current with LearnDevNow! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-d2d > > _______________________________________________ > > mod-security-developers mailing list > > mod...@li... > > https://lists.sourceforge.net/lists/listinfo/mod-security-developers > > ModSecurity Services from Trustwave's SpiderLabs: > > https://www.trustwave.com/spiderLabs.php > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > Keep Your Developer Skills Current with LearnDevNow! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-d2d > > > > > > > > _______________________________________________ > > mod-security-developers mailing list > > mod...@li... > > https://lists.sourceforge.net/lists/listinfo/mod-security-developers > > ModSecurity Services from Trustwave's SpiderLabs: > > https://www.trustwave.com/spiderLabs.php > > > > > > > > > ------------------------------------------------------------------------------ > > Keep Your Developer Skills Current with LearnDevNow! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-d2d > > _______________________________________________ > > mod-security-developers mailing list > > mod...@li... > > https://lists.sourceforge.net/lists/listinfo/mod-security-developers > > ModSecurity Services from Trustwave's SpiderLabs: > > https://www.trustwave.com/spiderLabs.php > |