Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Alias /webdav "/srv/http/webdav"
  2. <Directory "/srv/http/webdav">
  3. DAV On
  4. AllowOverride None
  5. Options Indexes FollowSymLinks
  6. AuthType Basic
  7. AuthName webdav
  8. AuthUserFile /etc/httpd/conf/webdav.password
  9. Require user webdav
  10. </Directory>
  11.  
  12. Apr 21 16:05:11 MacBook.local webdavfs_agent[285]: WebDAV FS authentication credentials are being sent insecurely to: http://WEBDAV_IP/FOLDER/
  13. Apr 21 16:05:12 MacBook.local webdavfs_agent[285]: unexpected statusCode 500
  14. Apr 21 16:05:17 MacBook.local webdavfs_agent[285]: unexpected statusCode 500
  15. Apr 21 16:06:41 MacBook.local webdavfs_agent[285]: unexpected statusCode 500
  16. Apr 21 16:07:18 MacBook.local webdavfs_agent[285]: unexpected statusCode 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement