RE: [ACFUG Discuss] cf administrator

2007-03-19 Thread Troy Jones
I appreciate everyone's input and, as a first-time user of this list, I
am satisfied that this could work for future incidents. We found the
problem. It was an IIS issue stemming from redirects involving the
default website and related DNS. The host value for the default website
in the DNS records was a redirect to a site on the same server,
therefore, the server couldn't find localhost or accept the header of
127.0.0.1. All pretty confusing but really a simple error and fix.
Thanks again for your help, though.

Regards,

Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Friday, March 16, 2007 7:23 AM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

Good point John.  In fact, always disable other verbs (TRACE, PUT,  
OPTIONS, etc) since they can open you up to security  
vulnerabilities.  Of course, you'll need PUT, etc, if you're using  
WebDAV...

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
If liberty means anything at all, it means the right to tell people  
what they do not want to hear.
 -- George Orwell, 1945


On Mar 16, 2007, at 2:40 AM, John Mason wrote:

 Just another note on this, when you map them make sure to just  
 allow the following http verbs (methods) GET,HEAD,POST. The default  
 has you turn all the methods on and that isn't needed.

 John
 [EMAIL PROTECTED]



 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Jones
 Sent: Thursday, March 15, 2007 2:52 PM
 To: discussion@acfug.org
 Subject: RE: [ACFUG Discuss] cf administrator

 Using your instructions, I see that .cfm, .cfml, and .da (our  
 proprietary extension using ColdFusion) extensions are mapped.



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]



 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy  
 Payne
 Sent: Thursday, March 15, 2007 2:48 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator



 Ok, here we go:

 Assuming you have IIS installed and CF installed and you have  
 access to your IIS Administrator:

 Use the + symbols to expand to your default web site
 Right click the default web site and then click Properties
 Click Home Directory tab
 Click Configuration button
 Under the scrollable list of Application Mappings, you should  
 see .cfm under teh extensions column

 If you do not see .cfm, then your IIS server will not be able to  
 serve up the page

 Teddy



 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

 Yes as I have been able to access the administrator in the past.  
 This is recent problem and, because others have access to the  
 server, I do not know what, if any changes have been made.



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]



 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy  
 Payne
 Sent: Thursday, March 15, 2007 2:35 PM


 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator



 When you install CF in server mode, you will be prompted on which  
 web server to use and then the bindings for the CFM interpreter are  
 created at that point.

 Do you know for a fact that CF is indeed installed?

 Teddy

 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

 In response to Teddy, that is exactly right. As far as why both are
 installed, I just work here. It was that way from day one when I
 started.



 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] ] On Behalf Of  
 Steven Ross
 Sent: Thursday, March 15, 2007 2:21 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 You are asking for trouble running apache and IIS... why do you need
 both on the same box?

 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
  It has both Apache and IIS installed.
 
  Troy Jones
 
  Dynapp Support Team
  678-528-2952
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
  Sent: Thursday, March 15, 2007 12:09 PM
  To: discussion@acfug.org
  Subject: Re: [ACFUG Discuss] cf administrator
 
  What kind of web server is it?  Apache?  IIS?  It sounds like the  
 web
  server isn't calling the CF executable to process the page and is
  instead returning the source to you.
 
  -dhs
 
 
  Dean H. Saxe, CISSP, CEH
  [EMAIL PROTECTED]
  What is objectionable, what is dangerous about extremists is not
  that they are extreme, but that they are intolerant.
   -- Robert F. Kennedy, 1964
 
 
  On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:
 
   Hello,
  
  
  
   I am new to this group and, quite honestly, not terrible
   experienced. Please bear with me as I try to lay out my problem.
  
  
  
   I am trying to access

Re: [ACFUG Discuss] cf administrator

2007-03-16 Thread Dean H. Saxe
Good point John.  In fact, always disable other verbs (TRACE, PUT,  
OPTIONS, etc) since they can open you up to security  
vulnerabilities.  Of course, you'll need PUT, etc, if you're using  
WebDAV...


-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
If liberty means anything at all, it means the right to tell people  
what they do not want to hear.

-- George Orwell, 1945


On Mar 16, 2007, at 2:40 AM, John Mason wrote:

