Hi. Currently I am using mod_proxy_http module for http apache. I would like to know how to get the very first page(text/html type) among a series of returned pages. For example, the following is a html of a site, www.foo.com. It has two iframe in itself. <html> <iframe src="www.foo1.com".... > ............ <iframe src="www.foo2.com".... > </html> We get a html of www.foo.com, a html of www.foo1.com ,and then a html of www.foo2.com in this order. All of these pages have text/html type that I want to get. My proxy wants to modify the very first web page only which is a html of www.foo.com in the above example. Is there any way to distinguish the main page and the other webpages that is requested by the main page? Thanks. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx