HELP: Apache integration not working
Added by Renato Oliveira about 15 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.
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>
- <Proxy balancer://redmine_cluster>
- Order allow,deny
- Allow from all
- BalancerMember http://127.0.0.1:3000
- BalancerMember http://127.0.0.1:3001
- </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