On Sun, Feb 16, 2003, Tzafrir Cohen wrote about "Re: RFI: An HTTP Mirroring CGI Script": > > You don't have to look any further than Apache's own mod_rewrite and > > reverse proxy. this is how you get to see > > http://www.iglu.org.il:8080/Control_Panel/Products/Squishdot/IGLU/ > > at http://www.iglu.org.il/IGLU/ > > Actually, the way we work in IGLU is far from perfect, in that sense: it > does not hide the fact that the URLs are redirected. After following a > link or two you end up in squishdot.
Make sure you also check out the ProxyPassReverse Apache directive. Ira is right - Apache's mod_proxy can do exactly what you seem to want to do (I don't think mod_rewrite is at all necessary for that). -- Nadav Har'El | Sunday, Feb 16 2003, 15 Adar I 5763 [EMAIL PROTECTED] |----------------------------------------- Phone: +972-53-245868, ICQ 13349191 |Boat: A hole in the water surrounded by http://nadav.harel.org.il |wood into which one pours money. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
