You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2019/07/11 10:01:07 UTC

[GitHub] [incubator-pagespeed-ngx] Lofesa commented on issue #1658: unable to add modules to nginx after installation?

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:
users@infra.apache.org


With regards,
Apache Git Services