Привет! Имеется CentOS+Redmine+Apache+Passenger, настроил Redmine в http://server.local.net/redmine Работает с такой конфигой apache:
<VirtualHost *:80>
ServerName server.local.net
DocumentRoot /var/www/html
ServerAdmin admin@local.net
RailsEnv production
RailsBaseURI /redmine
<Directory /var/www/html/redmine/public/>
Options Indexes ExecCGI FollowSymLinks -MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>
ErrorLog /var/log/httpd/server.error.log
</VirtualHost>