Displaying 20 results from an estimated 5000 matches similar to: "404 error after deploying an app with passenger"
2009 Jun 10
5
Deploying with Passenger question
Hi,
I followed the instructions for deploying a site with Passenger from
the screencast that is on the Phusion Passenger site and it didn''t
work. I am using Dreamhost to host my site- could the problem be on
their end? Someone suggested that I do:
passenger-install-apache2-module
on my command line but I already did that when I first installed
Passenger and the Passenger Pref pane
2010 Oct 03
4
Error Running Rails 3 Application under Phusion Passenger
I have a rails 3 application that runs without problems under WebRick
(on Ubuntu) that generates the following error in the browser when I run
under Apache2 with Phusion Passenger:
Ruby (Rack) application could not be started
Error message:
no such file to load -- bundler
Exception class:
LoadError
I have googled and found one or two posts with this problem but none
with solutions.
2010 Jun 16
2
passenger and apache mpm's
Hi!
Is it safe to run phusion passenger with all apache kinds of MPM?
regards
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2012 Sep 18
3
Nginx + Phusion Passenger 3 problem with "504 Gateway time-out"
Hi,
I have a Rails 3.2 app. There is a specific request that takes a long
time to execute. The context is, the user uploads a pdf, and then we
have some processing through carrierwave + rmagick that generate a
jpeg from the first page of the document. Everything works in dev mode
using both webrick and thin. The problem happens on the prod
environment with Nginx + Passenger.
The request takes a
2013 Nov 23
1
Puppet 3x Debian Wheezy and Phusion Passenger
Hello,
I''m trying to install puppet-dashboard with Phusion Passenger. It seems to
be a bugs or unsupported ruby 1.9 libraries
I don''t understand why puppet debian packages depends to ruby gem 1.9.1 and
1.9.3 who doesn''t work
Is somebody realize this installation without problems ? And why are we
can''t fix this issue ?
2015 Dec 22
0
Announcing release for Phusion Passenger 4.0 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of Phusion
Passenger in version 4.0 on CentOS Linux 7 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-passenger40
2015 Dec 22
0
Announcing release for Phusion Passenger 4.0 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of Phusion
Passenger in version 4.0 on CentOS Linux 6 x86_64, delivered via a
Software Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install rh-passenger40
2008 Sep 23
6
No css formatting
I''ve just moved a rails site across to a test server from my
development PC.
I''ve frozen rails and put all the relevant gems into the vendor/gems
directory too. I''ve migrated the mysql database and configured Apache
with Phusion Passenger.
I can access the site and the content is fine. The formatting however,
has disappeared - it''s as though the css file does
2011 Apr 20
11
Mac Phusion Passenger Pane not working
I have a feeling that this is something centered around my
apache/Passenger configurations but everything seems to check out.
Another off the hand problem I''m having, and might be a clue is w/ my
Passenger Pane. I installed the Phusion Passenger Pane and every time
I try to add an entry, I get this error:
"Your changes couldn’t be saved
See the Console log for details."
2009 Aug 04
2
Passenger, switching from development to production
It appears my http setup is working but I am getting an error when I try
to use a web browser to connect.
All I have done so far is to change the setting from what was working in
httpd.conf and move it to ssl.conf (adding some ssl things) and I am
using the same directory/set of files that was working for development.
The error...
Ruby on Rails application could not be started
Phusion Passenger
2012 Oct 23
0
AJAX truncated response on Phusion Passenger v3.0.17 on CentOS v6.x
Our application deployed on Phusion Passenger version 3.0.17 server on
CentOS 6.x box makes a AJAX call which returns a large response ranging
from 1MBs to 8 MBs. It works fine a lot of time but we have seen truncated
response from the server inconsistently. Its breaks are different places
for the same response and is not because of escape characters. The server
doesn''t break or
2009 Mar 08
2
Premature end of script headers error using Rails 2.3.1 and Passenger 2.1.1
I''m getting an HTTP 500 Internal Server Error using the latest beta of
Rails (2.3.1 aka 2.3 RC2) and Passenger (2.1.1) beta under Ubuntu
Intrepid (8.1).
I''ve put the Passenger configuration files into two separate files
under mods-available and I''ve created symbolic links from mods-
enabled. The default way of the Apache configuration under Ubuntu 8.1,
just
2010 Jun 24
8
Passenger barfs.
I have a freshly installed and updated CentOS 5.4 system running
puppet 0.25.5. I followed the passenger docs here:
http://projects.puppetlabs.com/projects/puppet/wiki/Using_Passenger
Upon starting the client, the following appears in the apache error log.
[Thu Jun 24 10:48:40 2010] [error] [client 10.10.4.45] Premature end
of script headers: production
[ pid=6785 file=ext/apache2/Hooks.cpp:706
2014 Nov 28
2
SEtroubleshootd Crashing
When running Node.js through Phusion Passenger on Centos 6.5 ( Linux 2.6.32-431.23.3.el6.x86_64 #1 SMP Thu Jul 31 17:20:51 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux), with SELinux enabled in permissive mode we receive a large number of entries in the audit.log and setroubleshootd randomly crashes with the following error, We have resolved the selinux alerts by following the troubleshooting steps
2008 Oct 07
0
Rails Deployment Using Passenger (Problems)
Hello,
I have been trying to deploy my Rails application using Passenger on
my local machine that runs Mac OS X Tiger. I saw the screencast by
Ryan Bates and also referred to benr75[http://benr75.com/articles/
2008/04/12/setup-mod_rails-phusion-mac-os-x-leopard] for specific
instructions for Mac (but they are for leopard).
Right now if I go to http://localhost all I get is "It Works!".
2014 Mar 19
0
redis, pub/sub, rails 3, phusion passenger
I have another application publishing messages to redis server. Within my
rails application, when a user clicks a button, I want a popup to display
that shows live updates. I want the controller to publish notifications to
redis, and I want my javascript to subscribe to those events and respond
when it finds a suitable channel. What I do not know how to do is actually
keep a control open like
2013 Feb 27
7
puppet 3 and standalone passenger?
I''ve been looking around for instructions on installing puppetmaster with a
standalone passenger, without apache.
I''m a personal believer in, "the fewer layers, the better" :)
Unfortunately, I cant find any instructions for this configuration.
Everything seems to be written for "puppet AND httpd and passenger".
Could anyone point me to instructions sans
2008 Nov 30
1
newbee- problems installing passenger
I try to install passenger on win XP sp3
I have installed
- ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
- gem version 1.3.1
without problems.
I don''t have a web server installed yet, and no database.
I don''t have any microsoft compiler on my machine, and it looks as
though passenger requires it (?)
What am I doing wrong?
Thanks,
Amir
--------------
This is what I
2013 Mar 27
1
silencing Passenger "ps" SELinux errors
Hello,
how do people cope with constant SELinux errors like this from Fusion
Passenger:
36886. 03/27/2013 14:20:05 ps unconfined_u:system_r:passenger_t:s0 2
file open system_u:system_r:udev_t:s0-s0:c0.c1023 denied 1922
36887. 03/27/2013 14:20:05 ps unconfined_u:system_r:passenger_t:s0 4 dir
getattr unconfined_u:system_r:initrc_t:s0 denied 1927
36888. 03/27/2013 14:20:05 ps
2014 Dec 01
2
SEtroubleshootd Crashing
Thanks
Could you please clarify, which version libxml is broken and has there been a newer version released that will fix it.
-----Original Message-----
From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of Daniel J Walsh
Sent: 01 December 2014 14:58
To: CentOS mailing list
Subject: Re: [CentOS] SEtroubleshootd Crashing
This seems to be a problem with an updated