Author Topic: Webdav  (Read 9633 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Webdav
« on: August 31, 2015, 09:17:53 AM »
Just needing the webdav modules loaded into apache, is there any guide available to do this before i head down the road of doing in manually?

Offline
*
Re: Webdav
« Reply #1 on: November 05, 2015, 01:04:13 PM »
Trying to set up owncloud on an account using cwp and webdav interface is "broken". This post has been read 130+ times, is there really no good way of doing this?

edit  started a new thread http://forum.centos-webpanel.com/apache/owncloud-needs-webdav/
« Last Edit: November 05, 2015, 01:26:18 PM by ohandy1 »

Re: Webdav
« Reply #2 on: November 05, 2015, 05:06:25 PM »
nano /usr/local/apache/conf/httpd.conf

#Include conf/extra/httpd-dav.conf (Uncomment This Line)
#LoadModule dav_module modules/mod_dav.so (Uncomment This Line)
#LoadModule dav_fs_module modules/mod_dav_fs.so (Uncomment This Line)
#LoadModule auth_digest_module modules/mod_auth_digest.so (Uncomment This Line)

Save and restart apache

service httpd restart