Project

General

Profile

HELP: Apache integration not working

Added by Renato Oliveira over 14 years ago

Hello Guys,

I am sorry to be posting again, but as I said on my previous post, I am very new to rednime world.
I installed it few weeks ago.

The problem is I followed the Centos HOW TO to integrate redmine to Apache.
I am using: Centos 5.4
redmine: 0.8.7
Apache config:
<VirtualHost *:80>
ServerName redminevh
ServerAlias redminevh
DocumentRoot /opt/redmine/public/
ErrorLog /var/log/httpd/redmine_error_log
<Directory "/opt/redmine/public">
Options +ExecCGI Indexes FollowSymLinks
AddHandler cgi-scripts .cgi
AllowOverride all
Order allow,deny
Allow from all
</Directory>
  1. <Proxy balancer://redmine_cluster>
  2. Order allow,deny
  3. Allow from all
  4. BalancerMember http://127.0.0.1:3000
  5. BalancerMember http://127.0.0.1:3001
  6. </Proxy>
    RewriteEngine On
    RewriteCond /{REQUEST_FILENAME} !-f
    RewriteRule ^/(.*)$ balancer://redmine_cluster%{REQUEST_URI} [P,QSA,L]
    </VirtualHost>

When I try to connect to the URL: http://redminevh I get the following error message: =====================================================================================================================
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, renato.oliveira@redminevh and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

=====================================================================================================================

I would be very thankful to any help and specially if someone could point me out to the correct path.

I have never used RUBY/Redmine before.

Thank you very much

Best regards

Renato