cool... this is exactly I am trying to do but my debugger never stops in ap_proxy_http_process_response() function. I am using VC++6.0 environment, any clue what could be the reason?
-Prajakt -----Original Message----- From: Naaman Musawwir [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 3:07 PM To: [EMAIL PROTECTED] Subject: Re: Trap Response while using Apache as Reverse Proxy I am also trying the same now-a-days. Not sure what type of processing you want to do, but I am adding a cookie in the response with success. I have embedded the code in the method ap_proxy_http_process_response() in modules/proxy/proxy_http.c. To do some checking on the request, we can wrote code in ap_proxy_http_handler() before calling the response handler. Naaman. ----- Original Message ----- From: "Prajakt Deolasee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 1:15 PM Subject: RE: Trap Response while using Apache as Reverse Proxy > I want to trap the response and process the response. I am using Apache as the reverse proxy. > > Can somebody help? > > -Prajakt >
