Redmine start-up and configuration script
Added by Bintintan Andrei over 13 years ago
Hi all,
I ran redmine until today with mongrail, I did the upgrade and due to the multiple problems and bugs or whatever with monrail, I couldn't run redmine anymore properly. There are several issues already reported.
After some digging I ended up with the following very simple solution:
VHOST Config:
<VirtualHost :80>
ServerAlias tracker.
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
<proxy>
Order deny,allow
Allow from all
</proxy>
</VirtualHost>
Start-up script is attached(copy it in /etc/init.d)
I hope this helps a few people.
Regards, Andy.