antoine wrote:
Hello everyone ,I have a project where i want to add a new phase between the content generationand the logging phase of a request.In other words i want after the response is generated and ready to be sent to the clientto 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx