I just installed Redmine in slackware 13.1 I followed the instructions and test of the installation works fine using webrick:

ruby script/server webrick -e production

However, I now want to use it with apache in my local computer (localhost) but no idea how to configure apache for this.

The document root of apache is /var/www/htdocs. So I created a symbolic link to where redmine is (its owned by apache:apache) just to access it by http://localhost/redmine. Now if I access http://localhost/redmine I see the directories but how to run redmine cgi?

Can anyone give me some guidance?

link|improve this question
feedback

1 Answer

In my experience, I have used Phusion Passenger to work Redmine in with Apache. Phusion Passenger is the same thing as mod_rails. http://www.modrails.com/

Apache-specific user's guide: http://www.modrails.com/documentation/Users%20guide%20Apache.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.