2010/3/24 Nagy Tamás <[email protected]>: > 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 example6.tld and > example4.tld at the same time.. .. ??
You need to have at least one mongrel instance per domain, and set up your httpd proxy accordingly. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
