Sid Upadhyay
2005-Nov-17 22:19 UTC
[Instantrails-users] Setting up Rail to work on port 80
Hi, I want to run my rails apps on port 80 rather than :9999 Can i do this? And how so? Thanks in advance. -- -Sid
On 11/17/05, Sid Upadhyay <sid.upadhyay at gmail.com> wrote:> > Hi, I want to run my rails apps on port 80 rather than :9999 Can i do > this? And how so? Thanks in advance.I think you are misunderstanding the role of port 9999. This is the port the Apache''s mod_scgi will use to talk to the SCGI Rails Runner that actually executes your Rails web app. You app''s web pages will be served upt to the user''s browser using port 80. Curt -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051117/5fdb275e/attachment.htm
Sid Upadhyay
2005-Nov-17 22:54 UTC
[Instantrails-users] Setting up Rail to work on port 80
Oh, so i place my app in the rail_apps folder and run it from the menu, and then when i go to the site it would run? On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote:> On 11/17/05, Sid Upadhyay <sid.upadhyay at gmail.com> wrote: > > Hi, I want to run my rails apps on port 80 rather than :9999 Can i do > > this? And how so? Thanks in advance. > > I think you are misunderstanding the role of port 9999. This is the port > the Apache''s mod_scgi will use to talk to the SCGI Rails Runner that > actually executes your Rails web app. You app''s web pages will be served upt > to the user''s browser using port 80. > > Curt > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > >-- -Sid
Sid Upadhyay
2005-Nov-17 23:04 UTC
[Instantrails-users] Setting up Rail to work on port 80
K now i get the file in text form.... in the browser. On 11/17/05, Sid Upadhyay <sid.upadhyay at gmail.com> wrote:> Oh, so i place my app in the rail_apps folder and run it from the > menu, and then when i go to the site it would run? > > On 11/17/05, Curt Hibbs <curt.hibbs at gmail.com> wrote: > > On 11/17/05, Sid Upadhyay <sid.upadhyay at gmail.com> wrote: > > > Hi, I want to run my rails apps on port 80 rather than :9999 Can i do > > > this? And how so? Thanks in advance. > > > > I think you are misunderstanding the role of port 9999. This is the port > > the Apache''s mod_scgi will use to talk to the SCGI Rails Runner that > > actually executes your Rails web app. You app''s web pages will be served upt > > to the user''s browser using port 80. > > > > Curt > > > > _______________________________________________ > > Instantrails-users mailing list > > Instantrails-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > > > > > > -- > -Sid >-- -Sid