problem getting coldfusion and iis running together

2015-02-07 Thread Mark Spence

Sorry, this is both a IIS and ColdFusion question, so I wasn't sure where
to ask.  Hopefully someone here can help me.  I am just getting started
with CF and am helping someone with a site so please bear with me.  I am
trying to get my local dev environment set up.


I had IIS and ColdFusion running ok.  I imported some rules from a
.htaccess file and it seemed to work ok, the pages from the subdirectory
were being served based upon host name.  However, once I did so, I started
getting this error when trying to access the Coldfusion Administrator
located at:

http://127.0.0.1/CFIDE/administrator/index.cfm


I got this error:
HTTP Error 404.2 - Not FoundThe page you are requesting cannot be served
because of the ISAPI and CGI Restriction list settings on the Web server.

I thought it might be because of the rules imported so I disabled them all
but no dice.  I also went to the settings for the ISAPI and CGI
Restrictions and clicked on Edit Feature Settings and clicked Allow
unspecified CGI modules and Allow unspecified ISAPI modules.

After doing so, the error changed to:
HTTP Error 500.0 - Internal Server ErrorThere is a problem with the
resource you are looking for, so it cannot be displayed.

I am not sure what else to try.

Thank you for any help.


~|
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:360081
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: problem getting coldfusion and iis running together

2015-02-07 Thread Russ Michaels

firstly you do not want to allow unspecified modules, you simply  need to
allow the ColdFusion handler.

have you tried enabling detailed errors so you can actually see what is
causing the 500 internal server  ?


On Sat, Feb 7, 2015 at 7:46 PM, Mark Spence markpence...@gmail.com wrote:


 Sorry, this is both a IIS and ColdFusion question, so I wasn't sure where
 to ask.  Hopefully someone here can help me.  I am just getting started
 with CF and am helping someone with a site so please bear with me.  I am
 trying to get my local dev environment set up.


 I had IIS and ColdFusion running ok.  I imported some rules from a
 .htaccess file and it seemed to work ok, the pages from the subdirectory
 were being served based upon host name.  However, once I did so, I started
 getting this error when trying to access the Coldfusion Administrator
 located at:

 http://127.0.0.1/CFIDE/administrator/index.cfm


 I got this error:
 HTTP Error 404.2 - Not FoundThe page you are requesting cannot be served
 because of the ISAPI and CGI Restriction list settings on the Web server.

 I thought it might be because of the rules imported so I disabled them all
 but no dice.  I also went to the settings for the ISAPI and CGI
 Restrictions and clicked on Edit Feature Settings and clicked Allow
 unspecified CGI modules and Allow unspecified ISAPI modules.

 After doing so, the error changed to:
 HTTP Error 500.0 - Internal Server ErrorThere is a problem with the
 resource you are looking for, so it cannot be displayed.

 I am not sure what else to try.

 Thank you for any help.


 

~|
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:360082
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: problem getting coldfusion and iis running together

2015-02-07 Thread Mark Spence

Thank you for the reply.  I googled the error code and found this thread:
http://forums.iis.net/t/1150673.aspx?Am+getting+the+error+0x800704ec+in+webpage+while+calling+the+perl+script

I looked in the ISAPI and CGI restrictions and there is an entry under
tomcat_Default Web Site with the path pointing to
   C:\ColdFusion11\config\wsconfig\1\isapi_redirect.dll

Any ideas?

Thank you.
Detailed Error Information:
 Module   IsapiModule Notification   ExecuteRequestHandler Handler
   mod_rewrite Error Code   0x800704ec
Requested URL   http://127.0.0.1:80/jakarta/isapi_redirect.dll Physical Path
   C:\ColdFusion11\config\wsconfig\1\isapi_redirect.dll Logon Method
   Anonymous Logon User   Anonymous


~|
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:360083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm