> -----Original Message----- > From: Arjun Datta [mailto:arjun@xxxxxxxxxxxxxxxxxx] > Sent: Wednesday, October 18, 2006 5:36 PM > To: users@xxxxxxxxxxxxxxxx > Subject: [users@httpd] Resending requests > > Hi, > > I have a question regarding whether something can be done or > not using > Apache 2.2. > > I am giving a very simple scenario and if necessary I can go > into more > details later. I don't wish to be verbose at the very outset. > > Let's say httpd is running as a reverse proxy server. It receives a > request and passes it on to another webserver. Let's say > this webserver > is down or unable to pass back the necessary page(s). Is it possible > for the httpd to then resend the same request to another server ? Normally, you define a simple mapping of input URL to proxy URL. Apache forwards the request and reads back the response. Then it passes the response to tbe client. If the response is valid HTTP (eg 404 Not Found) then it just goes straight through. However, if the first backend is actually down (ie, not responding) then there is the possibility to use the load-balancing feature of mod_proxy - see http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html for details Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > > Thanks, > Arjun Datta > > > > --------------------------------------------------------------------- > 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 > This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. --------------------------------------------------------------------- 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