Re: CGI.Server_Name -- showing as IP of client?

2009-01-11 Thread Mauro Luna
Write the error message in order to know more about it. You can get the server name using several CGIs variables: CGI.SERVER_NAME=iswebmx.lv.cfemex.com CGI.HTTP_HOST=iswebmx.lv.cfemex.com CGI.HTTP_REFERER=http://iswebmx.lv.cfemex.com/ you can use list function in order to pick server name from

Re: CGI.Server_Name -- showing as IP of client?

2009-01-11 Thread Kris Jones
I never saw Bobby's response quoted below, but yes, I'm sure the app is NOT running at the IP that's coming through in the cgi.server_name variable. Attempting to access those IPs in the browser fails (server not found or server 500 errors, depends on the IP). I'm not really trying to get the

RE: CGI.Server_Name -- showing as IP of client?

2009-01-10 Thread Bobby Hartsfield
: Wednesday, January 07, 2009 12:07 PM To: cf-talk Subject: CGI.Server_Name -- showing as IP of client? I know the cgi structure can be spoofed, and admit to my ignorance as far as that goes. We've been getting some error messages showing cgi.Server_Name fulfilled with the caller's IP address. So here

CGI.Server_Name -- showing as IP of client?

2009-01-07 Thread Kris Jones
I know the cgi structure can be spoofed, and admit to my ignorance as far as that goes. We've been getting some error messages showing cgi.Server_Name fulfilled with the caller's IP address. So here is my question: How would this happen? In what cases does the CGI.server_name variable get

RE: CGI.Server_Name -- showing as IP of client ?

2009-01-07 Thread brad
What web server are you using? I believe ColdFusion is dependent on the web server to supply the CGI information. ~Brad Original Message Subject: CGI.Server_Name -- showing as IP of client? From: Kris Jones kris.jon...@verizon.net Date: Wed, January 07, 2009 11:06 am To: cf