Quantcast
Channel: Adobe Community : Popular Discussions - ColdFusion Server Administration
Viewing all articles
Browse latest Browse all 78799

Install CF8.01 on Windows Server 2008 64bits

$
0
0
Hello,

I have a new machine whith Windows server 2008 x64 and i installed on it CF8.01.
For installing, no problems and the service work fine.
But, when i launch one page on the web server, a .cfm or a classic html the IIS 7 return a error 500.21 :

HTTP Error 500.21 - Internal Server Error
Handler "AboMapperCustom-26364" has a bad module "IsapiModule" in its module list Detailed Error InformationModule IIS Web Core
Notification ExecuteRequestHandler
Handler AboMapperCustom-26364
Error Code 0x8007000d
Requested URLhttp://127.0.0.1:80/
Physical Path C:\inetpub\wwwroot
Logon Method Anonymous
Logon User Anonymous

In IIS config panel, handlers mapping, i have entry for all CF handler and one with path * and direct from jrun_iis6_wildcard.dll.

the section of web config for handlers is :
<handlers accessPolicy="Read, Script,Execute">
<clear />
<add name="AboMapperCustom-23790" path="*" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll" requireAccess="None" responseBufferLimit="0" />
<add name="AboMapperCustom-23791" path="*.jsp" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll" requireAccess="Script" responseBufferLimit="0" />
<add name="AboMapperCustom-23792" path="*.jws" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll" requireAccess="Script" responseBufferLimit="0" />
<add name="AboMapperCustom-23793" path="*.cfm" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll" requireAccess="Script" responseBufferLimit="0" />
<add name="AboMapperCustom-23794" path="*.cfml" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll" requireAccess="Script" responseBufferLimit="0" />
<add name="AboMapperCustom-23795" path="*.cfc" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll" requireAccess="Script" responseBufferLimit="0" />
<add name="AboMapperCustom-23796" path="*.cfr" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll" requireAccess="Script" responseBufferLimit="0" />
<add name="AboMapperCustom-23797" path="*.cfswf" verb="*" modules="IsapiModule" scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll" requireAccess="Script" responseBufferLimit="0" />
<add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" />
<add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" />
<add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule" resourceType="Either" requireAccess="Read" />
</handlers>
and

Application 32bits mode is ok
<applicationPoolDefaults enable32BitAppOnWin64="true">
<processModel identityType="NetworkService" />
</applicationPoolDefaults>

Have you an idea why the application server fail.
Thanks for your responses.

Seb

Viewing all articles
Browse latest Browse all 78799

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>