Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#3150 closed defect (duplicate)

RSS rss-link is tracd's HOST:PORT through Apache2 mod_proxy

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I upgrade up 0.9.4 to 0.9.5, then RSS rss-link changed to tracd's HOST:PORT.

tracd URL = http://127.0.0.1:5555/project/
Apache2 URL = http://HostName/project/
Apache2's mod_proxy configuration = follows

<IfModule mod_proxy.c>
  ProxyRequests off
  ProxyPass /project/ http://127.0.0.1:5555/project/
</IfModule>

Other people can access only by http://HostName/project/ .

Till 0.9.4(since 0.9 beta 1) works fine above settings. But 0.9.5 not works Login/Lofout and RSS feed.

Login/Logout can fix when adds a below line to adjust Apache2's Location header from tracd's Location header.

  ProxyPassReverse /project/ http://127.0.0.1:5555/project

But RSS rss-link couldn't fix by Apache2.

Attachments (0)

Change History (2)

comment:1 by anonymous, 18 years ago

Sorry, this is already reported at #2531 - 04/27/06 13:39:06. I was reverted [3120].

comment:2 by Christian Boos, 17 years ago

Resolution: duplicate
Status: newclosed

So this was a duplicate.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.