#3150: RSS rss-link is tracd's HOST:PORT through Apache2 mod_proxy
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  jonas
     Type:  defect     |      Status:  new  
 Priority:  normal     |   Milestone:       
Component:  general    |     Version:  0.9.5
 Severity:  normal     |    Keywords:       
-----------------------+----------------------------------------------------
 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/
 [[BR]]Apache2 URL = !http://HostName/project/
 [[BR]]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.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3150>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to