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

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

2009-06-30 Thread Torsten Foertsch
On Tue 30 Jun 2009, Brandon Allgood wrote: PerlInputFilterHandler company::AddHeader   and I wrote the following example handler   package company::AddHeader;   use strict; use warnings;   use Apache2::Filter (); use Apache2::RequestRec (); use APR::Table ();   use Apache2::Const

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

2009-06-30 Thread William T
On Mon, Jun 29, 2009 at 8:07 PM, Brandon Allgoodallg...@numerate.com wrote: 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: IfModule mod_proxy.c ProxyRequests On Proxy * Order deny,allow Deny from all

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: IfModule mod_proxy.c ProxyRequests On Proxy * Order deny,allow Deny from all Allow from all /Proxy /IfModule I would like to add a header field to all