Tagged Questions
0
votes
1answer
74 views
Mongrel restarting just one port?
I have a mongrel cluster setup across six ports. I understand how to restart the cluster.
It would be nice if I could do plugin testing for our Redmine install and not have to interrupt the teams ...
1
vote
1answer
103 views
Puppet keeps trying to install mongrel
I'm using Puppet to administrate my servers and one of the things I'm doing is installing Mongrel from the Gem:
package { mongrel:
provider => gem,
ensure => latest,
require => ...
0
votes
3answers
214 views
Does restarting a mongrel web server instance linked to a Ruby Rails application have the effect of recompiling the Ruby code?
I know if I make a change to a Rails\Ruby application that restarting mongrel is required to see the changes take effect. I was just curious if mongrel actually uses a compiled version of the ...
0
votes
1answer
192 views
Mongrel cluster returning page source
I've setup a mongrel_rails cluster which worked correctly until I decided to reinstall ruby/rails/mongrel.
I'm able to get an output when I visit the website, but I'm obtaining the page source ...