Re: [us...@httpd] Apache modules question

2009-10-21 Thread Nick Kew
antoine wrote: Hello everyone , I have a project where i want to add a new phase between the content generation and the logging phase of a request. In other words i want after the response is generated and ready to be sent to the client to manipulate the html produced code (do my stuff) and

Re: [us...@httpd] Apache modules question

2009-10-21 Thread Eric Covener
On Wed, Oct 21, 2009 at 8:54 PM, antoine wrote: > > My friend who works in the same project has done this with filters (i think) > but we are looking for > a faster way (maybe a new module enabled after the content generation). I think anything but a filter is a complete dead end. -- Eric Coven

[us...@httpd] Apache modules question

2009-10-21 Thread antoine
Hello everyone , I have a project where i want to add a new phase between the content generation and the logging phase of a request. In other words i want after the response is generated and ready to be sent to the client to manipulate the html produced code (do my stuff) and then send it to