eXtended XSL TransformationsNginx module for XSL Transformations

DESCRIPTION

Download is a Nginx module providing asynchronous download of any content using http protocol. It uses Nginx events system. This module is used by our XXSLT and XSLT2 modules.
It provides simple API which could be used in your own module. Details available in documentation section.

INSTALLATION

Put all sources to correct directories: (*.c, *.h, config)

COMPILATION

When compiling from source use standard -add-module option as below:

./configure --add-module=src/http/modules/download

After configure simply compile and install nginx from terminal:

make
make install

CONFIGURATION

Download Module:

License

XSLT2 is licensed under the Apache License, Version 2.0 which you can obtain from: http://www.apache.org/licenses/LICENSE-2.0