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

2023-11-27 Thread Kaushal Shriyan
Hi, 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? # nginx -v nginx version: nginx/1.24.0 # cat /etc/redhat-release Red Hat Enterprise Linux release 8.8 (Ootpa). # # nginx -V 2>&1 | grep http

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

2023-11-27 Thread Maxim Dounin
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

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

2023-11-27 Thread Sergey A. Osokin
Hi Kaushal, hope you're doing well. Would you mind to provide your fillings and concerns, if any, on the ngx_http_dav module. It's definitely possible to use the build scripts, available in the pkg-oss repo, [1], update configure options and rebuild the package for your needs. References --