top of page

How to WebDAV on Ubuntu

Create Directory Structure for WebDAV

mkdir /var/www/webdav

chown -R www-data:www-data /var/www/webdav


Create an Apache Virtual Host for WebDAV

nano /etc/apache2/sites-available/000-default.conf

Enable WebDAV Authentication (password) reset

htdigest /etc/apache2/webdav.password webdav plex

Start service and check the status of the Apache with the following command:

systemctl start apache2
systemctl status apache2

Apache version using the following command:

apache2ctl  -v


Reference:


 
 
 

Recent Posts

See All
Harbor Install & Setup

1. Go to the Harbor releases page & Download either the online or offline installer for the version you want to install. 2. Use tar to...

 
 
 

Comentarios


Contact Me

Tel: 678-642-8051

cspeed@jcsassoc.com

  • Google+ Long Shadow
  • LinkedIn Long Shadow
  • Facebook Social Icon
  • Twitter Long Shadow

© 2005 by Christopher Speed

Your details were sent successfully!

bottom of page