Displaying 20 results from an estimated 44 matches for "mod_passeng".
Did you mean:
mod_passenger
2010 Dec 28
3
mod_passenger failed installation from puppetlab yum repo
Just tried to install mod_passenger from puppetlabs yum repo, and it is
failing with the following error:
---> Package mod_passenger.i686 0:2.2.5-1 set to be updated
--> Processing Dependency: rubygem-passenger = 2.2.5-1 for package:
mod_passenger
---> Package mod_passenger.x86_64 0:2.2.5-1 set to be updated
--> Proces...
2014 Apr 03
2
ruby193 SCL and mod_passenger
?
I'm interested in ruby and I try the ruby193 SCL and I want to run Ruby on Rails with Apache, so I'm searching mod_passenger for this ruby SCL version, but I found, that this package is not in this SCL. Are any other possibilities to run Ruby on Rails with Apache or why is mod_passenger not in this SCL?
?
Thanks,
Filip Bartmann
2010 Mar 17
4
passenger errors
...ib/ruby/gems/1.8/gems/passenger-2.2.5/lib/phusion_passenger/abstract_server.rb:196:in
`start_synchronously''
from
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.5/bin/passenger-spawn-server:61
[ pid=5466 file=ext/apache2/Hooks.cpp:725 time=2010-03-17 09:08:30.832 ]:
Unexpected error in mod_passenger: Cannot spawn application
''/usr/share/puppet/rack/puppetmasterd'': The spawn server has exited
unexpectedly.
Backtrace:
in ''virtual boost::shared_ptr<Passenger::Application::Session>
Passenger::ApplicationPoolServer::Client::get(const
Passenger::PoolOptions&...
2013 Aug 27
2
passenger installation file passenger-install-apache2-module missing
...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
but the file passenger-install-apache2-module to create the
mod_passenger.so is missing.
The package comes from the foreman repository.
Can somebody please help me?
Best regards,
Andreas
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, sen...
2008 Jul 14
4
Execute some steps if a file isn't present
Hi all,
I''ve come quite far with my puppet setup, but a few times I got this
problem:
I want to execute a few things if a file isn''t present on the puppet
client.
For example: I want puppet to check if the mod_passenger apache module
exists. If not: installl passenger from gem. Execute the installer,
copy the config file and enable the module with a2enmod.
What would be the right/appropriate way to do this? At this moment I
don''t have a clue.
Thanks!
--~--~---------~--~----~------------~-------~--~---...
2009 Sep 10
2
passenger with ruby enterprise edition
...enger-2.2.5/vendor/rack-1.0.0-git/lib/rack/builder.rb:29:in
`initialize''
from config.ru:1:in `new''
from config.ru:1
apache2.conf looks just fine
LoadModule passenger_module
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/passenger-2.2.5/ext/apache2/mod_passenger.so
PassengerRoot
/opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/passenger-2.2.5
PassengerRuby /opt/ruby-enterprise-1.8.6-20090610/bin/ruby
But apache2 starts fine with ruby gem''s passenger 2.2.2 where
apache2.conf points to the ruby gem''s passenger
LoadMo...
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
Hello all
Puppet, puppetmaster, ruby, etc installed from standard Ubuntu 11.10 x86_64
APT repos
Dashboard 1.26 from .deb pulled from
http://apt.puppetlabs.com/pool/oneiric/main/p/puppet-dashboard/
Apache config pulled
from /usr/share/puppet-dashboard/ext/passenger/dashboard-vhost.conf
My simple test with webbrick worked a treat. So I installed Apache and
passenger mod (from Ubuntu APT
2012 Jul 10
19
problem using apache & passenger to run dashboard
Hi,
My puppetmaster is running through apache, and now I am setting up
dashboard to be run by apache too.
I followed docs in
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers,
but after I restarted httpd, I see a apache welcome page.
I set documentroot to be:
DocumentRoot /usr/share/puppet-dashboard/public/
2010 Mar 04
3
Dependency cycles, please help.
...#39;'], Class[''ruby''], Class[''apache2'']]
}
exec { passenger-install:
command => "/usr/bin/yes \"\" |
/usr/bin/passenger-install-apache2-module",
creates =>
"/usr/lib/ruby/gems/1.8/gems/passenger-$version/ext/apache2/mod_passenger.so",
require => Package[''passenger'']
}
}
define passenger::enable($version) {
passenger::install { passenger: version => $version }
file { passenger-load:
path => "/etc/apache2/mods-available/passenger.load",
content => "LoadM...
2012 Oct 24
1
Too much access rights on /tmp/passenger.{pid}/backends
Hi!
In a tight security environnement, we have to keep minimum access rights.
We found that /tmp/passenger.{pid}/backends is d-ws-wx-wx on root:root.
This directory is used by mod_passenger to keep execution queues.
Is it possible to limit those access rights?
Why is it world writable?
I''m wondering If somebody knows how to avoid keeping write access to the
world?
Thank you
--
You received this message because you are subscribed to the Google Groups "Puppet Users&...
2009 Oct 18
2
Passenger Best Practice
...r.
I'd like to get an idea of how folk are running passenger? Ideally
I'd like to keep everything rpm based, so would need ruby enterprise
rpms, and then the mod_rails / passenger plugin?
How are you folk doing it?
I've seen:
http://download.elff.bravenet.com/5/x86_64/repoview/mod_passenger.html
And I've also seen:
https://packages.endpoint.com/
Which seems to do some enterprise ruby.
What else is out there? I'm more than happy to do it all myself, but
if so it ought to be done in the way which best serves the project...
So... what thoughts / recommendations?
S.
--...
2009 Oct 19
7
Passenger Woes
...eally 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 too.
I''m using the config.ru file from
http://github.com/reductivelabs/puppet/blob/master/ext/rack/files/config.ru,
chowned to puppet and chmoded 644.
I''ve added:
[puppetmasterd]
ssl_client_header =...
2010 Aug 20
5
puppet dashboard gui looks odd from apache2
...the ext/passenger/dashboard-vhost.conf exactly as it it and
started on port 8080. But I do only see
the directories and not the rails view of node.
# tail /etc/apache2/apache2.conf (works perfect)
# Passenger
LoadModule passenger_module
/usr/lib/ruby/gems/1.8/gems/passenger-2.2.15/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.15
PassengerRuby /usr/bin/ruby1.8
# cat /etc/apache2/conf.d/puppetmasterd (works perfect)
# you probably want to tune these settings
PassengerHighPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
# PassengerMaxReq...
2009 Aug 13
5
First hit on app takes a long time
So, I''ve deployed my first rails app, however I''m the only one hitting
it for now.
I''ve noticed that the first time I hit the app after some long period,
it takes a really long time to respond (2-3 seconds). After that,
it''s very fast.
At first, I thought it might be my VPS "waking up" from some sleep
state, but Rails does log the long load time
2012 Dec 17
1
multiple puppet masters
...as follows:
[main]
...
ca = false
ca_server = puppet-master1.test.net
I am using passenger so I am a bit confused how the virtual-host.conf file
should look for my second puppet-master2.test.net. Here is mine:
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.18
PassengerRuby /usr/bin/ruby
<Proxy balancer://puppet_ca>
BalancerMember http://puppet-master1.test.net:8140
</Proxy>
ProxyPassMatch ^(/.*?)/(certificate.*?)/(.*)$ balancer://puppet_ca/
ProxyPassReverse ^(/.*?)/(certific...
2009 Mar 08
2
Premature end of script headers error using Rails 2.3.1 and Passenger 2.1.1
...assenger.conf -> ../mods-
available/passenger.conf
lrwxrwxrwx 1 root root 32 Mar 4 22:19 passenger.load -> ../mods-
available/passenger.load
/etc/apache2/mods-enabled# cat passenger.load
LoadModule passenger_module /opt/rubyenterprise/lib/ruby/gems/1.8/gems/
passenger-2.1.1/ext/apache2/mod_passenger.so
/etc/apache2/mods-enabled# cat passenger.conf
<IfModule passenger_module>
PassengerRoot /opt/rubyenterprise/lib/ruby/gems/1.8/gems/
passenger-2.1.1
PassengerRuby /opt/rubyenterprise/bin/ruby
# PassengerDefaultUser www-data
</IfModule>
I''ve commented out the Passen...
2012 Sep 07
7
passenger-install-apache2-module fails
Hi I have installed passenger on many machine and this is my 3rd puppet
master on CentOS 6. This one is giving me problems and I have been trying
with different gem versions and still no go.
When I run passenger-install-apache2-module I get this error:
Sorry its really long so I copied to a text doc attached to this post.
Any Idea on whats going wrong. I have not had a problem with this before
2012 Feb 06
1
Puppet / Passenger SSL Problems with DRBD
...Size 12
PassengerPoolIdleTime 1500
# PassengerMaxRequests 1000
PassengerStatThrottleRate 120
RackAutoDetect Off
RailsAutoDetect Off
Listen 8140
<VirtualHost *:8140>
ServerName puppetmaster.foo.bar
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/
passenger-2.2.11/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.11
PassengerRuby /usr/bin/ruby
CustomLog "/var/log/httpd/puppet_access_log" common
ErrorLog "/var/log/httpd/puppet_error_log"
SSLEngine on
SSLCipherSuite SSLv2:-LOW:-EXPORT:RC4+RSA
SSLCer...
2013 Jul 23
3
Debugging Puppetmaster with Apache/Rack/Passenger
...ee this debug output when running puppetmaster the way I
ususally do - using Apache/Rack/Passenger. After looking around a bit in
the vhost config file
> cat /etc/httpd/conf.d/puppetmaster.conf
LoadModule passenger_module
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.10/buildout/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-4.0.10
PassengerDefaultRuby /usr/bin/ruby
# TODO evaluate benefit of ThrottleRate
PassengerStatThrottleRate 120
PassengerHighPerformance On
PassengerMaxPoolSize 12
PassengerMaxRequests 1000
PassengerPoolId...
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