webdav

Jay

Verified User
Joined
Jul 14, 2006
Messages
23
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 :)
 
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.
 
Back
Top