passenger Questions
1
Solved
I'm learning Docker and I've a problem trying to connect a Rails app on the passenger-full container and a mysql container. Both are linked in a compose file
app:
build: ./rails
ports:
- "80:80...
Inalterable asked 18/11, 2015 at 19:35
1
I have a simple config.ru rack app where I only require and run rack-server-pages to provide dynamic pages in a quick and convenient way. This config.ru app is served by phusion passenger-standalon...
2
I know that nginx is a web server, and passenger is an app server. We can just run
passenger start
to start up our rails application, and everything seems to work fine. But there are a lot of p...
Expansive asked 26/9, 2015 at 19:46
1
I have an app that has a page on which user must see in relatively real-time how 2 steps are processed.
Now this is done by ajax short-polling. I'd like to change it to some less server-heavy tech...
Beore asked 29/8, 2015 at 12:41
2
Solved
UPDATE: When entering 'passenger-memory-stats' I'm showing:
---Passenger processes---
Processes: 0
How do I troubleshoot this? Why would passenger not be starting even though I added it in httpd...
Uncanny asked 23/8, 2015 at 19:12
4
Solved
I have been banging my head against a door trying to deploy a Rails 4 app on Ubuntu 14 + Apache2 + Passenger. I seemed to have made some progress: passenger is installed properly with the proper ap...
Joyejoyful asked 13/3, 2015 at 1:20
5
I have a RoR app that needs to be hosted on Apache, so I have been trying to install Apache Passenger. When I run the following command:
sudo passenger-install-apache2-module
I get:
Checking fo...
Woolgrower asked 17/2, 2012 at 20:32
1
Solved
How does passenger_free_ruby work?
I installed phusion passenger using the apt package provided by phusion. My system ruby is ruby2.1 installed using the brightbox apt packages. I would expect /et...
2
Solved
I'm running a rails app on a Centos 6.5 server with Passenger and Nginx. How can I check which environment it's running on without stopping it?
Rembert asked 18/8, 2015 at 14:28
2
I have fonts served from cdn.myapp.com using Cloudfront.
I was using the font_assets gem which helped me sending CORS headers to have my fonts accepted in Firefox (among others).
I recently moved...
Oecd asked 18/3, 2014 at 17:45
4
Solved
I'm trying to setup a ruby on rails server on ubuntu10.10 with apache2 and mod_rails (Phusion Passenger).
I already installed ruby 1.9.2-p0 and rails 3.0.8 and installed Passenger with the passeng...
Despicable asked 11/6, 2011 at 15:46
1
Solved
I've been everywhere today looking for the way to properly set my RAILS_ENV for Passenger. I want to use the test environment now that the site is on my server, but I don't want it to be production...
Unable asked 26/7, 2015 at 13:26
4
Solved
I've already installed the needed tools, and followed several tutorials trying to make passenger respond.
I can access static files in public folder (public/500.html or 422.hml). Yesterday I enter...
Phantasmal asked 7/8, 2013 at 14:27
1
I'm using Apache + Passenger on my Linode server, with a Postgresql-9.4 database. Every so often, I get the following error, but it is unpredictable and rights itself a few minutes later with no ac...
Chromo asked 5/5, 2015 at 17:16
4
Solved
How can I find my Phusion Passenger version? is there a command i can run from the terminal?
Howerton asked 17/11, 2011 at 21:50
4
Solved
I have a few apps running rails 3 on ruby 1.9.2 and deployed on a Ubuntu 10.04 LTS machine using nginx + passenger. Now, I need to add a new app that runs on ruby 1.8.7 (REE) and Rails 2. I accompl...
Prudhoe asked 30/3, 2011 at 17:31
2
Solved
I have a server A which proxies all traffic on /rails to server B.
So I setup this virtual host, and most things work...okay. link_to is broken and generates urls to /users as opposed to /rails/us...
Norikonorina asked 10/4, 2015 at 19:50
2
Rails 4.1 on Ubuntu 14.04 with rbenv and ruby 2.2.1.
Using capistrano with the capistrano-passenger gem, but the restart at the end fails:
INFO [8213c63a] Running /usr/bin/env passenger-config r...
Haphazard asked 26/3, 2015 at 17:0
1
Solved
When I start Phusion Passenger Standalone web server (version 5.0.2), I see the following error in the log (even though everything works fine otherwise):
ServerKit/Server.h:892 ]: [Client 1-1] Dis...
Attar asked 10/3, 2015 at 22:4
2
Solved
I installed the Phusion Passenger using the below commands
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 561F9B9CAC40B2F7
sudo apt-get install apt-transport-https ca-certificates
...
Cytoplasm asked 6/3, 2014 at 17:15
5
Solved
If I run bundle install , everything passes. I reboot nginx, and when I visit the site I see the passenger error with this :
git://github.com/spree/spree.git (at master) is not checked out. Please...
Jessicajessie asked 15/2, 2011 at 18:23
1
Solved
I am trying to configure Rails production server with Apache 2.2, Passenger 4.0.59 and XSendFile 0.12. Application is deployed via Capistrano.
Deployed application produces (maybe large) PDF to #{...
Cavie asked 4/3, 2015 at 16:26
2
Solved
I am trying to deploy a Rails application on Elastic Beanstalk. I'd like to be able to look at my web server log files (which should be Passenger) but I don't know where to find them in my ec2 inst...
Lexical asked 4/2, 2013 at 4:24
1
Solved
Nginx + passenger is only showing the root page / path, all other routes fail with 404 Not Found.
I know nginx and passenger must be running to correctly bring up the root path. Here's the entry fo...
2
Solved
I want to execute a simple node-http-proxy example on phusion passenger with nginx.
You can find this example code on https://github.com/nodejitsu/node-http-proxy.
var http = require('http'),
http...
Burks asked 17/12, 2013 at 21:39
© 2022 - 2024 — McMap. All rights reserved.