From bill.walton at charter.net Wed Oct 4 12:56:49 2006 From: bill.walton at charter.net (Bill Walton) Date: Wed, 4 Oct 2006 11:56:49 -0500 Subject: [Instantrails-developers] IR1.4 p1 problems Message-ID: <006301c6e7d6$19ea9760$6401a8c0@Presario> I am unable to get 1.4 to serve the cookbook app, even starting WEBrick from the command line. Anybody else tried and succeeded? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-developers/attachments/20061004/d870c60b/attachment.html From curt.hibbs at gmail.com Wed Oct 4 15:22:39 2006 From: curt.hibbs at gmail.com (Curt Hibbs) Date: Wed, 4 Oct 2006 14:22:39 -0500 Subject: [Instantrails-developers] IR1.4 p1 problems In-Reply-To: <006301c6e7d6$19ea9760$6401a8c0@Presario> References: <006301c6e7d6$19ea9760$6401a8c0@Presario> Message-ID: <31d15f490610041222n22b5273fpd55579a2adec29a3@mail.gmail.com> On 10/4/06, Bill Walton wrote: > > I am unable to get 1.4 to serve the cookbook app, even starting WEBrick > from the command line. Anybody else tried and succeeded? > > Thanks, > Bill > What happens when you try to start Mongrel for the cookbook app? Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-developers/attachments/20061004/a7440a7d/attachment.html From mortonda at dgrmm.net Thu Oct 5 14:28:28 2006 From: mortonda at dgrmm.net (mortonda at dgrmm.net) Date: Thu, 5 Oct 2006 13:28:28 -0500 (CDT) Subject: [Instantrails-developers] IR1.4 p1 In-Reply-To: <31d15f490610041222n22b5273fpd55579a2adec29a3@mail.gmail.com> References: <006301c6e7d6$19ea9760$6401a8c0@Presario> <31d15f490610041222n22b5273fpd55579a2adec29a3@mail.gmail.com> Message-ID: <1204.24.119.133.72.1160072908.squirrel@www.dgrmm.net> I finally had a chance to boot into windows this morning. I had trouble at first, with mongrel, but I think it was a firewall issue; zonealarm was playing funny. I see two things of note; 1) the default port for typo in the mongrel config is 3003 but is 3002 in apache - I guess that's probably a typo. *groan* (no pun intended) 2) in any case, one needs to start mongrel by hand, whether intending to use the port 300x or using apache for port 80. Apache 1.3.x can only proxy one connection to mongrel at a time, so this configuration is suitable only for development and testing; In order to scale to a higher number of concurrent connections, one would need to change apache to either apache 2.2 or use something else like dogpound or lighttpd. Do either of those run on windows? From tanner.burson at gmail.com Thu Oct 5 17:39:11 2006 From: tanner.burson at gmail.com (Tanner Burson) Date: Thu, 5 Oct 2006 16:39:11 -0500 Subject: [Instantrails-developers] IR1.4 p1 In-Reply-To: <1204.24.119.133.72.1160072908.squirrel@www.dgrmm.net> References: <006301c6e7d6$19ea9760$6401a8c0@Presario> <31d15f490610041222n22b5273fpd55579a2adec29a3@mail.gmail.com> <1204.24.119.133.72.1160072908.squirrel@www.dgrmm.net> Message-ID: On 10/5/06, mortonda at dgrmm.net wrote: > > I finally had a chance to boot into windows this morning. > > I had trouble at first, with mongrel, but I think it was a firewall issue; > zonealarm was playing funny. > > I see two things of note; > > 1) the default port for typo in the mongrel config is 3003 but is 3002 in > apache - I guess that's probably a typo. *groan* (no pun intended) > > 2) in any case, one needs to start mongrel by hand, whether intending to > use the port 300x or using apache for port 80. > > Apache 1.3.x can only proxy one connection to mongrel at a time, so this > configuration is suitable only for development and testing; In order to > scale to a higher number of concurrent connections, one would need to > change apache to either apache 2.2 or use something else like dogpound or > lighttpd. Do either of those run on windows? I know lighttpd has a windows port now, but I don't know how feature-complete or stable it is. It could be worth looking into though. _______________________________________________ > Instantrails-developers mailing list > Instantrails-developers at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-developers > -- ===Tanner Burson=== tanner.burson at gmail.com http://tannerburson.com <---Might even work one day... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-developers/attachments/20061005/30e83aae/attachment-0001.html