RE: trying to add header field using PerlInputFilterHandler to proxy packets

2009-07-14 Thread Brandon Allgood
FYI, this answered my question and everything is working. thanks, Brandon -Original Message- From: Torsten Foertsch [mailto:torsten.foert...@gmx.net] Sent: Tuesday, June 30, 2009 1:00 AM To: modperl@perl.apache.org Cc: Brandon Allgood Subject: Re: trying to add header field using

trying to add header field using PerlInputFilterHandler to proxy packets

2009-06-29 Thread Brandon Allgood
I am running an apache server 2.2.3 on CentOS 5.2. I have turned on the proxy with the following lines from my apache.conf: ProxyRequests On Order deny,allow Deny from all Allow from all I would like to add a header field to all requests going through the proxy. After doing a