Questions tagged [passenger]

31 questions
5
votes
1 answer

Nginx can't find PCRE library on Ubuntu Server

I have been trying to get a 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 libraries at that point but now when I include a…
5
votes
2 answers

(13)Permission denied: make_sock: could not bind to address [::]:80, Mac OS Lion

I was trying to get passenger to work on my home computer and ran into this problem. I get this error when I try to start Apache. (13)Permission denied: make_sock: could not bind to address [::]:80 (13)Permission denied: make_sock: could not bind to…
5
votes
1 answer

OOM-Killer called every now and then

I have a dedicated server where I've installed apache2, as well as rails-passenger. Although i have 2GBs of RAM and most times about 1,5GB is free, there are some random times where I loose ssh and generic connectivity because oom-killer is killing…
SpyrosP
  • 51
4
votes
0 answers

puppet dashboard installation with passenger shows default apache page

I am trying to install puppet on my CentOS 6.5 64 bit machine. The installation of puppet-server goes through fine and I am being able to install apache2.2.15 and passenger 4.0.53. I have installed puppet-dashboard too and configured with…
schow
  • 41
4
votes
1 answer

All rails application logs being written to apache error log

I've deployed a ruby on rails 4.0.3 application to a server that I've configured with the following likely relevant software: Ubuntu 12.04.4 x64 server Phusion Passenger 4.0.37 Apache 2.2.22 Ruby 2.0.0p353 Rails 4.0.3 / Capistrano 2.15.5 / Rake…
3
votes
1 answer

Phusion Passenger Showing Environment Variables

I'm getting some Phusion Passenger errors with Ruby On Rails Problem is it's showing my environment variables in the error report. This is great in development, but what happens if my server faulters in production? Is there any way in Phusion…
3
votes
1 answer

Issues compiling passenger for apache2 on CentOS

I am trying to install openproject on a CentOS 6.5 (Release 3 from OVH) following this tutorial but with mysql in place of postgresql. I'm nearly done but I can't seem to compile passenger for apache : passenger-install-apache2-module Here is the…
Otolia
  • 33
2
votes
1 answer

How can I upgrade the Ruby version on Passenger?

How can I uprgade the Ruby version installed on my passenger module for Apache? I on Debian 7 and it's running Ruby 1.9.1 but I want 2.2.0
Felix
  • 131
2
votes
4 answers

Nginx passenger 5.1.11 error: Required key 'ust_router_address' is missing

After installing the latest stable for passenger-enterprise, my server faced an unknown error: Required key 'ust_router_address' is missing (-1: Unknown error) The effect on the server was surprising: the apps would start (and nginx restart command…
2
votes
2 answers

Puppet Master and Puppet Server Confusion (What is the difference?)

I recently started learning puppet after I joined my organisation a month ago. My organisation uses puppet 3 and is in the phase of moving to puppet 4. I am currently playing with puppet 3.8. Though the puppet documentation is nice I don't…
1
vote
1 answer

Domain name not working in AWS

I had previously hosted my domain in a different instance in a different aws account but for some reason I had to delete that aws account and create a new one. I am now trying to host my domain in the new instance. So I went to my registrar`s…
Raaz
  • 113
1
vote
0 answers

Nginx OpenSSL library install error

I am on Mac OS X 10.11 (El Capitan), ran rvmsudo passenger-install-nginx-module and when building I ran into this error: -lstdc++ -lpthread -lm /tmp/passenger.1rb7py0/pcre-8.34/.libs/libpcre.a -lssl -lcrypto -lz Undefined symbols for architecture…
1
vote
1 answer

Deploying Django using Phusion Passenger - file upload failure

I have a Django app deployed using Passenger (I did not choose mod_wsgi because mod_passenger is already there and being used). When I uploaded an MP3 file (900 kB), Google Chrome displays upload % which reached 100% pretty fast but then it took…
cpliu338
  • 121
1
vote
0 answers

Nginx + Passenger not working -- client requests hang until timeout

I'm running on an EC2 instance with Amazon Linux installed and Nginx was installed via passenger-install-nginx-module. The full install process followed was similar to this. The primary difference was that ruby was installed through RVM, as…
Dan
  • 334
1
vote
1 answer

Apache VirtualHost - Specific Env Vars

Successfully using SetEnv with virtualhosts on Apache2 Wondering if there's a way to set virtualhost specific env vars, or whether setting them at Apache-level makes them "global" / system-wide? We have several apps we want to use one one box, and…
1
2 3