Jim Owens wrote:
> 
> "However, drive letters that are mapped from a service that is running under 
> the local System account are visible to all logon sessions."

WTH?  That's nonsense since MS strongly recommends against EVERY granting
the LocalSystem account any network privileges at all.

> Microsoft also recommends using a UNC, but in my case this doesn't work. The 
> resources I'm mapping are on a file server, not an http server, and when I 
> request them directly from the file server using the http protocol, I don't 
> get them. Not in Firefox anyway -- I think IE might bend the rules here.

Huh?

> Alias /myuncpath "//server1.example.com/folder1/folder2/youruncpath"
> 
> <Directory "//server1.example.com/folder1/folder2/youruncpath"

... doesn't refer to an http server!  server1.example.com, or simply server1,
is the windows share machine, and folder1 is the share on server1.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to