Control Web Panel

WebPanel => Apache => Topic started by: portfox on August 31, 2015, 09:17:53 AM

Title: Webdav
Post by: portfox 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?
Title: Re: Webdav
Post by: ohandy1 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/
Title: Re: Webdav
Post by: brijendrasial 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