RE: [users@httpd] Insert HTTP HEADER

2005-05-27 Thread Boyle Owen
> -Original Message- > From: Jacob Miller [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 05:50 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Insert HTTP HEADER > > > Is there a way to insert an HTTP HEADER when you ProxyPass and > ProxyPassReverse? For example, I'd l

[users@httpd] Insert HTTP HEADER

2005-05-26 Thread Jacob Miller
Is there a way to insert an HTTP HEADER when you ProxyPass and ProxyPassReverse? For example, I'd like to pass the original client IP address to the backend server so that I can insert that into the logs insead of inserting my server IP. Can this be done? Or would the Proxy code need to be alter