Go Back   CodingForums.com > :: Server side development > Ruby & Ruby On Rails

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-15-2009, 10:21 PM   PM User | #1
ScottInTexas
Regular Coder

 
Join Date: Nov 2002
Posts: 567
Thanks: 2
Thanked 4 Times in 4 Posts
ScottInTexas is on a distinguished road
Getting Index, not the greeting

I have finally gotten through the details of getting anything to work on my system. Now when I type the address I get an index of my /public folder. If I take out the index option from my Directory entry in my httpd file I get an error that says I am not authorized access.
I cannot start the server with Ruby script/server so I can't try it with that server running using http://localhost:3000.
__________________
Scott Stewart
Always happy to learn from pros.
ScottInTexas is offline   Reply With Quote
Old 10-16-2009, 02:40 AM   PM User | #2
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by ScottInTexas View Post
I have finally gotten through the details of getting anything to work on my system. Now when I type the address I get an index of my /public folder. If I take out the index option from my Directory entry in my httpd file I get an error that says I am not authorized access.
I cannot start the server with Ruby script/server so I can't try it with that server running using http://localhost:3000.
if you don't start the server who will process and output the pages?

best regards
oesxyl is offline   Reply With Quote
Old 10-16-2009, 01:48 PM   PM User | #3
ScottInTexas
Regular Coder

 
Join Date: Nov 2002
Posts: 567
Thanks: 2
Thanked 4 Times in 4 Posts
ScottInTexas is on a distinguished road
The server is Appache. It is started and working.
__________________
Scott Stewart
Always happy to learn from pros.
ScottInTexas is offline   Reply With Quote
Old 10-16-2009, 11:16 PM   PM User | #4
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by ScottInTexas View Post
The server is Appache. It is started and working.
apache have nothing to do with ruby on rail.

best regards
oesxyl is offline   Reply With Quote
Old 10-21-2009, 07:05 PM   PM User | #5
ScottInTexas
Regular Coder

 
Join Date: Nov 2002
Posts: 567
Thanks: 2
Thanked 4 Times in 4 Posts
ScottInTexas is on a distinguished road
Quote:
Originally Posted by oesxyl View Post
apache have nothing to do with ruby on rail.

best regards
Except that Apache is the server that will be serving the pages. MySQL will be the data server and that is also up and working. Instead of starting the Webrick or some other server I will use Apache. At least I will when I get it sorted out.
__________________
Scott Stewart
Always happy to learn from pros.
ScottInTexas is offline   Reply With Quote
Old 10-21-2009, 07:27 PM   PM User | #6
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by ScottInTexas View Post
Except that Apache is the server that will be serving the pages. MySQL will be the data server and that is also up and working. Instead of starting the Webrick or some other server I will use Apache. At least I will when I get it sorted out.
apache don't understant ruby. There is a ruby mode for apache but is only for server scripting and is not ror. If you want to use ror you must start the server, period.

best regards
oesxyl is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:26 AM.


Advertisement
Log in to turn off these ads.