<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Hello Sergey,<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Great news! :o)<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Would it possible to add a file in some conf.d containing the load_module directive so a package management system could automatically configure nginx to automatically load the module on the next reload?<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">That is standard practice for some other technologies.<br></div><div class="gmail_extra"><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Wed, Feb 24, 2016 at 8:08 PM, Sergey Budnevitch <span dir="ltr"><<a href="mailto:sb@nginx.com" target="_blank">sb@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">        Hello.<br>
<br>
Previously we built nginx with all modules, except those that required<br>
extra libraries. With dynamic modules it is possible to build them as<br>
the separate packages and nginx main package will not have extra<br>
dependences.<br>
<br>
For nginx 1.9.12 we build additional packages with xslt, image-filter<br>
and geoip modules. It is possible to install, for example, image filter<br>
module on RHEL/CentOS with command:<br>
<br>
% yum install nginx-module-image-filter<br>
<br>
or on Ubuntu/Debian with command:<br>
<br>
% apt-get install nginx-module-image-filter<br>
<br>
then to enable module it is necessary add load_module directive:<br>
<br>
    load_module modules/ngx_http_image_filter_module.so;<br>
<br>
to the main section of the nginx.conf<br>
<br>
Please test these modules, any feedback will be helpful.<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" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div></div>