Jump to content

incense

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Switzerland

incense's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Nobody has an idea? http://bergschmuck.incense.heliohost.org/ This displays the following: #!/usr/local/bin/ruby # # You may specify the path to the FastCGI crash log (a log of unhandled # exceptions which forced the FastCGI instance to exit, great for debugging) # and the number of requests to process before running garbage collection. # # By default, the FastCGI crash log is RAILS_ROOT/log/fastcgi.crash.log # and the GC period is nil (turned off). A reasonable number of requests # could range from 10-100 depending on the memory footprint of your app. # # Example: # # Default log path, normal GC behavior. # RailsFCGIHandler.process! # # # Default log path, 50 requests between GC. # RailsFCGIHandler.process! nil, 50 # # # Custom log path, normal GC behavior. # RailsFCGIHandler.process! '/var/log/myapp_fcgi_crash.log' # require File.dirname(__FILE__) + "/../config/environment" require 'fcgi_handler' RailsFCGIHandler.process! Instead it should fire up Ruby and execute the file... I'd be *very* thankful for help. :-)
  2. OK, it's still getting better, but it's not superb yet. ;-) bergschmuck.incense.ch (goes to the root/public dir of the rails app) bergschmuck2.incense.ch (goes to the root dir of the rails app) It seems that the correct dispatcher thingie is loaded, but it's just displayed to screen instead of being executed...? :-)
  3. Oh, I see. In this case I suggest you edit the "HelioHost Account Queued" message with something more accurate. :-)
  4. Better now. But still not perfect. I have created a subdomain http://bergschmuck.incense.heliohost.org which points to /rails_apps/bergschmuck/public. This doesn't work. So I created another subdomain http://bergschmuck2.incense.heliohost.org that points to /rails_apps/bergschmuck, which redirects me to http://bergschmuck2.incense.heliohost.org/...aultwebpage.cgi and tells me "HelioHost Account Queued". Still not what I want. ;-) Any suggestions? Thanks.
  5. I added a subdomain, and this didn't work. And now even the old link doesn't work anymore! I don't know why. I restarted the Rails app, the production.log tells only "# Logfile created on Thu Feb 24 08:59:42 -0800 2011 by logger.rb/22285" and doesn't get altered in any way when accessing the app, so I guess somehow my old link (that worked) now doesn't point to my app anymore. But the rails app is running, the needed rewrite still points to the correct port... no idea what's not ok there. Anyone has an idea? Anyone got Rails working? :-) Thanks a lot.
  6. Thanks, guys. I will try to add a subdomain, I hope it will work then. At the time being I have problems getting into the CPanel though... See http://www.helionet.org/index/index.php?showtopic=8383.
  7. Hey everybody Just wanted to point out that when I log into CPanel, then at first everything loads fast, but before displaying all the functions etc. it "hangs" and nothing happens anymore... Is this a known problem? What can I do? Thanks Josh
  8. Hey everybody First of all: Thanks a lot to the people running HelioHost! It's really a great thing, and I'm very thankful for this. I'd like to host a small Rails app on HelioHost. I managed to get it correctly connecting to the database etc., and the main page seems to work already to some extent: http://incense.heliohost.org/bergschmuck To compare, here is the "original" page on my old hosting (who will cancel RoR support in a few weeks, sadly): http://www.bergschmuck.ch So the problem seems to be some .htaccess thing, I guess? I tried some things in the public/.htaccess file myself, but it didn't work out - in fact, when deleting all its contents, this didn't have any impact, too, so it seems there's something wrong somewhere else...!? Anyone has an idea? :-) Thanks a lot for help, and also thanks again for this great service! Josh
×
×
  • Create New...