/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-01 / How to change requested directory

[ << ] [ >> ]

[ How can I make SGC on Pound? / ... ] [ pound breaking large downloads for slow ... ]

How to change requested directory
ihernandez(at)cinemasoft.com.ar
2005-01-14 16:19:49 [ FULL ]
hello. i have an application on tomcat server that is under a directory
"easyportal"
i wanna Pound to go from http://mysite/news to
http://192.168.1.105:8080/easyportal

i have this:
listenHTTP 192.168.1.10,80

UrlGroup    ".*/news/*"
BackEnd     192.168.1.105,8080,1
EndGroup

but how can i rewrite news to easyportal ?

Thanks in Advance.
Ivan Hernandez

Re: How to change requested directory
Robert Segall <roseg(at)apsis.ch>
2005-01-15 12:00:32 [ FULL ]
On Friday 14 January 2005 16:19, ihernandez(at)cinemasoft.com.ar wrote:[...]

You can't. Pound does not currently support URL rewriting. There is a 
discussion going on about it, but it may take a while (if at all).[...]

MailBoxer