0
votes
3answers
38 views
Symlinking problem
Hey dudes.i am having this problem while symlinking. I have successfully deployed a ruby on rails application on server and all the migrations are done. It is deployed with phusion …
0
votes
1answer
33 views
Phusion Passenger on Ubuntu not seeing plugin in vendors directory
Phusion Passenger, running on Ubuntu Hardy Heron, is bombing on a require 'lingua/en/readability'. The plugin is installed in the plugins directory and works fine with script/serve …
0
votes
1answer
99 views
Phusion Passenger, mod_rails rails 2.3 problem
"The application has exited during startup (i.e. during the evaluation of config/environment.rb). The error message may have been written to the web server's log file. Please check …
1
vote
1answer
301 views
Phusion Passenger 2.2.2 crashes often
I deployed an rails(2.3.2) app on Passenger 2.2.2.
It crashes sometimes.
There's the error message.
Passenger encountered the following error:
The application spawner server exi …
0
votes
1answer
54 views
why is my unicode not working under passsenger??
This question contains java and ruby.
I have a java program that I make a call to from ruby.
This code works under merb perfectly without any modifications.
This code will work u …
6
votes
7answers
636 views
is mod_rails or Phusion Passenger finally the answer to Ruby on Rails Deployment?
I read from some books that Phusion Passenger is the answer to easy Ruby on Rails deployment. But my friend said that first there was Apache + bunch of Mongrels, and then lighttpd …
2
votes
4answers
883 views
Slow initial server startup when using Phusion Passenger and Rails
To jump on the band-wagon of Phusion Passenger we've setup a staging server for a small rails app to test things out.
So far it has been very nice to use, it makes installing/conf …
2
votes
1answer
356 views
What URL should I give Google Maps API so it recognises the key created for a local Rails apps run with Passenger?
Hi,
I've been working on a Google Maps based Rails app and it was working fine until I installed Phusion's Passenger and now Google Maps API won't recognise the API Key which I ge …
4
votes
2answers
539 views
How to limit Phusion Passenger memory usage?
Is there a way to limit the amount of memory Phusion Passenger uses when serving up your app?
My host comes by and kills the process after I get a bunch of traffic and so I end u …
6
votes
4answers
563 views
modrails - rogue ruby processes consuming 100% cpu
I'm having ruby instances from mod_rails go "rogue" -- these processes are no longer listed in passenger-status and utilize 100% cpu.
Other than installing god/monit to kill th …
2
votes
1answer
202 views
Rails: How should Phusion Passenger and I18n.locale behave?
I have a Rails 2.2 web app running on Passenger / REE
I set the default locale in config/environment.rb
config.i18n.default_locale = 'en-GB'
The first request seems to have no l …
0
votes
1answer
108 views
Why do I get an error on the first request after restarting a Sinatra app with Rack and Phusion Passenger?
After I touch tmp/restart.txt and my app restarts, the first request throws an error, usually something about not finding Haml::Engine or some other gem. The second and subsequent …
0
votes
1answer
151 views
phusion passenger charset
Hi All,
I just installed Apache 2, Phusion Passenger and Rails 2.2.2 on Centos 5.2 64 bit server.
My mysql database is latin1, and my setup works on php server, and my rails setup …
0
votes
4answers
682 views
How do I clear the cache of Ruby Phusion Passenger in Ubuntu?
I've tried restarting apache and the cached pages still appear, so there must be a folder someplace. I don't have a 'public/cache', so what other places should I look? Is there a U …
0
votes
1answer
582 views
Apache cannot initialize Passenger. Broken pipe (32) when connecting to Application Pool
Hello -
I have installed Phusion Passenger 2.0.3 on Apache 2.2.3 on Centos 2.6.18-92.el5 #1 SMP and I am getting the following on the httpd error log
Cannot initialize Passenger …
