Re: RFI: An HTTP Mirroring CGI Script

2003-02-16 Thread Nadav Har'El
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_Pane

Re: RFI: An HTTP Mirroring CGI Script

2003-02-16 Thread Tzafrir Cohen
On Sun, 16 Feb 2003, Ira Abramov wrote: > Quoting Shlomi Fish, from the post of Sun, 16 Feb: > > > > I'd like a CGI script that will mirror another site. I.e: by entering: > > > > http://www.myhost.com/google/ > > > > I will see the contents of > > > > http://www.google.com/ > > You don't have to

Re: RFI: An HTTP Mirroring CGI Script

2003-02-16 Thread Ira Abramov
Quoting Shlomi Fish, from the post of Sun, 16 Feb: > > I'd like a CGI script that will mirror another site. I.e: by entering: > > http://www.myhost.com/google/ > > I will see the contents of > > http://www.google.com/ You don't have to look any further than Apache's own mod_rewrite and reverse

RFI: An HTTP Mirroring CGI Script

2003-02-16 Thread Shlomi Fish
I'd like a CGI script that will mirror another site. I.e: by entering: http://www.myhost.com/google/ I will see the contents of http://www.google.com/ And http://www.myhost.com/google/search?q=hello will display: http://www.google.com/search?q=hello The best I could find was: http://www.all