Questions tagged [phusion]

128 questions
3
votes
1 answer

Rails: How should Phusion Passenger and I18n.locale behave?

I have a Rails 2.2 web app running on Passenger / REE I set the default locale in config/environment.rb config.i18n.default_locale = 'en-GB' The first request seems to have no locale set in I18n.locale If I the visit a page with a before_filter…
Tim Harding
  • 2,875
  • 1
  • 17
  • 10
3
votes
0 answers

Phusion Passenger Rbenv Capistrano

I can't seem to figure out why passenger is not loading the web app. I have nginx running following this tutorial: https://gorails.com/deploy/ubuntu/16.04. Using rbenv and seems like Passenger isn't serving any applications for some reason. …
cleme001
  • 341
  • 5
  • 15
3
votes
1 answer

Unable to start the Phusion Passenger watchdog

I am trying to run rails with passenger and nginx. Nginx wont redirect to my rails app instead proceeding to its default index.html page, and I got this error: Unable to start the Phusion Passenger watchdog because it encountered the following…
Arcubalino
  • 141
  • 1
  • 3
  • 14
3
votes
1 answer

How can I selectively clear the cache for Sinatra + Nginx + Phusion Passenger?

I have a modular Sinatra app running on nginx with Phusion Passenger. When I alter my app (and in particular, some YAML files which are used to generate pages), I'd like to be able to clear only the parts of my cache that are affected (and leave…
aresnick
  • 1,635
  • 12
  • 24
3
votes
1 answer

Passenger + Apache "TraceEnable Off"

We're using Passenger 4.0.59 behind Apache 2.2 (CentOS 6.latest) with Rails 3.2. In /etc/httpd/conf/httpd.conf we have: TraceEnable off We have one virtual host configured in httpd.conf and a second virtual host configured in…
jph
  • 2,181
  • 3
  • 30
  • 55
2
votes
1 answer

Uploading files below 200kb

I am having trouble configuring modporter. I have installed it correctly. I have no problems uploading files above 200kb. But files below 200kb are not getting uploaded. On upload of files below 200kb, its just saying "Application error Rails…
Siddesh
  • 21
  • 1
2
votes
1 answer

What URL should I give Google Maps API so it recognises the key created for a local Rails apps run with Passenger?

I've been working on a Google Maps based Rails app and it was working fine until I installed Phusion's Passenger and now Google Maps API won't recognise the API Key which I generated for http://localhost:3000. Now I'm running Passenger, the URL for…
Nick
  • 35
  • 6
2
votes
1 answer

Error when deploying a node.js app on a PLESK ONYX server with Phusion Passenger V. 5.3.5

I want to deploy a small node.js app on a PLESK-ONYX server - on which Phusion_Passenger / 5.3.5 is also running! The following happens: This works here: var express = require ('express'); var bodyParser = require ('body-parser'); That does not…
mbulm1
  • 21
  • 5
2
votes
1 answer

Phusion passenger Security check update holding connection

I am using phusion passenger version 5.1 every day there's security update check is happening which is holding the connection attached the log for reference.What's the use of security check.IF i disable whether this solve the issue or should i run…
Raj Sekar
  • 31
  • 2
  • 5
2
votes
1 answer

Phusion passenger is overriding my database config

I am using nginx with Phusion Passenger to bootload a ruby on rails application, if I run the application like rails s -e production It does connect correctly to the database, but when bootloaded from nginx with passenger it tries to use root to…
beckmx
  • 23
  • 3
2
votes
0 answers

I have no idea what Phusion Passenger is but it's causing problems with my website

I hope this is the right place to ask, I am not really sure where else to look. I purchased hosting space and a domain on namecheap several years ago, I built my website using kirby cms and never had any problems - now all of a sudden, as I type my…
user7376434
2
votes
1 answer

Phusion Passenger is running as root, and part(s) of the Passenger root path () can be changed by non-root user(s)

[Thu Jul 05 07:58:30.268108 2018] [core:warn] [pid 7157] AH00117: Ignoring deprecated use of DefaultType in line 111 of /usr/local/apache/conf/httpd.conf. [Thu Jul 05 07:58:30.268302 2018] [alias:warn] [pid 7157] AH00671: The Alias directive in…
rakshit joshi
  • 21
  • 1
  • 4
2
votes
0 answers

Passenger as Apache Module: Watchdog and Passenger Core running as root

On my unix box (Red Hat 6) I have Passenger set up to work as Apache Module. In the Passenger config I set PassengerUser apache to explicitly set my rails app to run as the apache user. However, the Passenger Watchdog and Passenger Core processes…
daniel f.
  • 1,421
  • 1
  • 13
  • 24
2
votes
1 answer

Phusion Passenger doesn't compile in MacOS 10.13 High Sierra (Missing Apache Development Headers)

I've been trying to install Phusion Passenger under macOS X 10.13 High Sierra and the method I usually use is failing because the Apache Development headers seem to be missing. I also tried using Homebrew to install Phusion Passenger and it appears…
2
votes
1 answer

How should I Dockerise this MEAN stack according this architecture?

I'm new to Docker. Can you please have a look at my scheme attached below? The plan What I want is to be able to have an amount of isolated docker containers with the current software onboard: NodeJs (npm, pm2, grunt-cli etc.) MongoDb other…
Alex
  • 418
  • 4
  • 13
1
2
3
8 9