Want more timely Centmin Mod News Updates?
Become a Member

How to install and setupt webdav on centminmod AlmaLinux9

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Max, Mar 23, 2025.

  1. Max

    Max Member

    125
    5
    18
    Feb 17, 2018
    Ratings:
    +9
    Local Time:
    2:21 AM
    How to install and setupt webdav on centminmod AlmaLinux9 ?
    thanks

     
  2. eva2000

    eva2000 Administrator Staff Member

    55,209
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    11:21 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    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
     
  3. DediRock

    DediRock Member

    22
    2
    8
    Nov 21, 2024
    Miami Florida USA
    Ratings:
    +2
    Local Time:
    9:21 PM
    You’ll need Apache or Nginx tweaks. Check Centminmod forums for the latest WebDAV integration tips.