Revision history for ConfigureWebDAV
Additions:
see http://wdb.fh-sm.de/ConfigureWebDAV
Deletions:
== esp. on OSX ==
== modules to load in httpd.conf ==
##""LoadModule"" dav_module mod_dav.so
""LoadModule"" dav_fs_module mod_dav_fs.so##
== folder and permissions ==
##mkdir /my_path_for_webserver_data/webdav
sudo chown _www:_www /my_path_for_webserver_data/webdav##
== host config in the httpd ==
Alias /youralias "/path/to/webdav/foldername"
<Directory "/path/to/webdav/foldername">
Dav On
Order Allow,Deny
Allow from all
AuthType Digest
AuthName [realm]
AuthUserFile "/path/to/file/file.name"
AuthDigestProvider file
require user [username]
</Directory>
== create passwords for login ==
##htdigest "/path/to/file/file.name" [realm] [username]##
if no password file existent:
##htdigest -c "/path/to/file/file.name" [realm] [username]##
Additions:
if no password file existent:
##htdigest -c "/path/to/file/file.name" [realm] [username]##
##htdigest -c "/path/to/file/file.name" [realm] [username]##
No Differences
Additions:
== host config in the httpd ==
Alias /youralias "/path/to/webdav/foldername"
<Directory "/path/to/webdav/foldername">
Dav On
Order Allow,Deny
Allow from all
AuthType Digest
AuthName [realm]
AuthUserFile "/path/to/file/file.name"
AuthDigestProvider file
require user [username]
</Directory>
== create passwords for login ==
##htdigest "/path/to/file/file.name" [realm] [username]##
Alias /youralias "/path/to/webdav/foldername"
<Directory "/path/to/webdav/foldername">
Dav On
Order Allow,Deny
Allow from all
AuthType Digest
AuthName [realm]
AuthUserFile "/path/to/file/file.name"
AuthDigestProvider file
require user [username]
</Directory>
== create passwords for login ==
##htdigest "/path/to/file/file.name" [realm] [username]##
Deletions:
Additions:
== folder and permissions ==
##mkdir /my_path_for_webserver_data/webdav
sudo chown _www:_www /my_path_for_webserver_data/webdav##
##mkdir /my_path_for_webserver_data/webdav
sudo chown _www:_www /my_path_for_webserver_data/webdav##
Additions:
== host ==
Additions:
##""LoadModule"" dav_module mod_dav.so
""LoadModule"" dav_fs_module mod_dav_fs.so##
""LoadModule"" dav_fs_module mod_dav_fs.so##
Deletions:
""LoadModule"" dav_fs_module mod_dav_fs.so##
Additions:
##""LoadModule"" dav_module mod_dav.so
""LoadModule"" dav_fs_module mod_dav_fs.so##
""LoadModule"" dav_fs_module mod_dav_fs.so##
Deletions:
LoadModule dav_fs_module mod_dav_fs.so""##
Additions:
##""LoadModule dav_module mod_dav.so
LoadModule dav_fs_module mod_dav_fs.so""##
LoadModule dav_fs_module mod_dav_fs.so""##
Deletions:
LoadModule dav_fs_module mod_dav_fs.so##