SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Nov 22, 2005, 19:57 #1
- Join Date
- Dec 2002
- Location
- Denver, CO
- Posts
- 2,877
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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.
-
Nov 22, 2005, 20:34 #2
- Join Date
- Jun 2004
- Location
- California
- Posts
- 440
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You'll probably find your answer here:
http://wiki.rubyonrails.com/rails/pa...osInstallation
Specifically:
http://wiki.rubyonrails.com/rails/pa...ed+Hat+Linux+9
-
Nov 22, 2005, 20:47 #3
- Join Date
- Dec 2002
- Location
- Denver, CO
- Posts
- 2,877
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Does it matter that I'm running Red Hat Enterprise Linux and not Red Hat Linux 9 and I'm running Apache 1.3.33 not Apache 2.
-
Nov 22, 2005, 20:50 #4
- Join Date
- Jun 2004
- Location
- California
- Posts
- 440
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
It shouldn't... there is a doc for enterprise linux there too though jsut to let you know.
-
Nov 22, 2005, 21:51 #5
- Join Date
- Dec 2002
- Location
- Denver, CO
- Posts
- 2,877
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Okay, I've done the one for Linux and I ran ./script/server on http://www.sabotagemedia.com but it would only start the server on http://www.sabotagemedia.com:3000/....when I would just want it on the domain w/o the port number. I tried forcing the port to 80 but it would just say it's already running. Do I have to quit the webserver and restart with --port=80? Or how would that work? I'm basically just wanting to get rid of the port number.
-
Nov 23, 2005, 03:02 #6
- Join Date
- Apr 2005
- Location
- Murcia, Spain
- Posts
- 66
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
This is still lighttpd, but it might give you some ideas about ports and document roots:
http://manuals.textdrive.com/read/chapter/56
Bookmarks