0
votes
2answers
19 views
nginx cant connect to rails app
nginx error log says: failed (2: No such file or directory) and i see a 404 error in the browser. I am getting "welcome to nginx" page when visiting my application homepage (www.myapp.com).
I've ...
0
votes
1answer
20 views
setting up nginx.conf file
I have a vps with passenger and nginx installed and I am trying to get my app deployed, however, I'm getting 404 error. In the VPN my app is located in:
~/app1
so in my nginx.conf file I have the ...
0
votes
0answers
19 views
rails app on nginx+passenger not showing custom error pages
I have a Rails 2.3 app running on nginx 1.2.0 and passenger 3.0.7. I would like to have the custom error pages in the rails app (e.g. /rail_app/public/500.html) be displayed when the appropriate http ...
0
votes
1answer
34 views
Setting the path for the root directory in a rails application
I am using nginx and passenger to deploy my rails app. I followed the steps given at http://www.modrails.com/documentation/Users%20guide%20Nginx.html#deploying_rails_to_sub_uri to deploy my app to a ...
0
votes
2answers
30 views
Too Many Redirects: passenger+nginx SSLRequirement
I have an old rails 2.3 app that I'm in the process of moving to nginx+Passenger (from Apache+Passenger). Nginx is configured for SSL and appears to be functioning correctly, except I am getting ...
2
votes
1answer
39 views
nginx reverse proxy setup resulting in strange access-control-allow-origin issue
I have a Rails application setup on Nginx/Passenger on Ubuntu. Recently I added Faye running on Thin which requires adding a reverse proxy server setup in my Nginx config. I managed to get this to ...
2
votes
2answers
106 views
+150
404 Not Found error in deploying rails 3.2.12 app (with engines) to SUB URI on nginx/passenger
We need to deploy a rails 3.2.12 app to sub uri nbhy on a ubuntu 12.04 server. The rails app has 3 engines and one of them is authentify which is for user authentication. The main app's root pointing ...
0
votes
0answers
21 views
Phusion Passenger not able to find modified gems
I did some modifications in linkedin gem, in development enviroment its working good. In production mode Phusion Passenger not able to find modified gem, getting following error.
Error message:
...
0
votes
0answers
17 views
nginx proxy_passing to Apache w/ Passenger running Ruby-Application returns ActionController::RoutingError (No route matches /subdirectory):
i am currently facing a problem which is imho beyond my scope.
I have a server running Apache with Passenger serving a Ruby-Application in Production mode.
DocumentRoot of the server is set to ...
0
votes
2answers
39 views
Upgrade Phusion Passenger without reinstalling Nginx
Is it possible to upgrade Phusion Passenger to a newer version when it is already running (with Nginx in my case)?
I installed Passenger 4.0.0.rc6 using passenger-install-nginx-module. My Nginx ...
0
votes
1answer
35 views
Bundler on production server can't find any gems
I am using passenger + nginx to deploy a rails app. The problem I am having is that bundler is not finding any gems when it tries to install them. For instance, I am getting this error:
Could not ...
1
vote
2answers
43 views
403 Forbidden when using nginx + rails + passenger
I am getting a 403 when I try to access my rails app running on top of nginx and passenger. Here is the error from the log file:
2013/05/09 13:52:34 [error] 27787#0: *1 directory index of ...
0
votes
1answer
26 views
How do you detect the issue causes Passenger application instances keeps consuming more and more memory?
Here it comes:
I have a Rails application running on a RedHat server. I use Passenger Standalone v3.0.19 to serve it. The database is MySQL.
Recently I found that some of the Passenger Application ...
1
vote
1answer
133 views
Redmine 2.3, ruby 2.0.0, nginx 1.4.1 with passenger 4.0.2 all HTTP POSTs fail
I'm new to nginx and am attempting to run Redmine 2.3 using ruby 2.0.0, phusion passenger 4.0.2 and nginx 1.4.1. This is compiled from the passenger-install-nginx script on an ARMv5te system in Arch ...
0
votes
1answer
49 views
How to configure SSL termination on Nginx with a Rails application
I get my SSL request through a load balancer which is performing SSL termination and sending the decrypted traffic to my server on port 81.
I'm running Nginx and have setup a listener to the port 81 ...
0
votes
2answers
24 views
Nginx with Phusion Passenger URI routing
This is my Nginx Server config file
server {
listen 80;
location /node {
proxy_pass http://127.0.0.1:8080;
include ...
0
votes
0answers
31 views
How to setup routes.rb correctly for a sub uri deployment for rails 3.2.12 app?
We want to deploy our rails 3.2.12 app under sub uri nbhy on utuntu server (12.04) with passenger (4.0.1) and nginx(1.4.0)(using passenger_base_uri). Here is the routes.rb in rails app:
root :to ...
0
votes
0answers
53 views
Rails server return “404 Not Found” after user login
Our rails 3.2.12 app is running on ubuntu 12.04 passenger/nginx server. It has been verified that both nginx and passenger are running fine. However after user login, there is 404 Not Found page ...
1
vote
1answer
41 views
Installing Passenger with NGINX as non-root
I am setting up a server where I am not going to use root to install RVM,RoR, NGINX, etc.
So I logon with my user ID and run:
\curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled
...
0
votes
1answer
71 views
Redmine on Passenger (nginx) won't start
I followed the following tutorial:
http://redminecrm.com/boards/4/topics/448-installing-redmine-2-2-passenger-nginx-rvm-on-ubuntu-12-04
At first, I had problems with mysql2 but fixed it by editing ...
0
votes
1answer
86 views
Configuring multiple Rails projects with nginx, rvm, and passenger?
I'm using nginx, rvm and passenger to run a web server for a Rails project (i.e., project1). This project has a specific gemset defined for it. I now need to run a second project (i.e., project2) ...
0
votes
0answers
27 views
Unable to start the Passenger - 'analytics_log_dir' is missing
I'm trying to run Passenger on Ruby 1.9.3-p392, nginx 1.2.7 and rvm 1.19.6. I'm getting this strange error:
Unable to start the Phusion Passenger watchdog because it encountered
the following error ...
1
vote
1answer
82 views
How to Deal with Cookies in Varnish stack
Due to slow performance of the site, I started looking info Varnish as a caching solution and have some questions about Google Analytics.
When there are 5K active users on the site (according to ...
0
votes
0answers
11 views
Passenger/Nginx definable signals
I have a Rails app running on Passenger/Nginx (with Passenger as an Nginx module).
I'm trying to hunt down a memory leak, and need the live process to dump some debug information on demand.
I tried ...
0
votes
2answers
95 views
passenger with nginx on ubuntu linux - not recognizing my app
I install passenger on rvm with gem
gem install passenger
and then install nginx with it
rvmsudo passenger-install-nginx-module
and edited the /opt/nginx/nginx.conf file adding this two line to ...
0
votes
2answers
99 views
Rails on Phusion Passenger with Nginx not allow uploading files of size > 2G
Rails on Phusion Passenger with Nginx not allow uploading files of size > 2G.
During upload I get 500 error and a RackMultipart file in /tmp folder of size 2G exactly.
nginx.conf:
worker_processes ...
0
votes
1answer
68 views
What SSL Certificates when using NGINX as loadbalancer for a RAILS Application
I have a rails app (3.2.x) https://myapp.com (ficticious name) using Nginx as the webserver, one server running the whole software stack. Notice the https, I have a valid SSL certificate installed.
...
2
votes
1answer
80 views
Nginx Rails Error
When I start nginx, I get this error:
Preloader for /u/apps/Dismissrr/current started on PID 23521, listening on unix:/tmp/passenger.1.0.23443/generation-0/backends/preloader.23521
[ 2013-04-05 ...
0
votes
0answers
44 views
dragonfly, passenger, nginx - no preview images
We are trying to use dragonfly to upload and process images in a rails 3.2 app.
The uploading (and storing on Amazon S3) seems to go fine. The problem is that any 'processed' images are not ...
0
votes
0answers
27 views
Threading misbehaves on Passenger and Nginx
I'm working on a website internationalization module that utilizes fast_gettext for language localization, and I store my translation records in database, not in po files. Since fast_gettext uses ...
0
votes
2answers
62 views
nginx with passenger and rvm 1.19, .rvmrc not work sometimes
I am using nginx, passenger and rvm 1.19
everything goes fine, but when i created .rvmrc at the root of my rails project, as follow:
rvm use 1.9.3@rails3213
and start nginx, the first time it ...
0
votes
1answer
136 views
Nginx + Passenger to serve rails apps in different sub URIs
I'm running a rails app in a Debian server (ip 192.168.1.193) with passenger as a standalone
$ cd /home/hector/webapps/first
$ passenger start -a 127.0.0.1 -p 3000
And I want to serve this app ...
-1
votes
1answer
40 views
Invalid Operation Error when rvmsudo apt-get on ubuntu 12.04.1
We are using rvm 1.19.0 to install libcurl4-openssl-dev (for passenger and nginx for rails). However there was an error. Then we run the following as suggested:
$export rvmsudo_secure_path=1
Now ...
0
votes
1answer
201 views
Javascript not working in production: Nginx, Passenger, Rails on Ubuntu Server (Node.js?)
Do I need to install/config Node.js to get Javascript running?
Is this the simplest solution, seeing that my site has really low traffic?
Javascript doesn't seem to work for me but only in ...
0
votes
0answers
31 views
Access to singleton class in Rails lib in Passenger+NGINX environment
I used to have a mongrel (no-cluster) rails app with a singleton class defined under the lib directory. This I included in the controller with a require statement. Being a RoR newbie, I was under the ...
0
votes
2answers
158 views
Rails/NGinx - Cant get gzip compression of page working
I got a Rails app (3.2.x) running on Ubuntu and using Passenger.
I added the option
gzip on;
into the nginx.conf file but testing the page with
http://www.gidnetwork.com/tools/gzip-test.php
...
0
votes
0answers
41 views
Passenger always reads production settings from database.yml
I have deployed my rails 3 app using nginx and passenger on my test server where RAILS_ENV is set to test. I have also added rails_env test; to the server block in my nginx.conf.
But still passeneger ...
1
vote
2answers
82 views
passenger nginx module service name registration in ubuntu 12.04.2 lts
I am in need to register passenger nginx module as service in ubuntu and it need to start automatically, in the case of system reboot or shutdown.
0
votes
1answer
164 views
phusion passenger nginx module not picking up my rails application
Note: passenger standalone working fine with my rails application, since i need to deploy multiple rails application, so i am in need of passenger-install-nginx-module
OS
ubuntu 12.04 LTS 64 bit
...
0
votes
1answer
134 views
Deploying multiple Rails apps on the same domain at different paths
I've got two Rails apps on my box, one located at /opt/app1 and the other at /opt/app2. Each of these applications only needs a single route and a single controller action. What I'd like to do is ...
4
votes
1answer
96 views
Sinatra: Hot Code Pushes In Production?
When I push new code from my Sinatra application to my production server, I am currently triggering a restart of passenger by touching tmp/restart.txt, which loads the new changes. The problem is ...
0
votes
1answer
61 views
Phusion passenger can't free port
Ok, i'm running passenger standalone, and made a dumb mistake, now I need help fixing.
So a test app directory was running standalone passenger on a specific port, and I deleted the directory so that ...
0
votes
1answer
83 views
Using GeoIP with Nginx/Passenger in a Rails app
I've been trying to set up my Rails app (deployed on Passenger 3 + Nginx) to work with MaxMind's GeoLite city, to no avail.
# nginx.conf
# IP Geolocation - City Level
geoip_city ...
-1
votes
1answer
32 views
Should these directives go in nginx.conf or the virtual servers? [closed]
Should the following directives go in the http block of nginx.conf (/opt/nginx/conf/nginx.conf) or the individual site blocks (/opt/nginx/conf/sites-available/mydomain.com)
passenger_spawn_method ...
1
vote
1answer
88 views
Rails+passenger+nginx run app with url without :port
I have a rails app... I installed chain: nginx+passenger and run rails server. But my trouble is that in browser i must to set up url like:
page.com:3000
but how to use only page.com?
I can't run ...
0
votes
1answer
100 views
How do i make nginx and passenger restart automatically after a deploy
I currently have a rails app deployed on a virtual private server.
I use Capistrano, Nginx and passenger to run my rails app on the server.
For some reason I can never get the updated code to ...
1
vote
1answer
87 views
403 Error after upgrading passenger (for nginx) is keeping me up at night…where did I go wrong?
I think I've read every question and answer on SO related to passenger/nginx and 403 errors, but none have lead me to a solution, so here I go...
I had Nginx (1.0.6) with Passenger (3.0.9) running ...
0
votes
1answer
62 views
Passenger start rails app after server reboot
How to tell passenger, that it must start after reboot, and start rails app...
Now i do this manually:
passenger start
But how, and what to configure in ngnix + passenger, that my app start ...
1
vote
1answer
135 views
Serving multiple Rails apps from a single IP: static assets not found (nginx + Passenger)
I've got nginx and Passenger set up on a VPS to serve two Rails apps from two separate paths. Here's my goal -- to serve each of the Rails apps from separate sub-URIs.
123.123.123.123/app1
...
0
votes
1answer
72 views
Nginx subdomain down issue
I have two rails app which are running on linode. OS is ubuntu, nginx server. The subdomain instance giving problem. It is getting down just after 1 day. On restarting the server, it is working fine.
...