Just another note on this, when you map them make sure to just  
allow the following http verbs (methods) GET,HEAD,POST. The default  
has you turn all the methods on and that isn't needed.


John
[EMAIL PROTECTED]



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Jones
Sent: Thursday, March 15, 2007 2:52 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cf administrator

Using your instructions, I see that .cfm, .cfml, and .da (our  
proprietary extension using ColdFusion) extensions are mapped.




Troy Jones



Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy  
Payne

Sent: Thursday, March 15, 2007 2:48 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator



Ok, here we go:

Assuming you have IIS installed and CF installed and you have  
access to your IIS Administrator:


Use the + symbols to expand to your default web site
Right click the default web site and then click Properties
Click Home Directory tab
Click Configuration button
Under the scrollable list of Application Mappings, you should  
see .cfm under teh extensions column


If you do not see .cfm, then your IIS server will not be able to  
serve up the page


Teddy



On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

Yes as I have been able to access the administrator in the past.  
This is recent problem and, because others have access to the  
server, I do not know what, if any changes have been made.




Troy Jones



Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy  
Payne

Sent: Thursday, March 15, 2007 2:35 PM


To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator



When you install CF in server mode, you will be prompted on which  
web server to use and then the bindings for the CFM interpreter are  
created at that point.


Do you know for a fact that CF is indeed installed?

Teddy

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones

Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] ] On Behalf Of  
Steven Ross

Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the  
web

 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
 
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  List hosted by FusionLink

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
IIS should be the one handling that, but therein lies my problem. I
can't open the CF administrator to edit any settings in IE. Kinda catch
22. Anyways, is there another way to access that or will this problem
have to be addressed first?

Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H. Saxe
Sent: Thursday, March 15, 2007 12:28 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

Which is serving up the CF content then?  You'll have to ensure CF is  
configured appropriately to use one or the other.

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
What is objectionable, what is dangerous about extremists is not  
that they are extreme, but that they are intolerant.
 -- Robert F. Kennedy, 1964


On Mar 15, 2007, at 12:14 PM, Troy Jones wrote:

 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.  
 Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

 Hello,



 I am new to this group and, quite honestly, not terrible
 experienced. Please bear with me as I try to lay out my problem.



 I am trying to access the cfadministrator on our server. It will
 not open in IE or Firefox. It closes the browser and forces me to
 use Notepad or save the file to hard drive. In another issue that
 may or may not be related, when I type in the value to open the
 administrator, the browser tells me that it cannot find the url
 requested, which, in this case, is itself. Does anyone have any
 suggestions?



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]






 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 -



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa
 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -







-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] cf administrator

2007-03-15 Thread Teddy Payne

For IIS in the past, it is usually a file called iis.msc, which may have
changed for IIS 6 and later.

You usually can find your IIS manager from your Administrative tools that is
available from your start menu or it can be located in your Control Panel
menu.

I agree with Dean about your web server not knowing how to serve CF pages.
What happens in IIS, is a DLL file is associated to a .cfm or .cfml files.
This DLL has the responsibility of calling and executing the CF engine to
parse the .cfm page being requested.

If IIS doesn't know what to do with a file extension, it will download it
like it an executable or .zip file.

Teddy

On 3/15/07, Dean H. Saxe [EMAIL PROTECTED] wrote:


There should be a IIS plugin to handle the CF content, is it
configured in the IIS Admin?

Check out the docs on adobe.com for specific config information.

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
Free speech exercised both individually and through a free press, is
a necessity in any country where people are themselves free.
 -- Theodore Roosevelt, 1918


On Mar 15, 2007, at 12:33 PM, Troy Jones wrote:

 IIS should be the one handling that, but therein lies my problem. I
 can't open the CF administrator to edit any settings in IE. Kinda
 catch
 22. Anyways, is there another way to access that or will this problem
 have to be addressed first?

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:28 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 Which is serving up the CF content then?  You'll have to ensure CF is
 configured appropriately to use one or the other.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 12:14 PM, Troy Jones wrote:

 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

 Hello,



 I am new to this group and, quite honestly, not terrible
 experienced. Please bear with me as I try to lay out my problem.



 I am trying to access the cfadministrator on our server. It will
 not open in IE or Firefox. It closes the browser and forces me to
 use Notepad or save the file to hard drive. In another issue that
 may or may not be related, when I type in the value to open the
 administrator, the browser tells me that it cannot find the url
 requested, which, in this case, is itself. Does anyone have any
 suggestions?



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]






 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 -



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa
 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -







 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
