Something else: When visiting dispatch.fcgi directly (managed to rewrite an empty URL to dispatch.fcgi) it sits there for about 20 seconds then gives:
Application error Rails application failed to start properly" Apache logs say: [Mon Oct 18 08:23:12 2010] [error] [client 74.131.61.13] FastCGI: comm with (dynamic) server "/var/chroot/home/content/i/h/a/[name]/html/ radiant.wreckcreations.biz/public/dispatch.fcgi" aborted: (first read) idle timeout (60 sec) [Mon Oct 18 08:23:12 2010] [error] [client 74.131.61.13] FastCGI: incomplete headers (0 bytes) received from server "/var/chroot/home/ content/i/h/a/[name]/html/radiant.wreckcreations.biz/public/ dispatch.fcgi" I've verified all the database stuff and htaccess files, but can't get it to work. Any other suggestions? On Oct 18, 11:16 am, "Lord.Quackstar" <[email protected]> wrote: > I think I might of gotten it installed (had to move to a new server), > but now I'm getting another problem: Something is redirecting to the > wrong directory. > > When visiting the root directory of my site I get a directory list. > Then when I go to /public I get a 404 about / > radiant.wreckcreations.biz/public/dispatch.fcgi . Interestingly though > I get this in my apache error log: > > [Mon Oct 18 08:05:29 2010] [error] [client 74.131.61.13] File does not > exist: /var/chroot/home/content/i/h/a/[name]/html/ > radiant.wreckcreations.biz/radiant.wreckcreations.biz/public/ > dispatch.fcgi > > Apparently something is redirecting to the wrong directory. But I have > no idea what it is as none of the .htaccess's in the hearchy redirect > there. I tried to bandaid fix it by putting this in /.htaccess: > > RewriteCond %{REQUEST_URI} ^/radiant\.wreckcreations\.biz/radiant > \.wreckcreations\.biz [NC] > RewriteRule ^(.*)$ /radiant.wreckcreations.biz/$1 [L,QSA,NC] > > But it didn't seem to fix it. I'm really at a loss now and don't have > the ruby skills to manually fix it. From what I've heard Godaddy > doesn't help with this kind of stuff, so I don't have anybody else to > turn to. > > Any suggestions? > > On Oct 17, 7:10 pm, john muhl <[email protected]> wrote: > > > On Sun, Oct 17, 2010 at 4:35 PM, Lord.Quackstar > > > <[email protected]> wrote: > > > Apparently when installing gem compiles the scripts to native code > > > using make, gcc, and several other commands. I've had to manually > > > download and add make and gcc to my PATH. > > > > Here's what happens > > > > [[na...@p3nlhjava006 html]$ gem install radiant > > > Building native extensions. This could take a while... > > > ERROR: Error installing radiant: > > > ERROR: Failed to build gem native extension. > > > ... > > > make: *** [/home/content/i/h/a/[name]/.gems/gems/RedCloth-4.2.3/lib/ > > > redcloth_scan.so] Error 1 > > > i can't be of any help figuring out how to compile stuff on a godaddy > > server but to skip the RedCloth installation altogether try: > > > gem install rake will_paginate > > gem install rack -v 1.1.0 > > gem install radiant --ignore-dependencies > > > this will cause Radiant to fallback on its vendored (older, pure ruby) > > RedCloth. > >
