Added by chris chris about 10 years ago
hi
my redmine installation on my RHEL6 works quite well, if I start the ruby testserver. But I want to use Apache as my webserver, but just like the Ruby Testserver configuration. Is it possible to provide redmine over apache without virtual hosts.
My config for the moment:
passenger.conf:
LoadModule passenger_module /usr/lib64/ruby/gems/1.8/gems/passenger-5.0.7/bu$ <IfModule mod_passenger.c> PassengerDefaultUser apache PassengerRoot /usr/lib64/ruby/gems/1.8/gems/passenger-5.0.7 PassengerDefaultRuby /usr/bin/ruby </IfModule>
and how should the httpd.conf file look like?
path of redmine is /var/www/redmine