How to call Redmine over myDomain.de/redmine and other application over myDomain.de/xyzApp
Added by Michael Stahl over 7 years ago
Hello,
I have installed redmine with the following parameters and it is running.
Ruby version: 2.4.1p111
Rails version: 4.2.8
OS: Ubuntu16.04
Database: MySQL
Apache2
Phusion Passenger 5.1.12
Redmine is available when I call myDomain.de. After hours of searching and trying lots of proposals I am now asking here.
The goal is to call redmine over myDomain.de/redmine and other websites over myDoman.de/xyz.
I changed the redmine.conf in /etc/apache2/sites-available/redmine.conf, I tried to add "RubyURI..." to environment.rb but nothing runs. My thought was that the apache vhost take the http-request and start the redmine application, but after reading and reading no I think that the Passenger controls that.
Redmine is locate at /var/www/redmine
Thanks
Replies (1)
RE: How to call Redmine over myDomain.de/redmine and other application over myDomain.de/xyzApp
-
Added by Bernhard Rohloff over 7 years ago
Hi Michael,
this thread should solve your problems. ;-)
https://serverfault.com/questions/451934/how-to-configure-apache2-for-redmine-properly
Greetings,
Bernhard