On Sat, Jan 21, 2017 at 09:16:07PM +0800, Ñãzãr wrote:
Hello Christos,
Thanks for replying. I'm actually trying to install on a mixed
wheezy/jessie armhf system, a WDMyCloud NAS. Today I re-compiled both
1.10.2-2 and 1.11.8-1~exp1 from the deb-src on my dev system but this time
I removed the "dav-ext dynamic module" patch:
cd nginx_1.*/debian/;
rm -rf ./patches/modules/nginx-dav-ext-module/ ./libnginx-mod-http-dav-ext.
nginx;
cd .. && dpkg-buildpackage -b;
Using these re-compiled nginx-full package with the "dav-ext dynamic
module" patch removed (both 1.10.2-2 and 1.11.8-1~exp1), I can use the
dav_ext_methods directive without errors.
I'm wondering if you could help to point out what causes this "unknown
directive" issue on my system when the dav-ext is separated as a loaded
module (load_module modules/ngx_http_dav_ext_module.so;) because I have all
the dependencies met.
Thank you.
Could you please retry against 1.10.2-4? There are some changes there
that might affect you.