Wissensdatenbank Wirtschaftsrecht

aktuelles Dokument: ConfigureWebDAV
image4
image3
image2
image1
 Alle Kategorien:
  Forschungsdatenbank
  Lehrveranstaltungen
  Lexikon
  Literatur
  Rechtsgebiete
  Rechtsprechung
  Service
  Studium F H S
  Wissensmanagement
ich war hier: ConfigureWebDAV

Revision history for ConfigureWebDAV


Revision [96486]

Last edited on 2021-05-07 14:03:44 by WojciechLisiewicz
Additions:
delete
Deletions:
==== webDAV auf apache einrichten ====
== speziell auf macOS ==

== 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]##



----
CategoryITWL


Revision [76925]

The oldest known version of this page was created on 2017-02-10 20:06:01 by WojciechLisiewicz
Valid XHTML   |   Valid CSS:   |   Powered by WikkaWiki