How to run redmine under apache
Added by uthra Rao about 16 years ago
I have installed redmine 0.7.3 on a Red Hat 5 system. I tested my installation by starting WEBrick and it opened up the web page. I would like to get clear instructions on how to run redmine under apache2. I would appreciate any help.
UR.
Replies (2)
RE: How to run redmine under apache - Added by Mischa The Evil about 16 years ago
uthra Rao wrote:
I would like to get clear instructions on how to run redmine under apache2.
Several options (with appropriate documentation) exists:
- You can use Apache 2 as the load balancing proxy (using
mod_proxy_balancer
) in front of a Mongrel -cluster: - You can use Apache 2 together with Phusion Passenger (a.k.a.
mod_rails
) which is an Apache module which handles the RoR-requests:
HTH... Greetings... ;-)
RE: How to run redmine under apache - Added by Mischa The Evil about 16 years ago
Mischa The Evil wrote:
Several options (with appropriate documentation) exists:
See also the first, let's say, 100 hits from a search like: http://www.google.com/search?q=RHEL5+Ruby+on+Rails+Apache2.
Some more general information is available at (note: this is a non exhaustive list):