Hi all, I trying to reverse proxied a internal website. Reverse proxy is well set but i encountered the followings problem : When i authenticated against the internal Web Server, the application send back To the client a redirection which indicates where to send it requests. This is what i get throw ethereal : HTTP/1.0 303 Redirecting Server: httpd/1.0 Python/2.3.4 Date: Wed, 27 Apr 2005 08:53:36 GMT Content-Type: text/html Set-Cookie: sid=4i00qh0VGUi3OVV8xt1x; Max-Age=3600; Path=/; Cache-Control: no-store,no-cache,must-revalidate,max-age=0,post-check=0,pre-check=0 Expires: Wed, 27 Apr 2005 08:53:36 GMT Last-Modified: Wed, 27 Apr 2005 08:53:36 GMT Location: http://192.168.1.195:8000/tracking/Tracking <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html40/loose.dtd"> <html> <head> <title>: Redirecting </title> <meta http-equiv="Refresh" content="0; URL=http://192.168.1.195:8000/tracking/Tracking" /> </head> <body><h1>Redirecting</h1> <p> Click <a href="http://192.168.1.195:8000/tracking/Tracking">here</a> if your browser does not automatically redirect you. </p> </body> </html> Would it be possible to rewrite each 192.168.1.195:8000 to the ip address:port of the reverse proxy ? Which modules should i use and how ? I try using mod_ext_filter but i still get the followings error : (32)Broken pipe: apr_file_write(child input), len 0 --------------------------------------------------------------------- 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