Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Newbie tearing hair out
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Walter Prins, post: 4499733"] I think you need to configure apache to know that .rb extension files are to be treated as CGI scripts to be run via the Rub interpreter (or module.) (Note I have no experience with this setup, just limited general experience with this sort of thing with Apache. ) Basically you want to look into the Apache "ScriptAlias" directive and/or "ExecCGI" option. See here: [URL]http://www.serverwatch.com/tutorials/article.php/1128971[/URL] Also you need to tell apache to add a handler for .rb files, for this look into AddHandler directive. See e.g. here: [URL]http://www.ricocheting.com/server/cgi.html[/URL] Hope this helps. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Newbie tearing hair out
Top