On 8/16/06, Timothy Wright <[EMAIL PROTECTED]> wrote: > I am doing admin work for a guy and he really wants to keep things with just > lighty and mongrel. I have thought about it and if this does not work I will > suggest it. > > > > On 8/16/06, James Ludlow <[EMAIL PROTECTED]> wrote: > > On 8/16/06, Timothy Wright <[EMAIL PROTECTED]> wrote: > > > > > > I am wanting to one run instance of lighttpd, many many instances of > > > mongrel. I also need ssl but only for one of my sites. I understand that > > > Mongrel does not play with SSL so I am forced to use Lighttpd. I think > that > > > lighttpd only handles ssl or non-ssl on any given instance. Is there a > way > > > for me to accomplish my goal of one lighttpd with multiple mongrels and > the > > > occasional ssl connection? > > > > I know that this doesn't answer your question at all, but have you > > considered pound -> mongrel_cluster -> tons-o-mongrels ? > > > > > > -- James > > _______________________________________________ > > Mongrel-users mailing list > > [email protected] > > http://rubyforge.org/mailman/listinfo/mongrel-users > > > > > > -- > Grace and Peace, > Timothy G. Wright > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users > >
If you just want it lighty + mongrel then you probably need to use mod_proxy_core. It's brand new so you'll be on the bleeding edge. http://blog.lighttpd.net/articles/2006/07/15/the-new-mod_proxy_core -- Zack Chandler http://depixelate.com _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
