Doesn't post_action do what you need? <a href="http://wiki.nginx.org/HttpCoreModule#post_action">http://wiki.nginx.org/HttpCoreModule#post_action</a><br><br><div class="gmail_quote">On Thu, Nov 3, 2011 at 09:06, forum_id <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us">nginx-forum@nginx.us</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I have a requirement for HTTP request filter. Whenever I receive a HTTP<br>
request this filter module should read the request and does some<br>
internal statistical work, it doesn't manipulate the request page nor<br>
creates response page. It just need to peep into request that's it.<br>
After this filter module, nginx HTTP server should continue to process<br>
the request and serve the response to user. Can we do it without a proxy<br>
handler, because nginx serves the responses directly here.<br>
<br>
Please help me.<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,217739,217739#msg-217739" target="_blank">http://forum.nginx.org/read.php?2,217739,217739#msg-217739</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br>