Hi,
I'm currently using the latest Nginx mainline package (v1.9.12) for Ubuntu 14.04 as my knowledge of getting a purely compiled application into a fully functional state (with daemon/service added, log folder set etc.) is limited (read noob). This is also based on a previous ngnix configuration/VM image, so this all works well.
However, I wanted to see if I could get the above module working with this package. I read that it could be loaded as a dynamic module for v1.9.11 and on (https://github.com/openresty/headers-more-nginx-module#installation), but this still seems to require a certain amount of pre-compilation, so I wonder if it is actually at all possible to get this module working with the package installed via "apt-get"?
I have tried to compile ngnix with this module from source (as per the instruction listed above), and even download and compile Openresty, but for the reasons mentioned previously, I simply can't get this working properly. The Openresty installation instruction go as far as compilation but then stop.
Is there anything I can do here to simply get the model to dynamically load in the installed nginx package?
Cheers.