On Sat, Oct 20, 2001 at 11:16:10AM +0200, Graham Leggett wrote: > Daniel Lopez wrote: > > > I need an additional hook to process headers before they are sent to the > > origin server in a reverse proxy configuration. > > Use mod_headers for this - it was modified to handle this behavior a > while back.
client <---> apache with reverse proxy <--> origin server mod_headers allows modification of headers between client and apache, but not headers between proxy and origin server. > Adding hooks to proxy is bad, because it means that this functionality > is limited to proxy, and is not available to the rest of the server. But this is proxy specific functionality :) > Regards, > Graham > -- > ----------------------------------------- > [EMAIL PROTECTED] "There's a moon > over Bourbon Street > tonight..."
