Project

General

Profile

Actions

Defect #22040

closed

Unable to host multiple instance in apache first one hit and working fine second instance getting index of page

Added by sriram sundar almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hello All,

I'm very new to redmine. So, First let me explain what i did..

Reference URL : https://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_25x_on_Ubuntu_1404_with_Apache2_Phusion_Passenger_MySQL_and_Subversion

Step 1: Configure redmine package on /usr/share/teamone
Step 2: Configure redmine package on /usr/share/teamtwo
Step 3: Create DB for both teamone and teamtwo
Step 4: Configure apache2 settings on /etc/apache2/sites-available/000-default.conf

Configuration :

<VirtualHost 192.168.51.25:80>

DocumentRoot /var/www/html
&lt;Directory /var/www/html/teamone&gt;
RailsBaseURI /teamone
PassengerResolveSymlinksInDocumentRoot on
&lt;/Directory&gt;
  1. teamone Logs
    ErrorLog /usr/share/teamone/log/apache-error.log
    CustomLog /usr/share/teamone/log/apache-access.log combined

</VirtualHost>

<VirtualHost 192.168.51.25:80>

DocumentRoot /var/www/html
&lt;Directory /var/www/html/teamtwo&gt;
RailsBaseURI /teamtwo
PassengerResolveSymlinksInDocumentRoot on
&lt;/Directory&gt;
  1. teamtwo Logs
    ErrorLog /usr/share/teamtwo/log/apache-error.log
    CustomLog /usr/share/teamtwo/log/apache-access.log combined
    </VirtualHost>
Actions #1

Updated by Toshi MARUYAMA almost 10 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Multiple Instance not working im getting index of page fo...

Support requests are not accepted here in the issue tracker.

Actions #2

Updated by Toshi MARUYAMA almost 10 years ago

  • Category deleted (UI)
Actions

Also available in: Atom PDF