Would that still be true if the pages were served externally in the
proper manner? This problem only exists when trying to open a .cfm
locally on the server. For example, this site,
http://www.superlawntrucks.com http://www.superlawntrucks.com/  is
served as requested and there are no errors with it when accessed
externally. 

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 1:26 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

For IIS in the past, it is usually a file called iis.msc, which may have
changed for IIS 6 and later.

You usually can find your IIS manager from your Administrative tools
that is available from your start menu or it can be located in your
Control Panel menu. 

I agree with Dean about your web server not knowing how to serve CF
pages.  What happens in IIS, is a DLL file is associated to a .cfm or
.cfml files.  This DLL has the responsibility of calling and executing
the CF engine to parse the .cfm page being requested. 

If IIS doesn't know what to do with a file extension, it will download
it like it an executable or .zip file.

Teddy

On 3/15/07, Dean H. Saxe [EMAIL PROTECTED] wrote:

There should be a IIS plugin to handle the CF content, is it
configured in the IIS Admin?

Check out the docs on adobe.com for specific config information.

-dhs


Dean H. Saxe, CISSP, CEH 
[EMAIL PROTECTED]
Free speech exercised both individually and through a free press, is
a necessity in any country where people are themselves free. 
 -- Theodore Roosevelt, 1918


On Mar 15, 2007, at 12:33 PM, Troy Jones wrote:

 IIS should be the one handling that, but therein lies my problem. I
 can't open the CF administrator to edit any settings in IE. Kinda 
 catch
 22. Anyways, is there another way to access that or will this problem
 have to be addressed first?

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:28 PM
 To: discussion@acfug.org 
 Subject: Re: [ACFUG Discuss] cf administrator

 Which is serving up the CF content then?  You'll have to ensure CF is
 configured appropriately to use one or the other.

 -dhs 


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant. 
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 12:14 PM, Troy Jones wrote:

 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message- 
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:09 PM 
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web

 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH 
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant. 
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

 Hello,



 I am new to this group and, quite honestly, not terrible 
 experienced. Please bear with me as I try to lay out my problem.



 I am trying to access the cfadministrator on our server. It will
 not open in IE or Firefox. It closes the browser and forces me to 
 use Notepad or save the file to hard drive. In another issue that
 may or may not be related, when I type in the value to open the
 administrator, the browser tells me that it cannot find the url 
 requested, which, in this case, is itself. Does anyone have any
 suggestions?



 Troy Jones


 
 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]






 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by FusionLink
 - 



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 - 





 -
 To unsubscribe from

Re: [ACFUG Discuss] cf administrator

2007-03-15 Thread Teddy Payne

Well, the external website has its own web server.  To server ColdFusion,
the web server that is handling the requests for the external web site would
need to have ColdFusion installed on it as well.

On your local system, you would have a developer copy of ColdFusion
typically, but on external websites you will either have the hosting
provider having ColdFusion installed or the dedicated server having
ColdFusion installed.

Either way, you need a software piece to be able to interpret and parse
ColdFusion pages.  ColdFusion is not native to IIS or Apache.

The developer edition is free, but for servers that have more than one
connection connecting to it, then you will need to buy additional software.

Teddy


On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:


 Would that still be true if the pages were served externally in the
proper manner? This problem only exists when trying to open a .cfm locally
on the server. For example, this site, http://www.superlawntrucks.com is
served as requested and there are no errors with it when accessed
externally.



Troy Jones



Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]


  --

*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy
Payne
*Sent:* Thursday, March 15, 2007 1:26 PM
*To:* discussion@acfug.org
*Subject:* Re: [ACFUG Discuss] cf administrator



For IIS in the past, it is usually a file called iis.msc, which may have
changed for IIS 6 and later.

You usually can find your IIS manager from your Administrative tools that
is available from your start menu or it can be located in your Control Panel
menu.

I agree with Dean about your web server not knowing how to serve CF
pages.  What happens in IIS, is a DLL file is associated to a .cfm or .cfml
files.  This DLL has the responsibility of calling and executing the CF
engine to parse the .cfm page being requested.

