Project

General

Profile

Actions

Defect #12386

closed

Redirect redmine using proxy pass

Added by zam kp over 11 years ago. Updated over 11 years ago.

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

Actions #1

Updated by Jean-Philippe Lang over 11 years ago

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

Please no technical suppport request here in the issue tracker.

Actions

Also available in: Atom PDF