Questions tagged [phusion]
128 questions
1
vote
1 answer
Where to find Cpanel python app console logs?
i'm trying to deploy Django app in cpanel
after configuring settings and installing requirements i have this error
i want the location of log file to check the error

Sami Fakhfakh
- 89
- 2
- 17
1
vote
0 answers
Migrate Apache+Phusion to Nginx+Phusion
I'm currently using Apache+Phusion quite successfully but am interested in trying out Nginx+Phusion. Although there are lots of places where I can get info on how to set up the latter none of them explain what I have to do to ensure that it is…

nexar
- 11,126
- 3
- 29
- 32
1
vote
1 answer
Installing Phusion Passenger for Nginx, can't find package libnginx-mod-http-passenger
I am using the tutorial at
https://www.phusionpassenger.com/docs/tutorials/deploy_to_production/installations/oss/ownserver/ruby/nginx/
to install Passenger (6.0.4) for use with Nginx. I get to the point where I'm installing the…

rustyshamrock
- 73
- 7
1
vote
2 answers
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 requests all work fine. I was having this problem on Dreamhost which…

Brian Deterling
- 13,556
- 4
- 55
- 59
1
vote
0 answers
Rails 5 Resource Routing Error Only In Production
I have a perfectly normal resource defined by resources :products.
Update works fine in development, on my laptop on pony. Production is on a server I don't have a lot of control of, using phusion. Whenever I try to update it redirects mysteriously,…

caiocaiocaio
- 11
- 2
1
vote
1 answer
Phusion Passenger Standalone Meteor Tutorial Fails with Spawning Error
I've tried the tutorial Quickstart: Meteor + Phusion Passenger on Ubuntu 18.04 and 16.04 as well as Centos 7. In all cases I get something very similar to the following Ubuntu 18.04 error:
pp 4831 output: !> I have control 1.0
[ E 2018-05-20…

glinkmen
- 11
- 4
1
vote
1 answer
restcomm phusion baseimage runsv unable to start ./run: file does not exist
I'm following the Restcomm Docker Quick Start Guide.
I'm trying to launch restcomm connect on a "large" VM (8GB mem and 4vCPUs) on which I installed docker.
I'm behind a corporate http proxy, so running "docker-compose up" out of the box was not…

yohann.martineau
- 1,523
- 1
- 17
- 24
1
vote
0 answers
Rails under Apache and Passenger: no headers
In an Rails app, I have a filter that checks some headers. Something like:
before_action :validate_consumer
...
def validate_consumer
consumer = self.request.headers['HTTP_CONSUMER_SECRET'] == 'random_key'
consumer ||…

Christian Benseler
- 7,907
- 8
- 40
- 71
1
vote
1 answer
Gracefully stop Phusion Passenger running on apache
I have a docker container with apache running in foreground. On stopping the docker container , a SIGTERM is sent to all the child processes , which is apache in our case.
Now, the problem i am facing is to gracefully shutdown apache on receiving…

Ritesh
- 301
- 1
- 4
- 11
1
vote
0 answers
Apache 2.18 denied Rails app (with Apache & Passenger)
I have a server (ubuntu) which runs some Rails app with Apache & Phusion Passenger.
Every Rails app stopped to work since I upgraded Apache to 2.18.
The server always respond with a 403 status (forbidden) but the public/ directory is not private (I…

Christian Benseler
- 7,907
- 8
- 40
- 71
1
vote
0 answers
attachment_fu rmagick on phusion passenger
I am getting so much pain with setting up rmagick on Passenger . I’m developing a rails web application that has image processing feature using imagemagick. the image processing feature is working 100% on development using mongrel, but once i deploy…

Steven
- 565
- 2
- 5
- 11
1
vote
2 answers
passenger-config restart-app returns 500 internal error without any error log entry
I recently updated my passenger phusion apache module to v5.0.21. Now, whenever I want to start/restart an app (e.g. via passenger-config restart-app --ignore-app-not-running --ignore-passenger-not-running /var/www/apps/testapp/bundle) I get the…

Maximilian Friedmann
- 290
- 3
- 15
1
vote
1 answer
Vagrant + docker errors
I'm using Vagrant 1.6.3 with phusion/baseimage as the docker provider to get going with Docker. But I have been running into this error:
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command…

picardo
- 24,530
- 33
- 104
- 151
1
vote
1 answer
bundle exec rake assets:precompile issue with the generated files
I could successfully host the fulcrum app on phusion but I am going nuts with some configuration issues.
1) For some reason there are no assets in the public folder but if I generate them using rake they have the weird digest attached to the suffix…

Pavan K
- 4,085
- 8
- 41
- 72
1
vote
2 answers
uninitialized constant I18n::JS Ruby on Rails
I am still having trouble with Ruby on Rails. I run rails s (this is for my openproject app) and I get this (before it was working). I also wanted to make a note I am now using Ruby 2.0 and I still get the same error.
require 'rails/all'...…

Michael W.
- 65
- 1
- 2
- 9