Can"t map DAV network place to network drive
Can"t map DAV network place to network drive
am 08.10.2009 19:04:56 von Neil Aggarwal
Hello:
I have set up a DAV file system on my apache server
using these directives in ssl.conf:
Alias /files /var/www/files
Dav On
AuthType Basic
AuthName "Filesystem access"
AuthUserFile /var/www/files.passwd
require valid-user
Options Indexes
On my client machine (Windows XP SP3), I am
able to add the https location as a network place.
But, when I go to map the network place as a network
drive, I can browse to the network place and see
the folders, but the OK button is always greyed
out.
Is there something wrong in my Apache config
or is Windows being obtuse?
Does anyone know how to fix this?
Thanks,
Neil
--
Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com
Will your e-commerce site go offline if you have
a DB server failure, fiber cut, flood, fire, or other disaster?
If so, ask about our geographically redundant database system.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: Can"t map DAV network place to network drive
am 09.10.2009 00:38:13 von aw
Neil Aggarwal wrote:
....
>
> On my client machine (Windows XP SP3), I am
> able to add the https location as a network place.
Yes.
> But, when I go to map the network place as a network
> drive, I can browse to the network place and see
> the folders, but the OK button is always greyed
> out.
No. Err, yes.
>
> Is there something wrong in my Apache config
> or is Windows being obtuse?
>
It is Windows being obtuse.
It is not possible to map a http or https "network place" to a "drive".
The basic reason is that the MS-Windows implementation of Dav (or "web
folders" as they call it), is only skin-deep.
Basically, it works inside the Windows (disk) Explorer, and in some
other programs via a special DLL, but it is not really implemented at
the OS level.
So in the Windows Explorer you can drag and drop files to and from your
Dav folders, but you will not be able, for example, to save a file there
directly from Notepad's "Save As.." function, because Notepad just "does
not see" that folder.
Solution : there exist a couple of "Dav Client programs for Windows",
available commercially (and not very expensive).
They do what Windows does not do, and allow you to connect a real
Windows "drive letter" to a Dav folder on a server.
Then you can use any Windows program to read/write from that drive.
(I love that page)
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: Can"t map DAV network place to network drive
am 09.10.2009 01:53:40 von Neil Aggarwal
> It is Windows being obtuse.
> It is not possible to map a http or https "network place" to
> a "drive".
> The basic reason is that the MS-Windows implementation of Dav
> (or "web
> folders" as they call it), is only skin-deep.
Thanks for the info.
Neil
--
Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com
Will your e-commerce site go offline if you have
a DB server failure, fiber cut, flood, fire, or other disaster?
If so, ask about our geographically redundant database system.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org