How to install and setupt webdav on centminmod AlmaLinux9 ? thanks
Nginx webdav is an optional Nginx module disabled by default. Haven't tested it in years as the module was last updated by developers 7yrs ago https://github.com/arut/nginx-dav-ext-module You can try and see by editing or creating persistent configuration file at /etc/centminmod/custom_config.inc and set Centmin Mod only tested with version 0.0.3 on CentOS 6 ages back so need to override with last version released 7yrs ago 3.0.0 https://github.com/arut/nginx-dav-ext-module/releases Code (Text): NGINX_WEBDAV='y' NGINX_EXTWEBDAVVER='3.0.0' Then recompile Centmin Mod Nginx via centmin.sh menu option 4. No idea if it will work but you can try. You're the first person to ask about Nginx webdav in 10yrs LOL If it compiles and shows up in nginx -V output, then configure it as per Module ngx_http_dav_module and https://github.com/arut/nginx-dav-ext-module/releases
You’ll need Apache or Nginx tweaks. Check Centminmod forums for the latest WebDAV integration tips.