Is it possible that someone is accessing your site by it's ip address, in an attempt to fool it into something that could enable a hacking attempt?
I've seen security scanning software do similar things. This is why I tend to have the production state be the default state, and have development and stage be explicitly defined. That way, if the system is not sure which configuration to use, it uses the most secure. Mark Sent from my mobile device. On 29/03/2011 7:58 AM, "Dean Lawrence" <[email protected]> wrote: > > Dave, > > Since your config is based on the cgi.server_name variable, why don't > you search your web server access logs for calls to your dev domain > name? This would tell you when and what was accessed which might have > reset your app. > > Dean > > On Mon, Mar 28, 2011 at 4:00 PM, Dave Burns <[email protected]> wrote: >> >>>On 3/28/2011 11:10 AM, Dave Burns wrote: >>>> My code looks like this: >>>> >>>> configName = "dev" >>>> if CGI.SERVER_NAME contains "blah.com" >>>> configName = "production" >>> > > > -- > --------------------------------------------------------------------------- > Dean M. Lawrence > INTERNET DATA TECHNOLOGY > p // 888.438.4381 ext. 701 > w // www.idatatech.com > f // www.facebook.com/idatatech > t // www.twitter.com/idatatech > > Social Marketing | SEO | Design | Internet Developm > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343372 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

