passenger Questions
2
Solved
I am trying to deploy ActionCable and Rails 5 To Production server (DigitalOcean). I have followed all steps mention in the Gorails video here: https://gorails.com/episodes/deploy-actioncable-and-r...
Baskerville asked 4/9, 2018 at 23:34
1
Solved
Hard issue happening in production for a long time, we have no clue about where it's coming from. Can sometimes reproduces it on localhost, Heroku Enterprise support has been clue-less about this.
...
Bellda asked 1/10, 2018 at 14:16
3
Solved
I have recently deployed my Ruby on Rails application to a plain Ubuntu 16.04 DigitalOcean droplet with Nginx, passenger & Let's encrypt.
The rails app worked fine with just passenger and Ngin...
Linnet asked 14/7, 2018 at 20:35
6
Solved
Rails 3.0.0, Passenger 2.2.15:
Create a new Rails project
Add gem 'paperclip', :git => 'git://github.com/lmumar/paperclip.git', :branch => 'rails3'
to your Gemfile
Do bundle install
Everyth...
Ocher asked 31/8, 2010 at 0:33
2
Solved
System:
Ubuntu: 18.04 LTS
Passenger: 5.3.1
nginx with libnginx-mod-http-passenger
$ sudo nginx -t
Returns:
PassengerLoggingAgent: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL...
Oncoming asked 4/6, 2018 at 2:35
1
Today I updated to the newest updated package for Nginx and Passenger. After the update, my app now has a (forking...) process that wasn't there before and doesn't seem to go away. Yet it is taking...
Wachtel asked 14/5, 2018 at 0:45
2
Solved
Hi, I am trying to install Phusion Passenger. Installation was successful but I am getting the following error on doing service httpd start
Starting httpd: httpd: Syntax error on line 221 of /etc/...
2
Solved
I'm using Rails 3 + Apache + Passenger, and I'm trying to deploy to a new server. I'm not too familiar with where RailsEnv comes from and am getting this error when checking the syntax of my apache...
Vu asked 21/8, 2013 at 15:53
2
Solved
Call rake from rails app after ruby 2.5.0 update, does not work.
$ rake
Traceback (most recent call last):
22: from ./bin/rake:4:in `<main>'
21: from ./bin/rake:4:in `require_relative'
20...
Annecorinne asked 25/12, 2017 at 22:40
3
Solved
I'm on Mac OSX. Nginx is installed in /opt/nginx.
How do I uninstall it? Any thoughts?
Adiabatic asked 1/10, 2011 at 23:9
3
How do I uninstall nginx installed as part of passenger installation on Ubuntu 11.04?
Should I just gem uninstall passenger? Will that remove nginx as well?
This is what I see when I run apt-get ...
Ulcer asked 17/5, 2012 at 15:0
4
Solved
I am having Apache + phusion passenger, I have put
RailsEnv production
in /etc/apache2/sites-available/default file and have restarted apache but when I am running
rails c
> Rails.env.produ...
That asked 12/3, 2013 at 17:51
3
Solved
I'm trying to get a bare bones Rails app deployed under Apache, Passenger 3.0.0 and Rails 3.0.3. I'm getting all kinds of weird errors. mostly revolving around what I think is related to bundler or...
Belly asked 20/11, 2010 at 7:30
2
Solved
While i'm deploying my rails application through capistrano to my CentOS server all the time i have been receiving this error:
*** ERROR: Phusion Passenger doesn't seem to be running. If you are...
Characterize asked 15/11, 2016 at 13:29
5
Im trying to follow this guide
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-passenger-and-nginx-on-ubuntu-14-04
When I want to continue with the tutorial after ...
Destruct asked 2/3, 2015 at 20:8
5
Solved
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 URL flag that coul...
6
Solved
I'm trying to install Passenger and Nginx on my VPS.
I followed these instructions and replaced all links of all sources to the current version.
But when i ran the Phusion Passenger installer fo...
2
I used passenger standalone for my app. currently my app is running on both http and https . i want to redirect all http request to https. I used load balancer in my application.
I read this artic...
Assemblage asked 10/11, 2017 at 11:6
5
I'm attempting to set up gitlab so that it is accessible through a subdirectory of an existing apache server, example.com/gitlab, for example. I am trying to use passenger, as this seems to be the ...
Retroact asked 29/7, 2013 at 12:53
1
Solved
Using gitlab-ci for my node/react app, I'm trying to use phusion/passenger-nodejs as the base docker image
I can specify this easily in .gitlab-ci.yml:
image: phusion/passenger-nodejs:latest
va...
Senhor asked 17/9, 2017 at 16:9
2
Solved
Deploying a Rails app using Capistrano to an Ubuntu VM running Apache with Passenger enabled.
I followed this tutorial: https://www.phusionpassenger.com/library/install/apache/install/oss/trusty/ ...
Ghat asked 5/9, 2017 at 15:34
2
All the assets except for the fonts load nicely,
and whenever I go to my site I keep getting messages like this one:
Access to Font at
'https://xxxxxxxxxx.cloudfront.net/assets/fontawesome-webf...
Zedekiah asked 14/4, 2017 at 10:24
9
Solved
I am using Sidekiq for my background jobs:
I have a worker app/workers/data_import_worker.rb
class DataImportWorker
include Sidekiq::Worker
sidekiq_options retry: false
def perform(job_id,fil...
Hyperbolize asked 10/10, 2012 at 9:34
1
Solved
Sometimes my EC2 server is down.
I never figured out the reason.
But these days after some deployments actions, the server is down.
And is down after the deploy. I have a lot of assets to precompil...
Accused asked 8/7, 2017 at 21:37
5
Solved
I couldn't find any way to disable Passenger's X-Powered-By header:
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.11
Is it possible to do that without modifying its sources and removi...
Peri asked 28/11, 2011 at 15:3
© 2022 - 2024 — McMap. All rights reserved.