You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for the Phusion Passenger application server.
|
|
|
Trouble Installing Passenger
|
| |
I have been having issues trying to install Passenger on my Hostgator Level 1 VPS. When running the install script: passenger-install-apache2-modu le I get the error "vps memory exhausted aborting rake" on the utils.cpp file. I've tried shutting down as many of the daemons that are using memory as... more »
|
|
Error in classic_rails_preloader? no such file to load -- config/environment
|
| |
passenger-4.0.2/helper-scripts /classic-rails-preloader.rb ln 36: require File.expand_path('config/envir onment') This line assumes that the existing context is the application root. However, it may not be. For example if the user's .bashrc changes the directory then this script will fail. Could you add an "app_root_path" variable to ensure the correct path is... more »
|
|
Rack VMSize increase after streaming and never went down.
|
| |
Hi all, I have a rails app that stream data from another server and serve to client. It is basically act as a pass through. Here is the example of how I do the streaming : self.response_body = Enumerator.new do |y| Net::HTTP.start(url.host, url.port) do |http| http.request(file_request) do |web_host_response2|... more »
|
|
Error in post2/implementation.cpp: 1156 with passenger 4.0.2 and Ruby 2.0.0
|
| |
had deployed a Sinatra App using passenger gem version 3.0.19 on Ruby 1.9.2-p290 and it was working fine. When I upgraded my Ruby to 2.0.0 and passenger to 4.0.2, I am getting this line in /var/log/httpd/error_log [ 2013-05-09 10:18:40.7277 6116/41715940 Pool2/Implementation.cpp:1156 ]: [App 6157 stderr] 172.16.24.58 - - [09/May/2013 10:18:40] "GET / " 1146 - 0.0018... more »
|
|
Passenger 4 and bash_profile
|
| |
Has Passenger between 3 and 4 changed how it loads the environment, and which .dotfiles it might load when forking an app? I had a .bash_profile with some interactive stuff in it (ssh-agent related), in the account that my app was running in. Under Passenger 3.x, this did not cause a problem. Under Passenger 4.0.2 -- I got an error from Passenger when trying to... more »
|
|
Handle multiple large image upload with Passenger
|
| |
Hi, I want to deploy an app where there will be multiple images upload will be handled. Each image would be of size 3-4Mb in size. I am new to Phusion passenger deployment. How should I need to configure the RAM, Process. how to handle the PassengerMaxPoolSize for handling this. Please help me. Thanks in Advance... more »
|
|
|