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

Apache to serve multiple ruby on rails applications from the same domain

I want to serve multiple different ruby on rails applications using Apache and Passenger via a single domain. The applications all should use the same certificate and I want to deliver the apps using HTTPS as default. # single…
0
votes
1 answer

How do you set PassengerFriendlyErrorPages in .htaccess?

I have a working server setup with Apache running with Phusion Passenger. Because the friendly error page turned off by default (good for production apps), it's hard to spot the error when it's happen. I want to enable PassengerFriendlyErrorPages…
willnode
  • 196
  • 4
0
votes
1 answer

ubuntu 18.04, passenger ERROR: Phusion Passenger doesn't seem to be running

We just installed a new box with Ubuntu 18.04 with passenger and everything run fines, the site is up, but when we do passenger-status we get ERROR: Phusion Passenger doesn't seem to be running. If you are sure that it is running, then the causes…
user1130176
  • 173
  • 1
  • 10
0
votes
1 answer

any way to run passenger-status --show=requests without being root?

Periodically in production we get these ruby processes that hang up. I just discovered passenger-status --show=requests Which gives me exactly what I want. I want to write some code to build out a super admin panel that will let me click on…
user1130176
  • 173
  • 1
  • 10
-1
votes
1 answer

Apache Phusion Passenger Not Responding

I am new to setting up Rails with Apache and Phusion Passenger. I am using Centos 6.5 on EC2 server. I followed this tutorial to start rails on server with apache and Phusion Passenger. All installations were successful, but when I try to hit the…
Niraj Chauhan
  • 252
  • 2
  • 13
-1
votes
1 answer

Looking for some useful resources to find out site and server downtime reasons

I have recently started monitoring some server instances at digitalocean, OVH and an independent provider at biznesshosting. The application servers' stacks are based on: CentOS NGINX with Passenger Rails/Ruby Three background job servers with…
-1
votes
1 answer

How do you restart logging after deleting an NGINX log?

I deleted my NGINX log because it was very large, thinking that NGINX would automatically create a new one in its place. It didn't, and now I don't have logs. The file was previously located at /opt/nginx/logs/error.log. I tried creating a new file…
williamcodes
  • 135
  • 1
  • 5
-1
votes
1 answer

Striving to make a RoR app (passenger, nginx) work on EC2

I've installed RoR, ruby, passenger and nginx on EC2 Ubuntu instance. Now I'm striving to make it work and be accessible only for the ec2's address which looks this http://ec2-11-222-333-44.ap-southeast-2.compute.amazonaws.com/ So I've done…
-1
votes
2 answers

passenger is listing all the public folder files

Hello everyone please ignore my noobness, this is very first time i am deploying RailsApp; I have used apache and phussion passenger with rvm, here is my virtual host configurations that i added in apache2.conf, Before this it was giving me…
-1
votes
1 answer

How can I configure apache to respond 400 when request contains an invalid byte sequence?

On web application someone is making invalid HTTP request containing invalid bytes. According to RFC 3986, section 2 only ASCII characters are allowed in the HTTP Request line. However I am receiving request contains the byte sequence (in Hex) \0xC3…
Jarl
  • 305
  • 1
  • 4
  • 10
-1
votes
3 answers

Rails application only showing Nginx default page

I am having problems with my Rails application that will use Nginx and Passenger. I've already deployed the application and have setup the nginx config file as such: server { listen 80; server_name www.example.com; root…
gerky
  • 291
  • 1
  • 4
  • 14
-1
votes
1 answer

Is AMD Opteron 3280, 8 cores, 32 GB DDR3 RAM will able to run 200 rails application and 200 mysql database

Possible Duplicate: Can you help me with my capacity planning? I am planning to hosing an rails application + Mysql in dedicated server maximum 200 replicated rails application with 200 unique databases simply for understanding…
-1
votes
1 answer

redirect domain to app server works. but not "www"

I have set my A record for "example.com" to my app server. and I have a CNAME "www" that points to example.com with this configuration, if I go to my domain without www, it works perfect. but without www, it gives me the default app server page. do…
-1
votes
2 answers

Phusion Passenger Nginx module installer can not find rack gem installed

I'm trying to install passenger module to my nginx web server using the passenger-install-nginx-module installer. Although the rack gem is installed the installer can't find it. OS: Debial GNU/Linux 5. Thanks.
Roman Prykhodchenko
  • 297
  • 2
  • 4
  • 13
-1
votes
1 answer

Passenger 'premature end of script headers' error

I really need help debugging an error I'm getting with Passenger on Apache. I've just made a fresh install of Ubuntu 10.4 and have Apache, Ruby and Passenger installed. I'm trying to run a simple rack app but keep getting this error in my Apache…
fatnic
  • 101
  • 2
1 2 3
32
33