Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Ruby (Rack) application could not be started
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
enrico stano  
View profile  
 More options Oct 25 2012, 9:37 am
From: enrico stano <enrico...@gmail.com>
Date: Thu, 25 Oct 2012 06:37:21 -0700 (PDT)
Local: Thurs, Oct 25 2012 9:37 am
Subject: Ruby (Rack) application could not be started

Hi,

I'm following the official guide
http://www.modrails.com/documentation/Users%20guide%20Apache.html#dep...
to deploy my Ruby on Rails app to a subfolder.

Bu when I go to www.mydomain.com/subfolder I get:

Error message: No such file or directory - config.ruException class:
Errno::ENOENTApplication root: /srv/http

The is with application root... but how should I fix it?

You could find all the details here
http://stackoverflow.com/questions/13068413/passenger-ruby-rack-appli...

many thanks!

enrico


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tinco Andringa  
View profile  
 More options Oct 25 2012, 12:25 pm
From: Tinco Andringa <ti...@phusion.nl>
Date: Thu, 25 Oct 2012 18:25:37 +0200
Local: Thurs, Oct 25 2012 12:25 pm
Subject: Re: [phusion-passenger] Ruby (Rack) application could not be started
Hi,

It seems like you forgot the 'public' part of this command:

ln -s /srv/http/rackapp/public /websites/phusion/rack

Which causes passenger to look in /srv/http instead of
/srv/http/rackapp for the config.ru file.

If that does not fix it please paste the output of ls -l in your
webapp directory and your config file :)

Kind regards,
Tinco Andringa


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
enrico stano  
View profile  
 More options Oct 25 2012, 12:31 pm
From: enrico stano <enrico...@gmail.com>
Date: Thu, 25 Oct 2012 18:31:18 +0200
Local: Thurs, Oct 25 2012 12:31 pm
Subject: Re: [phusion-passenger] Ruby (Rack) application could not be started
Hi Tinco,

thank you for your time!

the ln command was correct, but in http-vhosts.conf I used RackBaseURI
/copisteria but I have to use RackBaseURI /copy

thank you btw

2012/10/25 Tinco Andringa <ti...@phusion.nl>:

--
· Enrico Stano
·
· twitter @enricostano
· skype ocirneonats

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »