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 then send it to the
browser.

That's called an output filter.
See http://www.apachetutor.org/dev/request for the brief overview,
then get the book for details of how to implement it (and of
why it would be hugely inefficient to make it a "new phase").

--
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to