Author | Topic: waa / iis7 (win7) install problem- handler mapping not redirecting to waa gateway | |
---|---|---|
Les C. Cseh (ASAP Checks) | waa / iis7 (win7) install problem- handler mapping not redirecting to waa gateway on Sat, 06 Nov 2010 14:09:52 -0400 Has anyone run into this - i followed the technote for installing waa with iis7 and everything was going fine until one of the very last steps. after adding the script map so that requests for cgi-bin/waa1gate.dll go to C:\Windows\System32\inetsrv\waa1gate.dll, the test for: http://localhost/cgi-bin/waa1gate.dll results in a 404 error instead of a waa gateway error, and the 404 error details show that it is looking for waa1gate.dll in the physical path c:\inetpub\wwwroot\cgi-bin instead of C:\Windows\System32\inetsrv Any suggestions are appreciated. thanks in advance, les | |
Andreas Herdt | Re: waa / iis7 (win7) install problem- handler mapping not redirecting to waa gateway on Wed, 10 Nov 2010 11:16:29 +0100 Hi Les, The 404 error message may occur on Windows 64 Bit operating systems as the gateway is a 32 Bit library. The IIS on 64 Bit Systems is not able to start 32 Bit workers "out of the box". For this the Web server needs to be configured accordingly. Please refer to following documents that describe the proper configuration: http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/13f991a5-45eb-496c-8618-2179c3753bb0.mspx?mfr=true and http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/13f991a5-45eb-496c-8618-2179c3753bb0.mspx?mfr=true As buttom line you need to go to: %systemdrive%\Inetpub\AdminScripts and start a configuration script as follows: cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 “true” Following issues arise here: 1) The aspect "64 Bit IIS" is not covered in the tutorial. 2) We need to have a 64 Bit gateway Hope this helps. Am 06.11.2010 19:09, schrieb Les C. Cseh (ASAP Checks): > Has anyone run into this - i followed the technote for installing waa with > iis7 and everything was going fine until one of the very last steps. after > adding the script map so that requests for cgi-bin/waa1gate.dll go to > C:\Windows\System32\inetsrv\waa1gate.dll, the test for: > > http://localhost/cgi-bin/waa1gate.dll > > results in a 404 error instead of a waa gateway error, and the 404 error > details show that it is looking for waa1gate.dll in the physical path > c:\inetpub\wwwroot\cgi-bin instead of C:\Windows\System32\inetsrv > > Any suggestions are appreciated. > > thanks in advance, > > les > > Andreas Herdt Alaska Software -------------------------------------------------------------------- Technical Support: support@alaska-software.com News Server: news.alaska-software.com Homepage: http://www.alaska-software.com WebKnowledgeBase: http://www.alaska-software.com/kbase.shtm Fax European Office: +49 (0) 61 96 - 77 99 99 23 Fax US Office: +1 (646) 218 1281 -------------------------------------------------------------------- |