Re: Modules developing

2013-10-24 Thread Maxim Dounin
Hello! On Thu, Oct 24, 2013 at 07:01:29PM +0400, Deymon wrote: > > Good day, > all nginx’s developers. > There are > task module development for nginx. > Upon > receipt of the request, permitting it, we forward the request to the backend > (e.g.  other web-server) using the modified module > (ng

Modules developing

2013-10-24 Thread Deymon
Good day, all nginx’s developers. There are task module development for nginx. Upon receipt of the request, permitting it, we forward the request to the backend (e.g.  other web-server) using the modified module (ngx_http_proxy_module). Upon receipt the response from the server, we need to modify