Questions tagged [phusion-passenger]

Phusion Passenger (originally called mod_rails or mod_rack) is a Rails application server designed for easy deployment and low maintenance hosting of Rack apps, including Rails, Sinatra, Camping, and other ruby-based web development micro-frameworks. Passenger supports both Apache and NGinx webservers and is written in C++.

More about Phusion Passenger: http://www.modrails.com/

482 questions
0
votes
1 answer

Installed Redmine, now phpmyadmin results in "Cannot start Ruby on Rails application"

I recently installed Redmine on an Ubuntu 12.04 + Apache server, and it is working fine. However, my phpmyadmin site is giving me a bizarre error when I go to https://phpmyadmin.example.com: Here is the VirtualHost configuration bit for…
David Kaczynski
  • 101
  • 3
  • 11
0
votes
1 answer

Passenger Enterprise edition - "Mass Deployment" clarification

We're thinking about purchasing a license for Passenger Enterprise, and I'm looking for a better explanation about the "Mass Deployment" feature in Passenger Enterprise Edition. Say you have Rails 3 applications -…
bricker
  • 167
  • 1
  • 1
  • 7
0
votes
1 answer

Start Redmine automatically

I use Redmine with Passenger, RVM and Linux. To start Redmine I use next commands: su redmine cd /www/public/redmine rvmsudo passenger start -p 85 -d --user=pass What is the best way to start it automatically when Linux starts?
ceth
  • 526
  • 1
  • 7
  • 16
0
votes
2 answers

Install passenger with yum-installed nginx

Is it possible to install passenger into nginx that has been installed previously using yum? I need to provide a directory prefix for the install-nginx-module, just wondering where that would be on Centos? passenger-install-nginx-module …
Toby Hede
  • 309
  • 5
  • 11
0
votes
2 answers

500 error with deploying rails application via apache2+passenger

I finally completed my own app, so the only work left is deploying the app. I'm using Ubuntu 10.04 and apache2(installed by apt-get), so I'm trying to deploy through passenger. I installed passenger gem like this: sudo gem install passenger rvmsudo…
user1633983
0
votes
1 answer

Problems getting Squirrelmail and passenger working on apache

I'm trying to have a setup where I want to run a squirrelmail and Passenger on the same apache server, having a url point to squirrelmail and everything else handled by passenger. I've gotten so far that both squirrelmail and passenger will run fine…
Kenneth
  • 145
  • 6
0
votes
2 answers

Restart one specific application only

I am using an apache webserver which has several applications on it. I need to restart one specific ruby on rails application. In the phusion passenger documentation, it mentions that there are 2 ways of doing so: By restarting Apache. By creating…
Kum
0
votes
2 answers

Using RVM in Puppet manifests

I'm currently digging deeper into Puppet and with several manifests I encounter problems regarding the installed ruby version or rubygems. I would guess that others probably also run in such problems. As I couldn't find the right pointers via…
Florian Feldhaus
  • 251
  • 2
  • 4
  • 11
0
votes
1 answer

Confused about CNAME and subdomains

I have an app that sits at exampleapplication.com. It's a rails application sitting on an Apache/Passenger stack. The app is set up to use subdomain constraints to point to user accounts (e.g. user1.exampleapplication.com). I want users to be able…
0
votes
1 answer

Host multiple Rack apps on one server with multiple ports (using Apache and Passenger)

I've search online and been reading documentation for Apache, Passenger, Rack, etc, but have yet to find a solution to my problem. I have several Rack (ruby)-based apps, located in /home/web/sites/app1 /home/web/sites/app2 /home/web/sites/app3 app1…
0
votes
1 answer

Passenger not running continuously

I am wondering if somebody could inform me of the correct behaviour for a Rails app running through Rack/Passenger, as I am seeing some unusual behaviour on a production system which has never been running quite right. My understanding is that…
0
votes
1 answer

PostgreSQL 9.1 won't restore because "a user is connected"

I'm transferring a database as part of transferring a website. I've not used PostgreSQL before, so assume that I don't know much about it (I primarily use MySQL). We cannot directly connect the machines to use the pg_dump -h host1 dbname | psql -h…
0
votes
1 answer

Installing Passenger on CentOS 6.0 with the view to running my Puppet Master via Passenger

I'm attempting to configure Puppet to run via Passenger. I'm using this guide I've hit a bit of a brick wall. When I attempt to reload apache, I get the following error: [Sun Jul 15 19:38:44 2012] [error] Init: Unable to read server certificate from…
Mister IT Guru
  • 1,178
  • 3
  • 15
  • 35
0
votes
1 answer

State of the art deploying Rails applications with git

I'm looking to group together the information on the current best practices for deploying a Rails application on a server I run (rather than, say, Heroku). The application is developed by multiple people, and they all have permission to deploy it. …
0
votes
1 answer

Rails app deployment challenge, not finding database table in production.log

I'm trying to setup PasswordPusher as my first ruby app ever. Building and running the webrick server as instructed in README works fine. It was only when I tried to add Apache ProxyPass and ProxyPassReverse that the page load slowed down to…
Stefan Midjich
  • 177
  • 1
  • 3
  • 12