Josh Pigford
2005-Nov-22 23:56 UTC
Trouble with Rails installation process on my linux server
Okay...here''s what I''ve got: Linux Server running: Red Hat Enterprise Linux 3 Apache 1.3.33 It''s a dedicated server that I have root access to. I want to install RoR and access the things I program directly from a URL (ie http://www.example.com/something/another) without having to attach the port (like :3000) to it. I''ve been told I need to install it for Apache but can''t really figure out what all needs to be done to do that. Any direction would be great. -- Posted via http://www.ruby-forum.com/.
Andreas Roedl
2005-Nov-23 00:30 UTC
Re: Trouble with Rails installation process on my linux server
Hi Am Mittwoch, 23. November 2005 00:56 schrieb Josh Pigford:> I want to install RoR and access the things I program directly from a > URL (ie http://www.example.com/something/another) without having to > attach the port (like :3000) to it. I''ve been told I need to install it > for Apache but can''t really figure out what all needs to be done to do > that.Just start the server like that: ./script/server --port=80 -d Andreas
Josh Pigford
2005-Nov-23 01:56 UTC
Re: Trouble with Rails installation process on my linux serv
andreas wrote:> Just start the server like that: > > ./script/server --port=80 -d > > > AndreasWell some guys I talked to over on IRC strongly suggested not using ./script/server for production... -- Posted via http://www.ruby-forum.com/.