Questions tagged [mongrel]

37 questions
1
vote
3 answers

How to activate eth0 / eth1 earlier in ubuntu boot process

Let's see if I can explain this right: I have servers with two ethernet interfaces - one external and one internal facing. I have a DB (pg) on one server and accessible from other machines on the internal network. I have RoR apps on other servers…
Jeff
  • 11
  • 1
  • 2
1
vote
1 answer

Mongrel Cluster on Ubuntu Server Karmic

I am trying to get mongrel cluster working on my Ubuntu Server Karmic box in preparation to setup Capistrano. I've been trying to get the two to work all day and finally decided to completely remove Capistrano and see if I can just get Mongrel…
trobrock
  • 237
  • 2
  • 9
0
votes
1 answer

Ruby/Mongrel installation broken after CentOS upgrade, server won't start

I think my previous questions was somewhat badly formulated. I've got an issue with a CentOS system that is running ruby and a mongrel server which failed after an OS update. Edit: The initial issues are gone. But starting a server still just won't…
Lars
  • 113
  • 4
0
votes
1 answer

Is Mongrel2 still under active development?

I hope this is the right exchange for this question. I noticed that the mongrel2.org site blog hasn't been updated since 2011. Does anyone know if the project itself is still under active development, or have the contributors/creators moved on to…
Shaun
  • 127
  • 2
0
votes
1 answer

How do I stop IIS from sending minutely GET requests to my proxied mongrel server?

I have a rails application running on Windows Server 2008 running IIS7.5. I am using Application Request Routing to send requests to the Mongrel server via IIS (I didn't want to set it up like this but this was the environment I have been forced to…
brad
  • 237
  • 1
  • 3
  • 9
0
votes
1 answer

Problem: To make default mongrel web server for rail 3.0

Solution : You have only one ruby version of ruby 1.9.2p180 (2011-02-18) [i386-mingw32] Problem Cause: Registry is still showing older version of RubyGems Solution Path: Remove all old version of ruby & dependencies (Note ensure to have all the back…
sharath
  • 1
  • 1
0
votes
1 answer

Strange behaviour of Apache with network drive

Hii all, Am runnnig Apache web server in front of mongrel server and mapped a network drive on my system.In my application miongrel is doing file upload to network drive and apche is serving file from network . But i disconnected the network drive…
AMIT
  • 103
  • 1
  • 1
  • 10
0
votes
1 answer

How to setup combination of proxy hosting and local host with Apache?

I am trying to the same Apache as server for Subversion and Redmine (a RubyOnRails app). The current setup is Apache hosting Subversion using the standard mod_dav & mod_svn_dav and Redmine is running on mongrel in the same server on port 3000 with…
DJ.
  • 3
  • 3
0
votes
4 answers

Mongrel cluster stops silently on EC2 instance running Debian 5.0.1

The problem doesn't occur very often, but still it surely exists and I'm not sure where to start from. I have grepped for the mongrel PIDs in /var/log/ and the only messages that contained them are these: Jun 7 07:46:24 staging kernel: 4gb seg…
Ev Dolzhenko
  • 205
  • 2
  • 5
0
votes
1 answer

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 service for restarting mongrel. I was wondering if…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
0
votes
1 answer

What is the best way to detect how/where server latency occurs?

I'm managing a small social media site, and its been for the past few days experiencing intermittent server lags. The site will choke loading a page, and moments later, the same page will have no difficulty loading. What is the best way to detect…
Trip
  • 205
  • 4
  • 9
0
votes
3 answers

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 application rather than interpreting it on the fly like…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
0
votes
1 answer

SSL certificate proxy redirect to port mongrel rails app help

I am trying to install a goddaddy ssl certificate on my dedicated plesk web server machine for a rails app that is working fine with non-https using mongrel cluster and apache mod_proxy to redirect the requests to the rails app. I have installed…
zanedev
  • 103
  • 1
  • 4
0
votes
1 answer

How many mongrel instances?

If I understand things correctly if using only one mongrel instance then if you get a request that takes a while (like a shopper in line with a large amount of goods) Then the other requests have to wait in line for the first to finish. So running…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59