More about Phusion Passenger: http://www.modrails.com/
0
votes
0answers
15 views
Where do Passenger logs go?
I have a Rails application running on CentOS with Apache/Passenger, and I have a little problem: I don't have any logs for my Rails Application, What am I missing?
This is my apache conf :
...
0
votes
1answer
15 views
Easy way to launch several rails apps on the server
I have several rails applications on my server. Each application uses its own rvm gemset. I'm using Thin as web server for each application, this servers installs as a gem separately for each ...
1
vote
1answer
44 views
Apache running as user 'apache', but files it creates are owned by 'nobody'
I have apache httpd 2.2 running as user 'apache'. However, any files it creates are owned by 'nobody'. Also, it can only access things that are accessible by user 'nobody'. It sure seems like apache ...
0
votes
0answers
30 views
Dynamically enable passenger in nginx
I have a virtual host configured in nginx that will do 'dynamic virtual hosting':
server {
if ($host ~* www\.(.*)) {
set $host_without_www $1;
rewrite ^(.*)$ ...
2
votes
1answer
84 views
Setting passenger with Apache virtual hosts?
I am setting up a new server which I intend to host multiple Ruby on Rails applications on.
The server is running Ubuntu 10.04 LTS and I have set the Apache virtual hosts up so each application has ...
0
votes
1answer
50 views
Nginx - Passenger - Rails 3.2 not responding
I am struggeling to get my rails 3.2 app running on a nginx - passenger - ruby 1.9.3 setup.
here is what I already did:
installed passenger gem
installed rvmsudo passenger-install-nginx-module
I ...
0
votes
1answer
71 views
NGINX + Passenger Deployment of Redmine — 403 forbidden
Seen this question asked a few times, tried out several posted solutions without any luck.
installed phusion passenger w/ nginx, running ruby 1.9.3 under a multi-user rvm install
somewhat familiar ...
0
votes
2answers
76 views
How to install Phusion Passenger using RVM on Rackspace server?
I am getting ready to start hosting my own Ruby applications. I already have RVM installed on my production server. Now I would like to install Passenger.
I have Ruby 1.9.2 set as the default. I ...
1
vote
1answer
22 views
How do I check what version of mod_passenger I'm running?
I'm running into an intermittent error with my Ruby app and I'm trying to figure out the context. I'm running mod_passenger off of Apache (on Dreamhost, if that matters).
The error I'm getting is:
[ ...
0
votes
1answer
26 views
Rails on Dreamhost dedicated alongside existing PHP apps
I'm a developer, and don't have much administration experience. The client wants to host a Rails 3.2 app on his Dreamhost dedicated server (running Debian) which already hosts a bunch of other sites ...
0
votes
0answers
29 views
Relative path incorrect in the view layer when hosting a rails3 app in a subdirectory using passenger and apache
I want to host multiple Rails apps on a multiple server using sub-directories.
And have encountered some relative path problems.
I have made a symbolic link to the app's public directory and placed ...
1
vote
1answer
281 views
Can't install nginx with passenger after ubuntu server 12.04 upgrade
I'm trying to install nginx with passenger support on 12.04
I've used the brightbox repo before but that doesn't work now.
I've also tried ppa:nginx/stable but when I try to run sudo apt-get install ...
0
votes
0answers
32 views
Rails Initialisation taking several minutes on EC2 Micro, MySQL + Ruby 100% CPU
As stated, after successfully performing cap deploy, and then reloading my SQL free site root (it's just a splash page at the moment), the server locks up seemingly spawning a new Rails process. ...
1
vote
1answer
52 views
Configure redmine that it responds on redmine.mydomain.com
I installed redmine just a few minutes (or hours?) ago and it works fine at my root domain "mydomain.com". But this is not what I want. What I want is my root domain pointing to some public stuff and ...
0
votes
0answers
40 views
rails + memcache + passenger strange issue with centralized memcache servers
We are facing strange memcache issue in production.
We have 10 rails application servers(passenger) load balanced by nginx.
We have 4 different(ip address) memcached servers.
We are using ruby ...
0
votes
0answers
65 views
Nginx 502 followed by 500 error
Whenever my rails application encounters an 500 Internal Server Error (because of any exceptions at the layout), the request that follows get the 502 Bad Gateway error.
Here is the trace of my log.
...
0
votes
1answer
56 views
Apache/Passenger and cpulimit
I run a ruby on rails site that processes email - the email is dumped directly into the web app via a POST from postfix.
At times I can get a burst of email coming in causing a prolonged surge in ...
1
vote
2answers
49 views
Cannot connect to domain despite successful pings
Pings to my domain name work, but I can't connect via http. I've been trying various methods for a week now, but haven't come up with anything that worked. Any idea what's causing this?
...
1
vote
1answer
41 views
Rails showing files list and not running app
I followed this tutorial: http://railsapps.github.com/tutorial-rails-mongoid-devise.html
Running nginx via proxy on port 8000. You can see it here.
Why is it listing the files in the /public dir? ...
3
votes
1answer
44 views
Passenger fails to run on first load, but successfully launches after single refresh
I have a pretty simply passenger installation on my production server. It seems that every night the passenger process quits due to inactivity.
When I hit the site in the morning, passenger starts up ...
1
vote
1answer
66 views
Rack processes taking over CPU under Passenger
I have a Spree site running the following stack:
Nginx 1.0.8
Passenger 3.0.9
Ruby 1.9.2-p290
Rack 1.3.6
Rails 3.1.4
Spree 0.70.5
I recently upgraded from Spree 0.70.3, which also brought a Deface ...
0
votes
1answer
77 views
Mysterious Ruby processes on Rails server
I'm trying to chase a bug on a Rails site and I've noticed that there are recurring Ruby processes which are hogging CPU and won't go away. I'd like to suss out what's starting them and how to either ...
1
vote
1answer
59 views
Configure in Apache two Ruby on Rails apps in the same Server with same IP
I previously ran an two Ruby and Rails applications, one of them by using rails console command, the another one using Apache trough Phusion Passenger. Both applications ran in same IP, the only ...
1
vote
0answers
49 views
Can't install Passenger for Apache
To set up Passenger some packages must be installed, for example libcurl4-openssl-dev:
user@ubuntu:~$ sudo apt-get install libcurl4-openssl-dev
Reading package lists... Done
Building dependency tree
...
0
votes
1answer
46 views
Ruby on Rails/Passenger with Apache2 - setting up sub domains
I'm trying to configure Apache2 and mod_passenger so I can have one site at the root of the server example.com/ and another totally different rails instance at example.com/second.
My ...
0
votes
2answers
118 views
Best Practice: RVM w/ Multiple Nginx-Passsenger Standalone Servers Running One App per Server
I'm wondering what would be the best approach to hosting multiple Rails applications where each application has a different gemset and may possibly use a different version of Ruby. I'm thinking of ...
3
votes
1answer
157 views
Unable to start the Phusion Passenger watchdog
I'm trying to install Passenger (mod_rails) on Apache2 server by using the command
1. gem install passenger
2. passenger-install-apache2-module
Passenger gets installed and i added the below line ...
1
vote
2answers
336 views
Redmine suddenly stopped working. How to troubleshoot?
I was a happy user of redmine for like 6 months. My plan was to set it up and never update anything in order not to deal with dependencies and stuff.
I'm using Ubuntu server 10.04 (Apache/Passenger) ...
1
vote
2answers
43 views
Setting up apache for rails on ubuntu
I have apache with the following 000-default file for my app
<VirtualHost *:80>
ServerName www.yourhost.com
DocumentRoot /somewhere/public
<Directory ...
0
votes
1answer
194 views
Timeouts somewhere on our stack (haproxy, nginx, rails, memcached)
We have some timeouts that are driving me crazy, under virtually no load (probably a couple people hitting the servers per minute).
We use nginx to redirect non-SSL to SSL, terminate the SSL, and ...
1
vote
0answers
18 views
Sending HUP to Nginx resulting in never-dying old master process
Sometimes when I try to do a graceful restart by sending HUP to Nginx, I end up with a master process that never dies, it sticks around forever, and eventually my app becomes unresponsive and I have ...
0
votes
1answer
98 views
Nginx Passenger returning 500s for every request
Up until this point I've been using the standalone passenger (nginx-based) for my application. Everything works fine.
I've decided to move to an nginx based solution since I need to be able to ...
0
votes
0answers
71 views
Ruby 1.9.3-p0 on Dreamhost PS
I'm tinkering with Dreamhost PS (VPS) and wanted to know if people had experience upgrading the standard Ruby 1.8.7 to Ruby 1.9.3-p0?
I don't really want to use RVM unless I have to but it maybe that ...
0
votes
2answers
52 views
Apache Passenger displaying my Rails application contents?
I have installed mod_rails (phusion passenger) for Apache on Ubuntu 11.10. Ruby and Rails are running fine, and so does mod_rails.
I have setup a site on dev.localhost, which is my ruby app. The app ...
3
votes
1answer
472 views
Passenger + nginx: application doesn't run in production mode
I'm using Passenger + Nginx to run a Rails app. If i use "rails_env development;" the application works fine.
But if i run in production mode, i get "We're sorry, but something went wrong.".
I did ...
0
votes
1answer
68 views
mod_rails. Apache + Nginx. After installing passenger Apache doesn't start
I've installed Nginx for optimizing the speed of Apache requests. For some weeks everything was fine, all my sites had started to fly indeed. BUT, I've decided to install passenger, and has broken my ...
0
votes
0answers
32 views
XSenfFile + Apache + Rails
I'm trying to start use XSendFile feature in my rails app.
My /etc/apache2/sites-enabled/mysite.net
<VirtualHost *:80>
ServerName mysite.net
DocumentRoot /var/www/mysite.net/public
...
0
votes
1answer
89 views
Nginx + Passenger = Slow response
I'm running nginx 1.0.4 with Passenger 3.0.11 and Rails applications and I've noticed that on every request I made, it takes about 5 seconds to respond for the first request, if I reload it, after the ...
2
votes
2answers
59 views
Routing non GET requests to passenger in Nginx
I have a Rails app that is caching pages in multiple custom directories. Everything works fine other than non GET requests, which are delivering 405 errors in Nginx because my configuration is not ...
0
votes
1answer
91 views
Rails application dying slowly on Mac Lion 10.7.2 with Phussion
I've asked this question over at stackoverflow, but I thought someone here might have insight as well.
I've recently deployed my first Rails application on a Mac mini running Lion 10.7.2 with Apache ...
1
vote
2answers
110 views
passenger-memory-stats - root privileges
When I run 'passenger-memory-stats' on my ubuntu server as root I get the following error :
-bash: passenger-memory-stats: command not found
If I run this command as a user ('deploy' in my case) I ...
0
votes
0answers
32 views
How to set max_pool_size
I have the server with linux + nginx + passenger + redmine installed.
First of all I don't know passenger installation type - nginx or standalone?
I have next lines in nginx.conf:
upstream ...
1
vote
1answer
211 views
ModRails for Apache2 Setup: Failing to load?
I'm trying to perform a fresh install of Ruby on Rails running with Apache2/Passenger on Ubuntu. I was able to successfully install apache2, rvm, ruby, rails and passenger, the latter part following ...
0
votes
1answer
152 views
Django returns 502 error when user apps are added
I've configured a Debian 6 server with nginx, Passenger, and MySQL to run Django, and was running through the Django tutorial with everything going swimmingly until I tried to turn on the admin ...
0
votes
3answers
60 views
How do I make nginx start (user install with passenger) on boot?
I have installed nginx on my Ubuntu 10.04 box. With passenger 3.
Now I've got everything setup correctly; how do I ensure that nginx will start on boot everytime?
0
votes
1answer
83 views
Phusion Passenger without RVM
Usually I use RVM + Passenger for my rails applications. Recently, however, I needed to use Passenger without RVM. And I'm confused about gem location.
What's the location of gems that Passenger ...
0
votes
1answer
283 views
Nginx can't find PCRE library on Ubuntu Server
I have been trying to get my Passenger and Nginx setup to work with php files but I am having problems with the PCRE regular expressions library. Install all went fine so I'm assuming it found the ...
1
vote
0answers
227 views
Firefox and Chrome keeps forcing HTTPS on Rails app using nginx/Passenger
I've got a really weird problem here where every time I try to browse my Rails app in non-SSL mode Chrome (v16) and Firefox (v7) keeps forcing my website to be served in HTTPS.
My Rails application ...
0
votes
1answer
132 views
mod-redmine && mod-passenger: Passenger refuses to load (here: Redmine) after rewrite uri. Where to put RailsBaseURI?
i've a working Redmine-instance at /var/lib/redmine. (Redmine configuration is not the issue)
ln -s /var/lib/redmine/public /var/www/redmine
chown -R www-data:www-data /var/www/redmine
echo ...
0
votes
1answer
141 views
Apache 2, Passenger 3 and RVM setup
I want to setup a RoR server with Apache2 + Passenger3 + RVM, These are my configurations
# Passenger Apache Integartion
LoadModule passenger_module ...