Hello all ? is it possible to configure 2 or more aplications on IIS, each one in a different virtual directory ? thanks all -- Bolo Michelin Blog [Flash & RoR] http://blog.developpez.com/?blog=30 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/9b5d7b9b/attachment.html
Bump I have the same question. I need to run http://server.com/foo as a rails app and http://server.com/bar as a php app or such. What''s the best way to do this on IIS and windows 2003? Thanks On 4/25/06, Bolo <malavoi@gmail.com> wrote:> > Hello all ? > > is it possible to configure 2 or more aplications on IIS, each one in a > different virtual directory ? > > thanks all > -- > Bolo Michelin > Blog [Flash & RoR] http://blog.developpez.com/?blog=30 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060605/03d98730/attachment.html
Well Shawn, running RoR on IIS is not an easy thing to do at all. If someone else here has better knowledge, I do not know of anyone who has tried and succeeded in getting RoR to run properly with IIS. Stick with Apache, if you can, it''s a hell of a lot easier and nicer. Again, if someone else has had success with this, please respond. Jason Shawn Anderson wrote:> Bump > > I have the same question. I need to run http://server.com/foo as a > rails app and > http://server.com/bar as a php app or such. What''s the best way to do > this on IIS and windows 2003? > > Thanks > > > On 4/25/06, *Bolo* <malavoi@gmail.com <mailto:malavoi@gmail.com>> wrote: > > Hello all ? > > is it possible to configure 2 or more aplications on IIS, each one > in a different virtual directory ? > > thanks all > -- > Bolo Michelin > Blog [Flash & RoR] http://blog.developpez.com/?blog=30 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org <mailto:Rails@lists.rubyonrails.org> > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Thanks for your insight Jason, Under normal conditions, I''d agree with you. In fact, all sites I have worked on have been on Apache. The problem arose because the situation will not allow apache. A rails site has to be wedged into an IIS configuration on a pre-existing server without interrupting its other sites. Also, to add some additional information port 80 is all that can be allowed, so simply running webrick on a different port will not work either. Any help would be appreciated. On 6/5/06, Jason Roelofs <jameskilton@gmail.com> wrote:> > Well Shawn, running RoR on IIS is not an easy thing to do at all. If > someone else here has better knowledge, I do not know of anyone who has > tried and succeeded in getting RoR to run properly with IIS. Stick with > Apache, if you can, it''s a hell of a lot easier and nicer. > > Again, if someone else has had success with this, please respond. > > Jason > > Shawn Anderson wrote: > > Bump > > > > I have the same question. I need to run http://server.com/foo as a > > rails app and > > http://server.com/bar as a php app or such. What''s the best way to do > > this on IIS and windows 2003? > > > > Thanks > > > > > > On 4/25/06, *Bolo* <malavoi@gmail.com <mailto:malavoi@gmail.com>> wrote: > > > > Hello all ? > > > > is it possible to configure 2 or more aplications on IIS, each one > > in a different virtual directory ? > > > > thanks all > > -- > > Bolo Michelin > > Blog [Flash & RoR] http://blog.developpez.com/?blog=30 > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org <mailto:Rails@lists.rubyonrails.org> > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060605/1eac0afe/attachment.html
Here is an article on the subject: http://made-of-stone.blogspot.com/2006/01/rails-on-iis-revisited.html On 6/5/06, Shawn Anderson <shawn42@gmail.com> wrote:> > Thanks for your insight Jason, > > Under normal conditions, I''d agree with you. In fact, all sites I have > worked on have been on Apache. The problem arose because the situation will > not allow apache. A rails site has to be wedged into an IIS configuration > on a pre-existing server without interrupting its other sites. Also, to add > some additional information port 80 is all that can be allowed, so simply > running webrick on a different port will not work either. > > Any help would be appreciated. > > > On 6/5/06, Jason Roelofs <jameskilton@gmail.com> wrote: > > > > Well Shawn, running RoR on IIS is not an easy thing to do at all. If > > someone else here has better knowledge, I do not know of anyone who has > > tried and succeeded in getting RoR to run properly with IIS. Stick with > > Apache, if you can, it''s a hell of a lot easier and nicer. > > > > Again, if someone else has had success with this, please respond. > > > > Jason > > > > Shawn Anderson wrote: > > > Bump > > > > > > I have the same question. I need to run http://server.com/foo as a > > > rails app and > > > http://server.com/bar as a php app or such. What''s the best way to do > > > this on IIS and windows 2003? > > > > > > Thanks > > > > > > > > > On 4/25/06, *Bolo* <malavoi@gmail.com <mailto:malavoi@gmail.com>> > > wrote: > > > > > > Hello all ? > > > > > > is it possible to configure 2 or more aplications on IIS, each one > > > in a different virtual directory ? > > > > > > thanks all > > > -- > > > Bolo Michelin > > > Blog [Flash & RoR] http://blog.developpez.com/?blog=30 > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org <mailto:Rails@lists.rubyonrails.org> > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060605/ac00d91b/attachment.html