View Full Version : webdav
Has anyone has sucess installing webdav under apache 2? I search here and found a how-to, but I have been un-scuessful getting it to work :|
Any help would be greatly appreciated :)
GranTW
02-05-2007, 03:40 AM
I have it working perfectly with apache 2.2.
I followed the how to on the forum, but maybe you misunderstood the virtualhost part.
Log into Directadmin, then click Custom HTTPD Configs, and click the domain you want webdav on.
Then in the box I have
<Directory /home/admin/domains/<domain>/public_html/<webdavfolder>>
DAV On
Order allow,deny
Allow from All
Options All
</Directory>
Obviously <domain> and <webdavfolder> are replaced with actual values.
I have my permissions set different to that how to. I have the folder owned by myuser:myuser instead of apache:apache but with 777.
Then I used the DA file manager to browse to the folder and then password protected it.
Hope that helps.
smtalk
11-03-2008, 11:09 AM
http://directadmin.com/forum/showpost.php?p=142867&postcount=10
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.