Actions
Defect #12386
closedRedirect redmine using proxy pass
Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I am struggling with a redirection rule. I am now running my redmine in webrick in port 3000 and proxy pass it.The URL of my redmine is xyz.example.com.
I also want to redirect the redmine using the URL: abc.example.com . I added the server alias but no redirection taking place.Please help me its Urgent
Here is my configuration
<VirtualHost *:80>
ServerName xyz.example.com
ServerAlias abc.examle.com
ProxyPass / http://127.0.0.1:3000/
ProxyPassReverse / http://127.0.0.1:3000
</VirtualHost>
Thanks
Zam
Updated by Jean-Philippe Lang about 12 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Please no technical suppport request here in the issue tracker.
Actions