Displaying 1 result from an estimated 1 matches for "ext_driv".
Did you mean:
  ext_drive
  
2009 Oct 08
1
Cant map Apache DAV network place to network drive
Hello:
I have set up a DAV file system on my apache server
using these directives in ssl.conf:
Alias /files /var/www/files
<Directory /var/www/files>
  Dav On
  AuthType Basic
  AuthName "Filesystem access"
  AuthUserFile /var/www/files.passwd
  require valid-user
  Options Indexes
</Directory>
On my client machine (Windows XP SP3), I am
able to add the https location