Disable http_dav_module in Nginx Web server (version nginx/1.24.0)

Maxim Dounin mdounin at mdounin.ru
Mon Nov 27 21:45:01 UTC 2023


Hello!

On Tue, Nov 28, 2023 at 12:39:47AM +0530, Kaushal Shriyan wrote:

> I am running nginx version: nginx/1.24.0 on Red Hat Enterprise Linux
> release 8.8 (Ootpa). Is there a way to disable http_dav_module in Nginx Web
> server?

The DAV module is disabled by default, unless you've explicitly 
enabled it in nginx configuration with the dav_methods directive 
(http://nginx.org/r/dav_methods).

If you additionally want nginx without the DAV module compiled in, 
recompile nginx without the "--with-http_dav_module" configure 
option.

-- 
Maxim Dounin
http://mdounin.ru/


More information about the nginx mailing list