Hello!
On Sun, Nov 18, 2012 at 7:10 AM, Glen Marchesani <g...@model3.net> wrote:
> Hello Everyone,
> I/we are looking to upgrade our corporate proxy server from a very old nginx
> server to the most recent openresty and are really excited about the new
> possiblities it provides. One question we have is we are using the http
> request chunking module (aka HttpChunkinModule
> http://wiki.nginx.org/HttpChunkinModule). We need that for a file sharing
> app where users can upload large files (hundreds of megabytes). The
> question is. Does openresty come with this support out of the box or does
> one need to do the module/patching/build process? If a build is needed any
> pitfalls or just follow the standard patching nginx instructions except do
> it to an openresty source tree?
>
You can just enable the ngx_chunkin module with the --add-module=PATH
option of the ./configure script of ngx_openresty. The configure
options are compatible with the standard Nginx distribution.
If you really need to patch the Nginx core, just patch the Nginx core
bundled by ngx_openresty under the directory bundle/nginx-*/.
When you see problems, just post them here :)
Best regards,
-agentzh