You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Venky K <ka...@gmail.com> on 2004/12/21 10:00:51 UTC

[users@httpd] Help needed regarding responses

Hello all,
       Is it possible to get a handle to response in apache? I want to
process the response before apache sent it to the client.

thanks
Venkatesh

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Help needed regarding responses

Posted by Eimantas Vaičiūnas <ei...@sc.vu.lt>.
On Tuesday 21 December 2004 09:00, Venky K wrote:
> Hello all,
>        Is it possible to get a handle to response in apache? I want to
> process the response before apache sent it to the client.
>
> thanks
> Venkatesh
I think you're talking about having SetHandler directive in httpd.conf file.
-- 
Eimantas Vaičiūnas
VU Skaičiavimo centras

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Help needed regarding responses

Posted by Nick Kew <ni...@webthing.com>.
On Tue, 21 Dec 2004, Venky K wrote:

> Hello all,
>        Is it possible to get a handle to response in apache? I want to
> process the response before apache sent it to the client.

Sounds like you want an output filter.  See the docs at apache.org, and
Figure 3 at http://www.apachetutor.org/dev/request

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org