klockren Apprentice

Joined: 21 Apr 2004 Posts: 167 Location: Linköping, Sweden
|
Posted: Thu Feb 04, 2010 7:55 am Post subject: Run ruby (redmine) in apache2 |
|
|
I installed Redmine on my gentoo box using this ebuild.
Redmine runs perfectly with its own webrick server using this command:
| Code: | | ruby script/server webrick -e production -p 80 -d |
but I'd rather run it in apache.
The ebuild installed the passenger apache module but how do I configure apache for redmine? |
|