I've had a ISPConfig server running for quite some time, and I've now started adding the dav modules for apache, so that we can start using it as a off-site backup server. I've installed both mod_dav and dav_fs modules in apache. I've added the following the apache directives for the site.
Quote:
DavLockDB /usr/local/apache/var
<Location /var/www/web2/web/LaptopBackup/>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
DAV On
DAVDepthInfinity On
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
AuthPAM_Enabled On
AuthPAM_FallThrough Off
</Limit>
</Location>
|
and in the htaccess file I have
Quote:
AuthPAM_Enabled on
AuthType Basic
AuthName "PAM"
require user web2_drum_hosting
|
However when I use a dav client to try and connect I get "method not allowed" anybody any ideas?
Recent comments
6 hours 16 min ago
15 hours 43 min ago
16 hours 33 min ago
20 hours 6 min ago
1 day 30 min ago
1 day 52 min ago
1 day 3 hours ago
1 day 13 hours ago
1 day 18 hours ago
1 day 19 hours ago