search for: passenger_module

Displaying 20 results from an estimated 26 matches for "passenger_module".

2009 Sep 10
2
passenger with ruby enterprise edition
...in `instance_eval'' from /opt/ruby-enterprise-1.8.6-20090610/lib/ruby/gems/1.8/gems/passenger-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...
2009 Mar 08
2
Premature end of script headers error using Rails 2.3.1 and Passenger 2.1.1
...c/apache2/mods-enabled# ls -la | grep passenger lrwxrwxrwx 1 root root 32 Mar 4 22:19 passenger.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 # Pa...
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 Aug 20
5
puppet dashboard gui looks odd from apache2
..., so that I can see the nodes through the apache2''s web I copied 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...
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
.../scaling_multiple_masters.html I have configured my second puppet master 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 ^(/.*?)/(certifica...
2012 Feb 06
1
Puppet / Passenger SSL Problems with DRBD
...ttp/conf.d/puppetmasterd.conf PassengerHighPerformance on PassengerMaxPoolSize 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"...
2013 Jul 23
3
Debugging Puppetmaster with Apache/Rack/Passenger
...ng it like this: > puppet master --no-daemonize --debug Now I need to see 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...
2010 Mar 04
3
Dependency cycles, please help.
...quot;, require => Package[''passenger''] } } define passenger::enable($version) { passenger::install { passenger: version => $version } file { passenger-load: path => "/etc/apache2/mods-available/passenger.load", content => "LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-$version/ext/apache2/mod_passenger.so\n", mode => 644, require => Exec[''passenger-install''], } file { passenger-conf: path => "/etc/apache2/mods-available/passenger.conf", content => template(&qu...
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
2011 Jul 01
0
Puppet dashboard cannot work behind a Apache reverse proxy?
...eed help because i already try 3 days and still not work, because puppet-dashboard its very important to monitor about hundreds our hosts. this is my vhost configuration in puppet-dashboard server: 1. 192.168.x.x /etc/httpd/conf.d/dashboard.conf where the puppet dashboard deployed: LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7/ext/apache2/mod_passenger.so PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.7 PassengerRuby /usr/bin/ruby PassengerHighPerformance on PassengerMaxPoolSize 12 PassengerPoolIdleTime 1500 PassengerStatThrottleRate 120 RailsAutoDetect On <Virtual...
2013 Oct 02
1
Confusion over installed versions
...inux] # /opt/ruby-enterprise-1.8.7-2012.01/bin/ruby -v ruby 1.8.7 (2011-12-28 MBARI 8/0x8770 on patchlevel 357) [i686-linux], MBARI 0x8770, Ruby Enterprise Edition 2012.01 # /opt/ruby/bin/ruby -v ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-linux] # grep ruby /etc/httpd/conf/httpd.conf LoadModule passenger_module /opt/ruby/lib/ruby/gems/1.8/gems/passenger-3.0.11/ext/apache2/mod_passenger.so PassengerRoot /opt/ruby/lib/ruby/gems/1.8/gems/passenger-3.0.11 PassengerRuby /opt/ruby/bin/ruby So i guess i am using /opt/ruby/bin/ruby for live web site? So then when i try to do anything with the gem command it i...
2012 Jun 12
1
Dashboard with RackbaseURI / and RailsAutoDetect off
...the RackBaseURI statement and return the RailsAutoDetect to on, Everything works, though we want to know if its possible without the RailsAutoDetect. Below are copies of the configs when it fails *APassenger.conf * > # you probably want to tune these settings > > > LoadModule passenger_module > /usr/lib/ruby/gems/1.8/gems/passenger-3.0.12/ext/apache2/mod_passenger.so > PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.12 > PassengerRuby /usr/bin/ruby > > PassengerHighPerformance on > PassengerMaxPoolSize 12 > PassengerPoolIdleTime 1500 >...
2011 Feb 10
3
ror 3 + apache2 + passenger = apache test page
I set up Passenger on manual - http://wiki.rubyonrails.org/deployment/apache-passenger Passenger and Apache install without errors. /etc/httpd/conf/httpd.conf: >> ... >> LoadModule passenger_module >> /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2/ >> ext/apache2/mod_passenger.so >> PassengerRoot /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.2 >> PassengerRuby /usr/local/bin/ruby >> PassengerDefaultUser root >> ... >> <VirtualHost *:80>...
2009 Sep 07
2
passenger-status error messages
...c/ <Directory /usr/share/puppet/rack/puppetmasterd/> Options None AllowOverride None Order allow,deny allow from all </Directory> </VirtualHost> And this is what I appended to my stock apache2.conf file came with ubuntu 9.04''s apache2 # Passenger LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-2.2.2/ext/apache2/mod_passenger.so PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.2.2 PassengerRuby /usr/bin/ruby1.8 Thanks -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read...
2011 Jun 14
5
puppet dashboard
I am using Ubuntu 10.04 and ruby-enterprise (not ubuntu ruby) and installed puppet via gem. How can I install puppet-dashboard if I don''t see a gem available and if I use the ubuntu package, i get the whole slop of ruby packages sucked in (which i am trying to avoid)? # dpkg -i puppet-dashboard_1.1.0-1_all.deb Selecting previously deselected package puppet-dashboard. (Reading database
2010 Feb 25
0
Ruby on Rails application could not be started
...OCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) fastthread (1.0.7) mysql (2.8.1) passenger (2.2.10) rack (1.0.1) rails (2.3.5) rake (0.8.7) sinatra (0.9.4) Furthermore, I put the passenger module into my apache conf LoadModule passenger_module /usr/local/lib/ruby/gems/1.9.1/gems/passenger-2.2.10/ext/apache2/mod_passenger.so PassengerRoot /usr/local/lib/ruby/gems/1.9.1/gems/passenger-2.2.10 PassengerRuby /usr/local/bin/ruby A vhost exists for /pathToRetrospectiva/public . If I call the URL for my retrospectiva Host, I get the error &quot...
2008 Apr 20
2
mod_rails showing plain text instead of actual page
...ake a look at it shortly.</p> </div> </body> </html> -- here''s my apache httpd.conf: ServerRoot "/usr/local" Listen 80 LoadModule mime_module libexec/apache22/mod_mime.so LoadModule authz_host_module libexec/apache22/mod_authz_host.so LoadModule passenger_module /usr/local/lib/ruby/gems/1.8/gems/ passenger-1.0.1/ext/apache2/mod_passenger.so RailsSpawnServer /usr/local/lib/ruby/gems/1.8/gems/passenger-1.0.1/bin/ passenger-spawn-server RailsRuby /usr/local/bin/ruby18 DocumentRoot "/usr/local/www" User www Group www <Directory /> AllowOve...
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
I am following this screencast http://railsillustrated.com/screencast-file-uploads-progress-in-rails-passenger.html as well as comparing this against all the other rails Apache Progress Module progress bar examples and I can''t figure out why I am always getting a 404 routing error: ActionController::RoutingError (No route matches "/progress"): I have a feeling that