Opened 19 years ago
Closed 18 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.
Sorry, this is already reported at #2531 - 04/27/06 13:39:06. I was reverted [3120].