Displaying 20 results from an estimated 900 matches similar to: "Problem with passenger"
2013 Mar 04
2
Model/google maps display
Hi all,
I''m building a ror app and have a model with geo-coordinates would like to
use the info in the model to generate a google map view, does anyone know
what''s the best way to go round this?
is is Google API?, I''ve also seen a gmaps4rails, any comments?
Thank you in advance,
Jax
--
You received this message because you are subscribed to the Google Groups
2017 Mar 14
0
httpd/sites-available directory
Hello,
a2ensite and co is Debian/ubuntu specific. On CentOS there is no such thing.
It's not clear to me what you are trying to achieve. Can you rephrase so we can help?
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Robert Moskowitz" <rgm at htt-consult.com>
> To: "CentOS mailing list"
2009 Jun 22
0
Passenger 2.2.2 error
Hi,
I deployed an rails 2.3.2 app on passenger 2.2.2.
I get the following error sometimes.
Is it something I can fix in my app or not?
Passenger encountered the following error:
The application spawner server exited unexpectedly: Broken pipe
Exception class:
PhusionPassenger::Railz::ApplicationSpawner::Error
Backtrace:
# File Line Location
0
2017 Mar 14
0
httpd/sites-available directory
If all you want is a really fast redirect, then indeed what those people advised should work.
NameVirtualHost IP:80 (you only need this on apache 2.2 and lower, not needed on CentOS7 which comes with apache 2.4)
<VirtualHost IP:80>
ServerName webmail.bar.com
Redirect permanent / https://webmail.bar.com/
</virtualHost>
--
Sent from the Delta quadrant using Borg technology!
Nux!
2017 Mar 14
2
httpd/sites-available directory
I just received some advice from a colleague of a colleague over at
openssl.org. But they use debian. Please look at this and help me out
on how Centos7 handles this:
Note the comment of the location of virtualhost config files. Centos7
does not have a "man a2ensite".
thanks
Rewriterules and https. Actually, looking at what you have doesn't
really tell me why it gets applied
2017 Mar 14
2
httpd/sites-available directory
The goal is to have access to a specific virtual host on port 80, to be
routed to port 443. Any other port 80 access is left as is.
So let us assume a server foo.bar.com and the specific virtual host is
webmail.bar.com
So I have tried:
<VirtualHost *:80>
ServerName webmail.bar.com
ServerAlias webmail
RewriteEngine On
ReWriteCond %{HTTP_HOST}
2009 Oct 30
1
Any pioneers who've configured passenger to support some apps running in 1.8.x others in 1.9?
Passenger configuration selects which ruby executable to use via a
global configuration variable (at least for Apache, I assume it''s the
same for Nginx).
I''m in a situation where I''ve got at least one rails app I''d like to
run on 1.9 while others remain on 1.8. This is for my development
machine running OS X 10.6. Normally I just use the Passenger PrefPane,
2009 Dec 07
1
problem starting rails (hobo) app with passenger
Dear All!
I''ve set up my apache, passenger and configs, the passenger works, but
the app can''t be started. the erros are the following
These are the possible causes:
*
There may be a syntax error in the application''s code. Please
check for such errors and fix them.
*
A required library may not installed. Please install all
libraries that this
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
2011 Oct 04
4
Problem: Puppet under Passenger.
Having issues getting Puppet running under Passenger.
From httpd error_log:
[ pid=24647 thr=268010020 file=utils.rb:176 time=2011-10-04
11:45:10.892 ]: *** Exception LoadError in
PhusionPassenger::Rack::ApplicationSpawner (no such file to load --
puppet/application/master) (process 24647, thread #<Thread:
0x0000001ff30448>):
from
2010 Mar 17
4
passenger errors
Has anyone seen this come up, I am using 0.24.8 version of puppet. I
followed the directions on the wiki and installed passenger correctly from
what I can tell.
[Wed Mar 17 09:07:56 2010] [notice] Apache/2.2.14 (Unix) DAV/2
Phusion_Passenger/2.2.5 mod_python/3.3.1 Python/2.5.2 mod_ssl/2.2.14
OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal
operations
2009 Oct 19
7
Passenger Woes
Hello,
I really didn''t expect this to be difficult, but I''ve been struggling
with this all day :(
I''m running CentOS 5.3, with rubygems, rack and fastthread, from EPEL.
I''m running puppet-0.25.0-1 built from the spec file in the latest
stable tarball.
I''m using mod_passenger-2.2.5-2.el5 from Jeroen van Meeuwen (kanarip),
which is effectively EPEL
2011 Dec 14
30
How can I get RVM/Passenger/Apache2 to play nicely together
Hello all,
Can anyone point me to any solid documentation on how to set up a
production server using RVM, Passenger, and Apache2? I have been at
this for a week with absolutely no luck at all so I thought I would
post here to see if anyone has managed to get this to work and written
down the steps they used.
Right now with my current implementation, I am getting a 404 error
when I attempt to
2013 Aug 27
2
passenger installation file passenger-install-apache2-module missing
Dear all,
I have installed
yum install rubygem-passenger
Installed:
rubygem-passenger.x86_64
0:4.0.5-3.el6
Dependency Installed:
rubygem-daemon_controller.noarch 0:1.1.4-3.el6
rubygem-fastthread.x86_64 0:1.0.7-1.el6
rubygem-rack.noarch 0:1.0.1-2.el6
rubygem-rake.noarch 0:0.8.7-2.1.el6
2010 Dec 26
1
Sqlite gem not found with rails3
Hello,
I am migrating a rails app to rails3, however I am hanging with an
error about gem not found.
Error message:
Could not find sqlite3-ruby-1.3.2 in any of the sources
(Bundler::GemNotFound)
Exception class:
PhusionPassenger::UnknownError
When I do
$ gem list sqlite3-ruby-1.3.2
*** LOCAL GEMS ***
(and the same result with sudo gem list )
However, when I do
gem list
2009 May 04
1
Passenger 2.2.1 error?
Hi,
I am running my rails 2.3.2 app on Passenger 2.2.1.
There''s a simple page like
render :text => "Hello"
And it crashes about every 1 out of 5 refreshes.
Is there any known issue with Passenger 2.2.1?
Thanks.
Sam
--
Posted via http://www.ruby-forum.com/.
2008 Sep 19
2
Using Rails on MAMP via Passenger?
I''m new Ruby as well as the Rails Framework. I want to install
Passenger so that I can develop in MAMP (Leopard), but I can''t find
any instructions specific to installing Passenger on MAMP.
Can anyone provide with me instructions on how to do so?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
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
2015 Aug 13
1
CentOS-6, SELInux, Ruby-on-Rails, Passenger and Kernel-2.6.32
We run a project administration system web application call 'Redmine'.
I have been trying for ages, without success, to get SELinux and
Passenger -- essentially a fast-cgi replacement Apache module built
specifically for Rails -- to run together.
I have found that the latest versions of the Passenger Apache module
are supposed to work on CentOS-6, but not with the stock kernel.
See:
2009 Sep 01
4
Passenger problem
I''ve used the Slicehost Intrepid instructions (http://
articles.slicehost.com/ubuntu-intrepid) to install a new Ubuntu server
with Ruby, Rails and passenger.
Everything seems to be working OK, save for one thing: my application
only service up the files that are in its public folder.
The Passenger gem is installed. I''ve done this whole process before
without any problem. Any