eXtended XSL TransformationsNginx module for XSL Transformations

DESCRIPTION

MXCache is a Nginx module providing connection with Memcached using asynchronous Nginx events. 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/mxcache

After configure simply compile and install nginx from terminal:

make
make install

CONFIGURATION

MXCache 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