#2932: Serve content from a non root url directory
------------------------------+---------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas   
     Type:  enhancement       |       Status:  reopened
 Priority:  normal            |    Milestone:  0.10    
Component:  tracd             |      Version:  devel   
 Severity:  normal            |   Resolution:          
 Keywords:                    |  
------------------------------+---------------------------------------------
Changes (by [EMAIL PROTECTED]):

  * status:  closed => reopened
  * resolution:  wontfix =>
  * milestone:  => 0.10

Comment:

 coderanger, and why you think I don't known that?   FYI, it does not work:

 {{{
   ProxyPass /trac http://localhost:9090/
 }}}

 Then access using:

 {{{
   http://localhost/trac/myproject
 }}}

 You will see the trac page, but all links returned by tracd are without
 the "/trac" prefix, eg:

 {{{
   http://localhost/myproject/roadmap
   http://localhost/myproject/report
   ...
 }}}

 Also note, that in lighttpd (as of v1.4.11), its not possible to do the
 equivalent of ProxyPassReverse (and that only works with HTTP headers, not
 the contents of pages), nor its possible to map arbitrary paths, eg: the
 equivalent of apache

 {{{
   ProxyPass /trac http://localhost:9090/
 }}}

 In lighttpd, will proxy to http://localhost:9090/trac/ and not
 http://localhost:9090/, because its not possible to specify the target
 directory.


 So, please, fix this problem before next release!

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2932>
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