I see the file in /myapp/public. Should it be somewhere else?
dispatch.fcgi 404
- Niamh
- Posts: 8
- Starts: 4
- Wiki Edits: 0
- Location: New York, NY
I followed the deployment steps in this thread http://www.hostingrails.com/forums/wiki_thread/1 , and when I look at my domain I'm getting a 404 for dispatch.fcgi.
I see the file in /myapp/public. Should it be somewhere else?
I see the file in /myapp/public. Should it be somewhere else?
- Vinayan
- Posts: 244
- Starts: 0
- Wiki Edits: 2
Hi Niamh,
The symbolic link to ~/rails_app/public was not properly set. I have rectified it. Now the app is loading but it is showing some errors. The errors are being logged in the production log.Please have a look at it.
The symbolic link to ~/rails_app/public was not properly set. I have rectified it. Now the app is loading but it is showing some errors. The errors are being logged in the production log.Please have a look at it.
2008-04-07 08:15 PM
- Niamh
- Posts: 8
- Starts: 4
- Wiki Edits: 0
- Location: New York, NY
Thanks so much -- had some models and rake files not make it up via ftp but I've got it working now.