I haven't actually tested this, I just hoped it would work. What we've done on our servers (which are load balanced, and the backend servers are behind the front end web servers, so all requests to CF appear to come from the FE servers) is added a java filter into the stack which basically checks if there is a forwarded header (that the proxies put in) and then replaces the REMOTE_ADDR and REMOTE_HOST fields in the request. This makes coldfusion see the proper ip instead of the proxy one.
Russ > -----Original Message----- > From: Joseph Lamoree [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 05, 2006 4:41 PM > To: CF-Talk > Subject: Re: Debugging per request > > On 5 Jul 2006, at 13:12, Russ wrote: > > > Try something like this: > > > > <cfif isDefined("url.showDebugOutput")> > > <cfsetting showDebugOutput="true"> > > </cfif> > > The cfsetting tag provides a way to suppress debugging information if > it would otherwise have been displayed, however (at least in the > testing I've done with CFMX 7.1) it does not enable the display of > debug information. > > There are dozens of sites on this CFMX instance, so I can't turn on > debugging for everyone, and then to update all the pages in user > accounts to add the <cfsetting showdebugoutput="false"/> tag. > > Have you tried adding <cfsetting showdebugoutput="true"/>, and > causing the debugging info to appear? Is there an administrator > configuration option that causes it function that way? > > -- > Joseph Lamoree > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245448 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