If IIS doesn't know what to do with a file extension, it will download it
like it an executable or .zip file.

Teddy

On 3/15/07, *Dean H. Saxe *[EMAIL PROTECTED] wrote:

There should be a IIS plugin to handle the CF content, is it
configured in the IIS Admin?

Check out the docs on adobe.com for specific config information.

-dhs


Dean H. Saxe, CISSP, CEH
[EMAIL PROTECTED]
Free speech exercised both individually and through a free press, is
a necessity in any country where people are themselves free.
 -- Theodore Roosevelt, 1918


On Mar 15, 2007, at 12:33 PM, Troy Jones wrote:

 IIS should be the one handling that, but therein lies my problem. I
 can't open the CF administrator to edit any settings in IE. Kinda
 catch
 22. Anyways, is there another way to access that or will this problem
 have to be addressed first?

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:28 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 Which is serving up the CF content then?  You'll have to ensure CF is
 configured appropriately to use one or the other.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 12:14 PM, Troy Jones wrote:

 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
 Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

 Hello,



 I am new to this group and, quite honestly, not terrible
 experienced. Please bear with me as I try to lay out my problem.



 I am trying to access the cfadministrator on our server. It will
 not open in IE or Firefox. It closes the browser and forces me to
 use Notepad or save the file to hard drive. In another issue that
 may or may not be related, when I type in the value to open the
 administrator, the browser tells me that it cannot find the url
 requested, which, in this case, is itself. Does anyone have any
 suggestions?



 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]






 -
 To unsubscribe from this list, manage your profile @
 http

Re: [ACFUG Discuss] cf administrator

2007-03-15 Thread Steven Ross

Teddy, I think he is saying that when he hits the url (the same box)
via the external url it works but using 127.0.0.1 (logged in via term
services or something?) doesnt...

is that right?

On 3/15/07, Teddy Payne [EMAIL PROTECTED] wrote:

Well, the external website has its own web server.  To server ColdFusion,
the web server that is handling the requests for the external web site would
need to have ColdFusion installed on it as well.

On your local system, you would have a developer copy of ColdFusion
typically, but on external websites you will either have the hosting
provider having ColdFusion installed or the dedicated server having
ColdFusion installed.

Either way, you need a software piece to be able to interpret and parse
ColdFusion pages.  ColdFusion is not native to IIS or Apache.

The developer edition is free, but for servers that have more than one
connection connecting to it, then you will need to buy additional software.

Teddy



On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:




 Would that still be true if the pages were served externally in the proper
manner? This problem only exists when trying to open a .cfm locally on the
server. For example, this site, http://www.superlawntrucks.com is served as
requested and there are no errors with it when accessed externally.




 Troy Jones



 Dynapp Support Team

 678-528-2952

 [EMAIL PROTECTED]

 [EMAIL PROTECTED]



 


 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
 Sent: Thursday, March 15, 2007 1:26 PM

 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator




 For IIS in the past, it is usually a file called iis.msc, which may have
changed for IIS 6 and later.

 You usually can find your IIS manager from your Administrative tools that
is available from your start menu or it can be located in your Control Panel
menu.

 I agree with Dean about your web server not knowing how to serve CF
pages.  What happens in IIS, is a DLL file is associated to a .cfm or .cfml
files.  This DLL has the responsibility of calling and executing the CF
engine to parse the .cfm page being requested.

 If IIS doesn't know what to do with a file extension, it will download it
