Displaying 3 results from an estimated 3 matches for "galisys".
Did you mean:
alisys
2006 Aug 16
3
(no subject)
Hi everybody,
We are developing several applications on a single server and I''m
looking for a way to use mongrel with each of them. Right now,
http://testapp.com/ is being served on that machine through apache
and mongrel. Here''s what a part of my apache config looks like:
<Proxy balancer balancer://testappcluster>
BalancerMember http://127.0.0.1:8000
2006 Sep 07
21
Multiple rails apps with Mongrel
I''m trying to set up several different Rails apps on the same domain, each
one running Mongrel. After reading all of the documentation, it''s fairly
clear how to use subdomains - create several Apache virtual hosts, each of
which has a different ProxyPass and ProxyPassReverse command to redirect
from different ports (ie, 3000, 3100), and then have each Mongrel instance
(or
2006 Aug 31
1
Apache & SSL - Redirects going to http:// not https://
Hi guys,
I have a (hopefully) quick question about ssl and mongrel. We are
using Apache2 and the proxy balancer module to control a pack of
mongrels. This is a brand new setup, as our server had been using
Apache 1.3 with no mongrels at all. The speed boost has been great,
and we are not getting any of the previous errors that were caused by
FastCGI. I am having a strange problem