<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 25 Feb 2016, at 20:57, B.R. <<a href="mailto:reallfqq-nginx@yahoo.fr" class="">reallfqq-nginx@yahoo.fr</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Hello Sergey,<br class=""><br class=""></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">Great news! :o)<br class=""></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 class=""></div></div></div></blockquote><div><br class=""></div><div>It has no sense as nginx has no conditional configuration like</div><div>if(some module)</div><div>   module_directive1</div><div>   module_directive2</div><div>   etc.</div><div><br class=""></div><div>Module specific directives will result in error on nginx start if there will be no loaded module.</div><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">That is standard practice for some other technologies.<br class=""></div><div class="gmail_extra"><div class=""><div class="gmail_signature"><font size="1" class=""><span style="color:rgb(102,102,102)" class="">---<br class=""></span><b class=""><span style="color:rgb(102,102,102)" class="">B. R.</span></b><span style="color:rgb(102,102,102)" class=""></span></font></div></div>
<br class=""><div class="gmail_quote">On Wed, Feb 24, 2016 at 8:08 PM, Sergey Budnevitch <span dir="ltr" class=""><<a href="mailto:sb@nginx.com" target="_blank" class="">sb@nginx.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">        Hello.<br class="">
<br class="">
Previously we built nginx with all modules, except those that required<br class="">
extra libraries. With dynamic modules it is possible to build them as<br class="">
the separate packages and nginx main package will not have extra<br class="">
dependences.<br class="">
<br class="">
For nginx 1.9.12 we build additional packages with xslt, image-filter<br class="">
and geoip modules. It is possible to install, for example, image filter<br class="">
module on RHEL/CentOS with command:<br class="">
<br class="">
% yum install nginx-module-image-filter<br class="">
<br class="">
or on Ubuntu/Debian with command:<br class="">
<br class="">
% apt-get install nginx-module-image-filter<br class="">
<br class="">
then to enable module it is necessary add load_module directive:<br class="">
<br class="">
    load_module modules/ngx_http_image_filter_module.so;<br class="">
<br class="">
to the main section of the nginx.conf<br class="">
<br class="">
Please test these modules, any feedback will be helpful.<br class="">
<br class="">
_______________________________________________<br class="">
nginx mailing list<br class="">
<a href="mailto:nginx@nginx.org" class="">nginx@nginx.org</a><br class="">
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank" class="">http://mailman.nginx.org/mailman/listinfo/nginx</a><br class="">
</blockquote></div><br class=""></div></div>
_______________________________________________<br class="">nginx mailing list<br class=""><a href="mailto:nginx@nginx.org" class="">nginx@nginx.org</a><br class="">http://mailman.nginx.org/mailman/listinfo/nginx</div></blockquote></div><br class=""></body></html>