Submitted by webinger on Mon, 05/10/2010 - 15:48
Which apache auth modules does DAV need cause it does not work for me
auth_basic Disabled
auth_digest Enabled
authn_alias Disabled
authn_anon Disabled
authn_dbd Disabled
authn_dbm Disabled
authn_default Enabled
authn_file Enabled
authnz_ldap Disabled
authz_dbm Disabled
authz_default Disabled
authz_groupfile Disabled
authz_host Enabled
authz_owner Disabled
authz_user
im testing to connect with it in windows 7 with http://domain.net:80/dav just says invalid folder
Status:
Active
Comments
On a note: windows 7 has problems with DAV alltogether.
Submitted by andreychek on Mon, 05/10/2010 - 17:42 Comment #2
I believe mod_dav would function with the "dav" and "dav_fs" modules.
That said, beware that DAV has a number of significant limitations. Since the mod_dav module can only run as the Apache user, any files uploaded will have the permissions of the Apache user... and any files that are modified would need to be writable by Apache.
It's a fairly significant limitation -- and often is difficult to use unless you're using mod_php, keeping all files and dirs in the public_html dir writable by Apache.
Submitted by webinger on Tue, 05/11/2010 - 03:05 Comment #3
Ok I was just curious if it works on my fresh installment. So it is still useless. Then I better stick to my ssh tunnel :) or sftp drive.
Thanks anyway