[Mongrel] Mongrel_rails can't find memcache-client

2010-03-24 Thread T_ S_
I added memcache-client to our app: config.gem memcache-client, :version = 1.8.1 According to gem list the gem is there: memcache-client (1.8.1) If I run our app with script/server everything works just fine but when I try to run it with mongrel_rails start it stops with error: no such file to

Re: [Mongrel] Mongrel_rails can't find memcache-client

2010-03-24 Thread Luis Lavena
On Wed, Mar 24, 2010 at 7:56 AM, T_ S_ li...@ruby-forum.com wrote: I added memcache-client to our app: config.gem memcache-client, :version = 1.8.1 According to gem list the gem is there: memcache-client (1.8.1) If I run our app with script/server everything works just fine but when I try

[Mongrel] VirtualHost like in the Apache-PHP world

2010-03-24 Thread Nagy Tamás
How to make virtual hosts in mongrel? ::how to serve example1.tld, example2.tld, .. exampleN.tld#39;s different ruby apps? thanks in advence frikazojd. a href=http://ad.adverticum.net/b/cl,1,73468,1598288,1592431/click.prm;

Re: [Mongrel] VirtualHost like in the Apache-PHP world

2010-03-24 Thread Jonathan Rochkind
You do it all in Apache. Typical way to deploy mongrel is fronted with an Apache reverse proxy. You need to set up everything in Apache, and have the right requests proxied to the right mongrel. It's all about apache, no config in Mongrel. You may also want to consider mod_rails/passenger

Re: [Mongrel] VirtualHost like in the Apache-PHP world

2010-03-24 Thread Nagy Tamás
Thank you, Jonathan! but i#39;d like to try out Mongrel..so, I set the apache with mod_proxy.. i think it should forward the request to mongrel, localhost:3000.. but how will the mongrel figure out where are the ruby apps? it will get a request for example.tld or example6.tld and example4.tld

Re: [Mongrel] VirtualHost like in the Apache-PHP world

2010-03-24 Thread Hassan Schroeder
2010/3/24 Nagy Tamás frikaz...@freemail.hu: but i'd like to try out Mongrel.. so, I set the apache with mod_proxy.. i think it should forward the request to mongrel, localhost:3000.. but how will the mongrel figure out where are the ruby apps? it will get a request for example.tld or