Added by Alessandro D almost 8 years ago
I have installed redmine on debian with
apt-get install redmine(https://wiki.debian.org/redmine), everything worked fine.
I came to the section 3: configure the webserver. It makes you copy a file which defines the virtualhost for redmine.
The issue is that I already have apache installed and serving some other apps, and I access the server with its IP. Is there a way to tell redmine to start within a directory instead of a VirtualHost? I'd like to start it with apache in the /redmine/ directory, is it possible?