CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Ruby & Ruby On Rails (http://www.codingforums.com/forumdisplay.php?f=44)
-   -   Getting Index, not the greeting (http://www.codingforums.com/showthread.php?t=179755)

ScottInTexas 10-15-2009 10:21 PM

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.

oesxyl 10-16-2009 02:40 AM

Quote:

Originally Posted by ScottInTexas (Post 877094)
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

ScottInTexas 10-16-2009 01:48 PM

The server is Appache. It is started and working.

oesxyl 10-16-2009 11:16 PM

Quote:

Originally Posted by ScottInTexas (Post 877246)
The server is Appache. It is started and working.

apache have nothing to do with ruby on rail.

best regards

ScottInTexas 10-21-2009 07:05 PM

Quote:

Originally Posted by oesxyl (Post 877452)
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.

oesxyl 10-21-2009 07:27 PM

Quote:

Originally Posted by ScottInTexas (Post 879199)
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


All times are GMT +1. The time now is 04:44 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.