Actions
Defect #22040
closedUnable to host multiple instance in apache first one hit and working fine second instance getting index of page
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
<Directory /var/www/html/teamone>
RailsBaseURI /teamone
PassengerResolveSymlinksInDocumentRoot on
</Directory>
- 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
<Directory /var/www/html/teamtwo>
RailsBaseURI /teamtwo
PassengerResolveSymlinksInDocumentRoot on
</Directory>
- teamtwo Logs
ErrorLog /usr/share/teamtwo/log/apache-error.log
CustomLog /usr/share/teamtwo/log/apache-access.log combined
</VirtualHost>
Updated by Toshi MARUYAMA almost 9 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Support requests are not accepted here in the issue tracker.
Actions