Re: Intercepting and modifying response

André Warnier <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
Rommel Sharma wrote:
 > All,
 >
 > I need to intercept and modify the response that is coming from JBOSS to the Apache Web 
(httpd) server and being returned to the client.
 >

What is the connector module used between Apache httpd and JBOSS ? How is it configured ?
(more explicitly, how in the Apache httpd configuration, do you specify which requests 
that have to be passed to JBOSS, an which not ?)

 > Planning to use perl to edit the response using mod_perl. Does mod_perl allow this with 
no adverse effects?

Define "adverse effects" ?
mod_perl may allow you to modify the JBOSS reponse, if it is possible to insert a mod_perl 
handler in the right place to modify the response coming from JBOSS, before it is returned 
to the client.

If yes, then how do we go about it?

Maybe by remembering first that you are on a support list manned by volunteers, where 
being gracious helps getting answers.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.