The mongrel tag has no wiki summary.
2
votes
1answer
22 views
Mongrel over mod_proxy unacceptably slow
Here is the situation
C:\>ab -n 100 -c 5 http://webserver/track/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, ...
0
votes
1answer
72 views
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 ...
-2
votes
1answer
68 views
Is Mongrel2 still under active development? [closed]
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, ...
1
vote
1answer
65 views
Installed mongrel2 via homebrew, can't find config.sqlite
I hope this is the right site to ask this, I wasn't sure if here or superuser was more appropriate.
I've installed mongrel2 via Home Brew, which installed it to:
/usr/local/Cellar/mongrel2/1.7.5
...
0
votes
0answers
186 views
Posting to a rails app causing unexplained 500 error
I'm making an ajaxed POST from jQuery, it works in development but not in production. The request doesn't show up in the rails log or the mongrel log. Nginx is returning 500, but it's not clear why ...
0
votes
1answer
56 views
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 ...
2
votes
2answers
175 views
How to run rails and LAMP simultaneously on ubuntu?
I just set up a virtual machine running Ubuntu Server, with a LAMP stack and OpenSSH installed.
What now would be the best way to enable that server to run both rails and PHP applications? Would it ...
2
votes
1answer
608 views
Passenger on Apache2 - how to make a site appear on root
I'm new to apache2 and passenger to set-up rails apps and followed a tutorial on how to get redmine (rails app) set up (http://xdissent.com/2010/05/04/github-clone-with-redmine/).
It all works great ...
1
vote
0answers
222 views
Ruby on Rails 3 on Windows Server 2008 with Mongrel & Apache. Is it possible?
After reading numerous articles today it's still a bit unclear to me whether or not I can deploy my Rails 3 app to multiple instances of mongrel while using Apache 2.2 for load balancing.
I ...
1
vote
2answers
1k views
Deployment of Rails app with nginx and mongrel cluster on ubuntu 10.04 LTS
I installed mongrel cluster and nginx module for it on to my virtual machine.
The working environment is
ruby 1.9.2
rails 3.0.6
rubygems 1.7.2
mongrel_cluster 1.0.5
mongrel 1.2
When I start the ...
1
vote
1answer
1k views
Apache/Mongrel/Redmine installation problem (VirtualHost/ProxyPass)
I am installing Redmine as per this step-by-step instruction: http://justnotes.co.cc/2010/02/11/how-to-install-redmine-on-ubuntu/
I am using Ubuntu 10.04.1, Apache 2.2.14, Mongrel 1.1.5.
On the ...
0
votes
1answer
237 views
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 ...
0
votes
1answer
96 views
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 ...
1
vote
1answer
249 views
Apache / Mongrel / Rails Serving Two SSL Certificates?
Is it possible for Apache (2.0) to serve up two SSL certificates when Mongrel and Rails are involved?
Here's the situation... I've got a server with two sites on it: foo.com and bar.com. Both have ...
4
votes
2answers
771 views
How to decide the optimal number of ruby thin/mongrel instances for a server, number of cores?
We are trying to deploy mongrel instances on a machine. What is the optimal number of mongrel instances for a server? Since an instance can handle concurrent connections, I do not see any benefit in ...
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
1answer
158 views
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 ...
0
votes
3answers
213 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
2k views
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 ...
0
votes
1answer
230 views
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 ...
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 ...
0
votes
2answers
386 views
Start mongrel on system startup?
I have a script called mgrst that restarts mongrel for me:
cd /opt/redmine
/usr/local/bin/mongrel_rails cluster::stop
rm -rf tmp/pids/*
/usr/local/bin/mongrel_rails cluster::start
I am calling this ...
1
vote
3answers
2k views
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 ...
1
vote
1answer
457 views
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 ...
0
votes
2answers
327 views
Monitoring mongrel with monit
I wrote a monit.d file for mongrels which works in this version:
check process redmine with pidfile /home/redmine/service/redmine.pid
group webservice
start program = "/usr/bin/mongrel_rails start ...
0
votes
1answer
201 views
Trouble with mod_proxy and mongrel_rails
I'm trying to set up a mod_proxy - mongrel combination, but somehow, apache/mod_proxy is unable to access mongrel locally. The following is my configuration for mod_proxy:
ProxyRequests Off
...
0
votes
2answers
82 views
Second server instance (for static files) on a standard host?
Serving static files from an independent host from the rest of my website is supposed to improve performance. I'm cheap, so I was wondering if I can do that within one standard hosting service. ...
0
votes
1answer
179 views
Sending USR2 to mongrel_rails sometimes results in an “Address already in use” on the restart
We have a rolling-restart mode for our mongrel cluster that sends a USR2 signal to each running process.
This works great, most of the time. But very occasionally the mongrel process will shutdown, ...
1
vote
1answer
72 views
Does Mongrel do IPv6 well?
I'm using
mongrel + apache 2.2 + mod_proxy_balancer.
apache2.2 is IPv6 well
http://httpd.apache.org/docs/2.2/en/bind.html#ipv6
Does Mongrel do IPv6 well?
4
votes
3answers
2k views
SSL/HTTPS help with regards to Mongrel?
I have been looking all over and either I can't find anything or I
can't find anything that works... so here I am.
How can I go about setting up SSL/HTTPS with regards to Mongrel?
Thanks in ...
1
vote
1answer
1k views
Problem posting multipart form data using Apache with mod_proxy to a mongrel instance
I am attempting to simulate my site's production environment as closely as I can on my local machine. This is a rails site that uses Apache w/ mod_proxy to forward requests to a mongrel cluster. On my ...
0
votes
2answers
447 views
How do I start mongrel_cluster and Ferret DRb servers at boot on CentOS 5.2?
I have followed this CentOS 5.2 Mongrel Cluster tutorial for starting mongrel_cluster at reboot on CentOS 5.2. However, I have to manually start mongrel_cluster at reboot.
Since that didn't work, I ...
1
vote
1answer
746 views
RubyGem issue with mysql
I'm a little confused... I have Rails 2.3.2 running on my server after upgrading from 2.1.1 I get the following error on my mongrel clusters when they try to start:
Exception `Gem::LoadError' at ...
0
votes
2answers
936 views
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 ...
0
votes
4answers
323 views
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 ...
0
votes
4answers
354 views
Starting and stopping Mongrel service over SSH on Windows Server 2003
I have a Rails app running under mongrel as a windows service on a Windows Server 2003 installation.
I'd like to automate deploying new versions of the app from my Ubuntu dev server.
Cygwin is ...