like it an executable or .zip file.

 Teddy


 On 3/15/07, Dean H. Saxe [EMAIL PROTECTED] wrote:

 There should be a IIS plugin to handle the CF content, is it
 configured in the IIS Admin?

 Check out the docs on adobe.com for specific config information.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 Free speech exercised both individually and through a free press, is
 a necessity in any country where people are themselves free.
  -- Theodore Roosevelt, 1918


 On Mar 15, 2007, at 12:33 PM, Troy Jones wrote:

  IIS should be the one handling that, but therein lies my problem. I
  can't open the CF administrator to edit any settings in IE. Kinda
  catch
  22. Anyways, is there another way to access that or will this problem
  have to be addressed first?
 
  Troy Jones
 
  Dynapp Support Team
  678-528-2952
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Dean H.
  Saxe
  Sent: Thursday, March 15, 2007 12:28 PM
  To: discussion@acfug.org
  Subject: Re: [ACFUG Discuss] cf administrator
 
  Which is serving up the CF content then?  You'll have to ensure CF is
  configured appropriately to use one or the other.
 
  -dhs
 
 
  Dean H. Saxe, CISSP, CEH
  [EMAIL PROTECTED]
  What is objectionable, what is dangerous about extremists is not
  that they are extreme, but that they are intolerant.
   -- Robert F. Kennedy, 1964
 
 
  On Mar 15, 2007, at 12:14 PM, Troy Jones wrote:
 
  It has both Apache and IIS installed.
 
  Troy Jones
 
  Dynapp Support Team
  678-528-2952
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Dean H.
  Saxe
  Sent: Thursday, March 15, 2007 12:09 PM
  To: discussion@acfug.org
  Subject: Re: [ACFUG Discuss] cf administrator
 
  What kind of web server is it?  Apache?  IIS?  It sounds like the web
  server isn't calling the CF executable to process the page and is
  instead returning the source to you.
 
  -dhs
 
 
  Dean H. Saxe, CISSP, CEH
  [EMAIL PROTECTED]
  What is objectionable, what is dangerous about extremists is not
  that they are extreme, but that they are intolerant.
   -- Robert F. Kennedy, 1964
 
 
  On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:
 
  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the
  administrator

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
 
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?falogin.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -






-- 
Steven Ross
web application  interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
Yes as I have been able to access the administrator in the past. This is
recent problem and, because others have access to the server, I do not
know what, if any changes have been made.

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:35 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

When you install CF in server mode, you will be prompted on which web
server to use and then the bindings for the CFM interpreter are created
at that point.

Do you know for a fact that CF is indeed installed?

Teddy

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones

Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need 
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team 
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org 
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is 
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not 
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will 
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the 
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
  
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com 
 -





 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?falogin.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com 
 -






--
Steven Ross
web application  interface developer
http://www.zerium.com 
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?falogin.edituserform 

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by http://www.fusionlink.com
-







-- 
Teddy R. Payne 
Adobe Certified ColdFusion MX 7 Developer
Google Talk - [EMAIL PROTECTED]

Atlanta ColdFusion User

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
same issue with Firefox


Troy Jones
 
Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:46 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

tried installing firefox on the box?... not sure if that is the issue
but, it appears as though CF is trying to detect the browser and
denying it based on the user agent. I'm not on a windows box so I have
no idea if it does that or not.

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 I am trying to access the administrator while RDP'ed into the server
 from this address

 192.168.1.52/cfide/administrator/index.cfm

 I get back cannot find page

 I then try using

 127.0.0.1/cfide/administrator/index.cfm or
 localhost/cfide/administrator/index.cfm

 with the same results.

 I then open IE and navigate to the file using File - Open from the
 menu bar and am forced to either view in Notepad or save the file to
 disk. I selected the option of opening in notepad and saw this in the
 source code:

 You must have a browser that is supports frames
 You must have a browser that is HTML 3.0 compliant or better

 I am using IE7 on the server.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven
Ross
 Sent: Thursday, March 15, 2007 2:37 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 Ok so apparently cf is installed on your external box (if you hit that
 url with anything .cfm you see the CF error page).

 To reiterate are you trying to access the cf admin tool via this url?

 http://www.superlawntrucks.com/CFIDE/administrator/

 If that is the case then you probably need to remote desktop (term
 services) to the machine and load the admin tool off of the localhost
 (while logged in open IE on that machine and go to the url below):

 127.0.0.1/CFIDE/administrator/

 CF Admin tool can block all IP's except localhost, and that is
 typically how it is setup for a publicly hosted site.



 On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
  In response to Teddy, that is exactly right. As far as why both are
  installed, I just work here. It was that way from day one when I
  started.
 
 
 
  Troy Jones
 
  Dynapp Support Team
  678-528-2952
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven
 Ross
  Sent: Thursday, March 15, 2007 2:21 PM
  To: discussion@acfug.org
  Subject: Re: [ACFUG Discuss] cf administrator
 
  You are asking for trouble running apache and IIS... why do you need
  both on the same box?
 
  On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
   It has both Apache and IIS installed.
  
   Troy Jones
  
   Dynapp Support Team
   678-528-2952
   [EMAIL PROTECTED]
   [EMAIL PROTECTED]
  
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean
H.
  Saxe
   Sent: Thursday, March 15, 2007 12:09 PM
   To: discussion@acfug.org
   Subject: Re: [ACFUG Discuss] cf administrator
  
   What kind of web server is it?  Apache?  IIS?  It sounds like the
 web
   server isn't calling the CF executable to process the page and is
   instead returning the source to you.
  
   -dhs
  
  
   Dean H. Saxe, CISSP, CEH
   [EMAIL PROTECTED]
   What is objectionable, what is dangerous about extremists is not
   that they are extreme, but that they are intolerant.
