问题描述
是否可以使用也重定向到https的自定义端口连接到WebDav?当我删除重定向后,一切正常。
DAVLockDB /var/www/DavLock
<VirtualHost *:882>
DocumentRoot /var/www/storage
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/(.*) https://%{SERVER_NAME}:444/$1 [L,R]
<Directory /var/www/storage>
Options Indexes Multivews
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
<Location />
DAV On
AuthType Digest
AuthName "authname"
AuthDigestProvider file
Require valid-user
</Location>
</VirtualHost>
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)