rails and fcgi
Posted by: Daboo
Posted on: 2006-03-13 17:48:00
- app is installed at www.mydomain.com
- web root is www.mydomain.com/public (this works w/ regular cgi)
- /public has correct permissions
- .htaccess: rewrite rule changed to use .fcgi
- shebang on dispatch.fcgi and dispatch.rb is set to #!/usr/bin/ruby1.8
(also tried just ruby)
-environment.rb : running in prod
Any ideas? o_O