-- Robert F. Kennedy, 1964
  
  
   On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:
  
Hello,
   
   
   
I am new to this group and, quite honestly, not terrible
experienced. Please bear with me as I try to lay out my problem.
   
   
   
I am trying to access the cfadministrator on our server. It will
not open in IE or Firefox. It closes the browser and forces me
to
use Notepad or save the file to hard drive. In another issue
that
may or may not be related, when I type in the value to open the
administrator, the browser tells me that it cannot find the url
requested, which, in this case, is itself. Does anyone have any
suggestions?
   
   
   
Troy Jones
   
   
   
Dynapp Support Team
   
678-528-2952
   
[EMAIL PROTECTED]
   
[EMAIL PROTECTED]
   
   
   
   
   
   
-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform
   
For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-
  
  
  
   -
   To unsubscribe from this list, manage your profile

Re: [ACFUG Discuss] cf administrator

2007-03-15 Thread Teddy Payne

Ok, here we go:

Assuming you have IIS installed and CF installed and you have access to your
IIS Administrator:

Use the + symbols to expand to your default web site
Right click the default web site and then click Properties
Click Home Directory tab
Click Configuration button
Under the scrollable list of Application Mappings, you should see .cfm
under teh extensions column

If you do not see .cfm, then your IIS server will not be able to serve up
the page

Teddy



On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:


 Yes as I have been able to access the administrator in the past. This is
recent problem and, because others have access to the server, I do not know
what, if any changes have been made.



Troy Jones



Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]


  --

*From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Teddy
Payne
*Sent:* Thursday, March 15, 2007 2:35 PM
*To:* discussion@acfug.org
*Subject:* Re: [ACFUG Discuss] cf administrator



When you install CF in server mode, you will be prompted on which web
server to use and then the bindings for the CFM interpreter are created at
that point.

Do you know for a fact that CF is indeed installed?

Teddy

On 3/15/07, *Troy Jones* [EMAIL PROTECTED] wrote:

In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones

Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] ] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
 
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -





 -
 To unsubscribe from this list, manage your profile @
 http://www.acfug.org?falogin.edituserform

 For more info, see http://www.acfug.org/mailinglists
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com
 -






--
Steven Ross
web application  interface developer
http://www.zerium.com
[mobile] 404-488-4364
[fax] 267-482-4364


-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread Troy Jones
Using your instructions, I see that .cfm, .cfml, and .da (our
proprietary extension using ColdFusion) extensions are mapped. 

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:48 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

Ok, here we go:

Assuming you have IIS installed and CF installed and you have access to
your IIS Administrator:

Use the + symbols to expand to your default web site
Right click the default web site and then click Properties 
Click Home Directory tab
Click Configuration button
Under the scrollable list of Application Mappings, you should see .cfm
under teh extensions column

If you do not see .cfm, then your IIS server will not be able to serve
up the page 

Teddy




On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

Yes as I have been able to access the administrator in the past. This is
recent problem and, because others have access to the server, I do not
know what, if any changes have been made.

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED] 

[EMAIL PROTECTED] 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:35 PM


To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

When you install CF in server mode, you will be prompted on which web
server to use and then the bindings for the CFM interpreter are created
at that point.

Do you know for a fact that CF is indeed installed?

Teddy

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones

Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
] On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need 
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team 
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] ] On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org 
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is 
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not 
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will 
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the 
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
  
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com 
 -





 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?falogin.edituserform

 For more info, see http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http://www.fusionlink.com

