nginx_full and HTTP_DAV_EXT module

Plato

Contributor
Joined
Mar 24, 2016
Messages
101
Hi,

I'm not sure if this is the right place, but I want to setup a webdav with authentication and it seems I need this module to enable PROPFIND and OPTIONS. In nginx package this is not enabled by default I think because it gives error when checking the configuration file. nginx_full though accepts dav_ext_methods PROPFIND OPTIONS; parameter in config file but it gives an error in error.log like this: unknown directive dav_ext_methods" in /usr/local/etc/nginx/nginx.conf

It passes config file check though so I need to enable the module somehow I think. How could I do that?

Update: I found modules directory in /usr/local/libexec/nginx but there is no ngx_http_dav_ext_module.so file there. Do I need to build it from ports?
 
Last edited:
Top