using mod_perl PerlResponseHandler on web proxy server gives 400 Bad Request

2011-11-28 Thread Meir Yanovich
im using mod_perl with apache both the newest versions . on my proxy server the PerlInputFilterHandler filter is working great and capture the request and send it to application server , but the responset got not handled by the PerlResponseHandler . the response error im getting : HTTP/1.1 400 Bad

How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Meir Yanovich
There lots of tutorials on the web on how to configure the mod_perl filters but info i didn't understand and its like no where written , where to put them and how to tell mod_perl/apache about there path /location . i mean only the filters part not the ordinary perl files

Re: How to configure mod_perl files in Apache , i mean where to put them?

2011-11-17 Thread Meir Yanovich
Goldstand mar...@beamartyr.netwrote: On 17/11/2011 16:27, Meir Yanovich wrote: There lots of tutorials on the web on how to configure the mod_perl filters but info i didn't understand and its like no where written , where to put them and how to tell mod_perl/apache about there path /location . i

Can Apache proxy interfere incoming request manipulate it forward and then do the same on response using mod_perl?

2011-11-13 Thread Meir Yanovich
I have Apache that used as proxy server that forward incoming requests to application server, based on Some rules , all working fine . Now this incoming request , needs to be changed before they reaching to the application server And when they returning back from the application server the massage