Lofesa commented on issue #1658: unable to add modules to nginx after 
installation?
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1658#issuecomment-510420392
 
 
   Hi
   To add dinamyc modules to an existing installation of nginx, the module must 
be build with the same exact configuration, then you can copy the module 
library to the modules folder and add the line load_module to the nginx conf 
file.
   `nginx -V nginx version: nginx/1.16.0 built by gcc 5.4.0 20160609 (Ubuntu 
5.4.0-6ubuntu1~16.04.11) configure arguments: 
--add-module=/home/amine/make_nginx/incubator-pagespeed-ngx-1.13.35.2-stable/`
   This is a "static" module. To add static modules you need to rebuil the 
whole stack as far as static modules "live" in the nginx executable.
   --add-module= --> static
   --add-dynamic-module= --> dinamyc
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to