J Jay Verified User Joined Jul 14, 2006 Messages 23 Feb 4, 2007 #1 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
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
G GranTW Verified User Joined Sep 23, 2005 Messages 113 Feb 5, 2007 #2 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 Code: <Directory /home/admin/domains/[B]<domain>[/B]/public_html/[B]<webdavfolder>[/B]> 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.
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 Code: <Directory /home/admin/domains/[B]<domain>[/B]/public_html/[B]<webdavfolder>[/B]> 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 Administrator Staff member Joined Aug 22, 2006 Messages 9,329 Location LT, EU Nov 3, 2008 #3 http://directadmin.com/forum/showpost.php?p=142867&postcount=10