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="Dave Symonds, post: 4499732"] Then I'll be a bit more explicit, this time for Apache: (1) Turn on the CGI handler. You'll need a line like AddHandler cgi-script .cgi (this would also allow you to use the .rb extension) (2) In whatever directory the script is in, you'll need the ExecCGI option enabled. Either that, or use the ScriptAlias option of mod_alias. You do *not* need mod_ruby; it is optional, though it might come in handy. You'll also need FastCGI setup for Ruby on Rails, though I could be wrong on this point since I've never actually used Rails myself. Dave. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Newbie tearing hair out
Top