LoginSignup
1
1

More than 5 years have passed since last update.

WebDAVの設定

Posted at

WebDAV用ディレクトリ作成

mkdir /var/www/html/webdav

WebDAV用パーミッション

chown daemon:daemon /var/www/html/webdav
chmod 700 /var/www/html/webdav
chown daemon:daemon /var/lib/dav
chmod 700 /var/lib/dav

上これだと、accessエラーになった
代わりに以下のコマンドを叩いた

chown apache:apache /var/www/html/webdav
chown apache:apache /var/lib/dav

参考コマンド

ユーザ一覧

cat /etc/passwd
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1