Hi all,
i'm sorry for my bad english but i don't speak it very well. I'm using Windows Server 2008 R2 in trial version and i'm configuring IIS 7 + FastCGI + Ruby On Rails but i'm having issues. I tried to search on google and here but all links go on a old site with a removed guide. I've installed ruby and it works with webrick but i need to use IIS. So i put into
C:\inetpub\wwwroot\ruby-app
my ruby application and i added the fastcgi module to the website:
iis manager -> site -> handler mappings -> add module mapping
- Request path: *
- Module: FastCgiModule
- Executable: C:\Ruby\bin\ruby.exe|C:\inetpub\wwwroot\ruby-app\public\dispatch.fcgi production
all it's ok, i can run the site but when i try to run the ruby application i retrieve this 500 error:
HTTP Error 500.0 - Internal Server Error
c:\ruby\bin\ruby.exe - The FastCGI process exited
unexpectedly
Detailed Error Information
| Module |
FastCgiModule |
| Notification |
ExecuteRequestHandler |
| Handler |
RubyOnRails |
| Error Code |
0x00000001 |
| Requested URL |
http://localhost:80/ruby-app |
| Physical Path |
C:\inetpub\wwwroot\ruby-app |
| Logon Method |
Anonymous |
| Logon User |
Anonymous |
please help me