Hi Eric,

You can refer 
http://docs.oracle.com/cd/E12840_01/wls/docs103/plugins/apache.html.
consider other two scenarios - 1) there is no other instance on the
server than had Debug ON 2) grep the wl log file name in apache config
which will provide you clue with that set of config.

Thanks

On Wed, May 30, 2012 at 11:45 AM,  <eric.b...@barclays.com> wrote:
> Thanks, Ishita.  That's very helpful.  Do you know where the scoping issue is 
> mentioned in the WL docs, or is it an apache thing?
>
> The thing is that every single wl config section has "Debug OFF", and it's 
> still logging to those wl files.
>
> When you suggest that logging might be on by default, where would that be 
> set, and why doesn't the setting of Debug to "OFF" affect this?
>
> I'll try enabling DebugConfigInfo and see what I get.
>
> Eric
>
>> -----Original Message-----
>> From: Ishita Kapadiya [mailto:ishim...@gmail.com]
>> Sent: Wednesday, May 30, 2012 11:42 AM
>> To: users@httpd.apache.org
>> Subject: Re: [users@httpd] Can't get mod_wl_22 to stop logging.
>>
>> Hi Eric,
>>
>> yes. mod_wl directives scoped local to the <IfModule> and
>> <Directory|Location|LocationMatch> sections in which they appear. It's
>> good idea to see default configuration for WL plug-in with -
>> "__WebLogicBridgeConfig" (you also need to set DebugConfigInfo ON) and
>> check if Debug is ON by default. in that case you have to explicitly
>> set it OFF in each section where wl config present.
>>
>> Thanks
>>
>> On Wed, May 30, 2012 at 11:31 AM,  <eric.b...@barclays.com> wrote:
>> > Thanks for your reply, Ishita.
>> >
>> > All of the Debug statements are set to OFF.
>> >
>> > I have one major question at this point:  Are the mod_wl directives
>> scoped local to the <IfModule> and <Directory|Location|LocationMatch>
>> sections in which they appear?
>> >
>> > We have many sections that create wl clusters, but the only requests
>> that I have noticed in the wl logs are from this section:
>> >
>> >
>> > <LocationMatch "/PNT/Indices" >
>> >    <IfModule mod_weblogic.c>
>> >        WebLogicCluster host1:port, host2:port, etc.
>> >
>> >        Debug OFF
>> >        DebugConfigInfo OFF
>> >        SetHandler weblogic-handler
>> >        PathTrim /PNT/Indices
>> >        WLCookieName    PST_JSESSIONID
>> >        WLLogFile wl.log
>> >    </IfModule>
>> > </LocationMatch>
>> >
>> > Could it be that simply having the WLLogFile onfig option set is
>> causing the logging to persist despite the OFF value of Debug?
>> >
>> > Eric
>> >
>> >> -----Original Message-----
>> >> From: Ishita Kapadiya [mailto:ishim...@gmail.com]
>> >> Sent: Wednesday, May 30, 2012 11:24 AM
>> >> To: users@httpd.apache.org
>> >> Subject: Re: [users@httpd] Can't get mod_wl_22 to stop logging.
>> >>
>> >> have you set is as OFF in -
>> >>
>> >> <IfModule mod_weblogic.c>
>> >> ...
>> >>  </IfModule>
>> >>
>> >> If yes and if it's still not working send us httpd.conf (after
>> >> removing all sensitive information).
>> >>
>> >> On Wed, May 30, 2012 at 9:44 AM,  <eric.b...@barclays.com> wrote:
>> >> > I've set Debug to OFF everywhere it occurs, but it's still writing
>> to
>> >> the
>> >> > logs.
>> >> >
>> >> > Apache 2.2
>> >> >
>> >> > Anyone have any suggestions for stopping this?
>> >> >
>> >> > Thanks.
>> >> >
>> >> > Eric
>> >> >
>> >> >
>> >> > _______________________________________________
>> >> >
>> >> > This e-mail may contain information that is confidential,
>> privileged
>> >> or
>> >> > otherwise protected from disclosure. If you are not an intended
>> >> recipient of
>> >> > this e-mail, do not duplicate or redistribute it by any means.
>> Please
>> >> delete
>> >> > it and any attachments and notify the sender that you have
>> received
>> >> it in
>> >> > error. Unless specifically indicated, this e-mail is not an offer
>> to
>> >> buy or
>> >> > sell or a solicitation to buy or sell any securities, investment
>> >> products or
>> >> > other financial product or service, an official confirmation of
>> any
>> >> > transaction, or an official statement of Barclays. Any views or
>> >> opinions
>> >> > presented are solely those of the author and do not necessarily
>> >> represent
>> >> > those of Barclays. This e-mail is subject to terms available at
>> the
>> >> > following link: www.barcap.com/emaildisclaimer. By messaging with
>> >> Barclays
>> >> > you consent to the foregoing.  Barclays offers premier investment
>> >> banking
>> >> > products and services to its clients through Barclays Bank PLC, a
>> >> company
>> >> > registered in England (number 1026167) with its registered office
>> at
>> >> 1
>> >> > Churchill Place, London, E14 5HP.  This email may relate to or be
>> >> sent from
>> >> > other members of the Barclays Group.
>> >> >
>> >> > _______________________________________________
>> >>
>> >> --------------------------------------------------------------------
>> -
>> >> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> >> For additional commands, e-mail: users-h...@httpd.apache.org
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> > For additional commands, e-mail: users-h...@httpd.apache.org
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to