RE: [ACFUG Discuss] cf administrator

2007-03-15 Thread John Mason
Just another note on this, when you map them make sure to just allow the
following http verbs (methods) GET,HEAD,POST. The default has you turn all
the methods on and that isn't needed.
 
John
[EMAIL PROTECTED]
 
 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Troy Jones
Sent: Thursday, March 15, 2007 2:52 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] cf administrator



Using your instructions, I see that .cfm, .cfml, and .da (our proprietary
extension using ColdFusion) extensions are mapped. 

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]

[EMAIL PROTECTED]

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:48 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

Ok, here we go:

Assuming you have IIS installed and CF installed and you have access to your
IIS Administrator:

Use the + symbols to expand to your default web site
Right click the default web site and then click Properties 
Click Home Directory tab
Click Configuration button
Under the scrollable list of Application Mappings, you should see .cfm
under teh extensions column

If you do not see .cfm, then your IIS server will not be able to serve up
the page 

Teddy




On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

Yes as I have been able to access the administrator in the past. This is
recent problem and, because others have access to the server, I do not know
what, if any changes have been made.

 

Troy Jones

 

Dynapp Support Team

678-528-2952

[EMAIL PROTECTED]  mailto:[EMAIL PROTECTED] 

[EMAIL PROTECTED] 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Teddy Payne
Sent: Thursday, March 15, 2007 2:35 PM


To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

 

When you install CF in server mode, you will be prompted on which web server
to use and then the bindings for the CFM interpreter are created at that
point.

Do you know for a fact that CF is indeed installed?

Teddy

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:

In response to Teddy, that is exactly right. As far as why both are
installed, I just work here. It was that way from day one when I
started.



Troy Jones

Dynapp Support Team
678-528-2952
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]  mailto:[EMAIL PROTECTED] ]
On Behalf Of Steven Ross
Sent: Thursday, March 15, 2007 2:21 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] cf administrator

You are asking for trouble running apache and IIS... why do you need 
both on the same box?

On 3/15/07, Troy Jones [EMAIL PROTECTED] wrote:
 It has both Apache and IIS installed.

 Troy Jones

 Dynapp Support Team 
 678-528-2952
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


 -Original Message-
 From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 ]
On Behalf Of Dean H.
Saxe
 Sent: Thursday, March 15, 2007 12:09 PM
 To: discussion@acfug.org  mailto:discussion@acfug.org 
 Subject: Re: [ACFUG Discuss] cf administrator

 What kind of web server is it?  Apache?  IIS?  It sounds like the web
 server isn't calling the CF executable to process the page and is 
 instead returning the source to you.

 -dhs


 Dean H. Saxe, CISSP, CEH
 [EMAIL PROTECTED]
 What is objectionable, what is dangerous about extremists is not 
 that they are extreme, but that they are intolerant.
  -- Robert F. Kennedy, 1964


 On Mar 15, 2007, at 11:32 AM, Troy Jones wrote:

  Hello,
 
 
 
  I am new to this group and, quite honestly, not terrible
  experienced. Please bear with me as I try to lay out my problem.
 
 
 
  I am trying to access the cfadministrator on our server. It will 
  not open in IE or Firefox. It closes the browser and forces me to
  use Notepad or save the file to hard drive. In another issue that
  may or may not be related, when I type in the value to open the 
  administrator, the browser tells me that it cannot find the url
  requested, which, in this case, is itself. Does anyone have any
  suggestions?
 
 
 
  Troy Jones
 
 
 
  Dynapp Support Team
 
  678-528-2952
 
  [EMAIL PROTECTED]
  
  [EMAIL PROTECTED]
 
 
 
 
 
 
  -
  To unsubscribe from this list, manage your profile @
  http://www.acfug.org?fa=login.edituserform
 
  For more info, see http://www.acfug.org/mailinglists
  Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
  List hosted by FusionLink
  -



 -
 To unsubscribe from this list, manage your profile @ 
 http://www.acfug.org?fa=login.edituserform

 For more info, see http://www.acfug.org/mailinglists
http://www.acfug.org/mailinglists 
 Archive @ http://www.mail-archive.com/discussion%40acfug.org/
 List hosted by http