RE: [EMAIL PROTECTED] Unable to access networked drives
we have an alias in production that points to another server/share. Alias /MRODocs "//crprchfnp05/e2e monitoring east/" make sure the share gives rights to the id that Apache is using to run, ie domain\id Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations 804.515.6298 From: Ron Lisle [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 3:21 PMTo: users@httpd.apache.orgSubject: RE: [EMAIL PROTECTED] Unable to access networked drives Thanks for the help. My problem was just a beginner mistake. The "net use ..." commands were not run for the service logon (profile issue?). I was able to identify that ClearCase indeed provides URL maps to its views, and used them instead of the disk letter mapping. Thanks for the tips. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 8:26 AMTo: users@httpd.apache.orgSubject: RE: [EMAIL PROTECTED] Unable to access networked drives Hi > I've installed Apache on a Windows XP machine running in a Domain.> I am able to create aliases to local drives and they work ok.> When I create an alias to a networked drive, it doesn't appear to work,> returning not found (404).I've never tested it but I'd write something like Alias /foo \\MyServer\MyShare Otherwise, I'll double-check the letter used in the alias is mapped in the profile by logging with that profile, and issuing a net use x: \\myserver\myshare /persistent:yes and then logging off. Dimitri. To make communications with Clearstream easier, Clearstream hasrecently changed the email address format to conform with industrystandards. The new format is '[EMAIL PROTECTED]'.Visit us at http://www.clearstream.comIMPORTANT MESSAGEInternet communications are not secure and therefore ClearstreamInternational does not accept legal responsibility for the contents ofthis message.The information contained in this e-mail is confidential and may belegally privileged. It is intended solely for the addressee. If you arenot the intended recipient, any disclosure, copying, distribution orany action taken or omitted to be taken in reliance on it, isprohibited and may be unlawful. Any views expressed in this e-mail arethose of the individual sender, except where the sender specificallystates them to be the views of Clearstream International or of any ofits affiliates or subsidiaries.EN D OF DISCLAIMER
RE: [EMAIL PROTECTED] Unable to access networked drives
Thanks for the help. My problem was just a beginner mistake. The "net use ..." commands were not run for the service logon (profile issue?). I was able to identify that ClearCase indeed provides URL maps to its views, and used them instead of the disk letter mapping. Thanks for the tips. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 8:26 AMTo: users@httpd.apache.orgSubject: RE: [EMAIL PROTECTED] Unable to access networked drives Hi > I've installed Apache on a Windows XP machine running in a Domain.> I am able to create aliases to local drives and they work ok.> When I create an alias to a networked drive, it doesn't appear to work,> returning not found (404).I've never tested it but I'd write something like Alias /foo \\MyServer\MyShare Otherwise, I'll double-check the letter used in the alias is mapped in the profile by logging with that profile, and issuing a net use x: \\myserver\myshare /persistent:yes and then logging off. Dimitri. To make communications with Clearstream easier, Clearstream hasrecently changed the email address format to conform with industrystandards. The new format is '[EMAIL PROTECTED]'.Visit us at http://www.clearstream.comIMPORTANT MESSAGEInternet communications are not secure and therefore ClearstreamInternational does not accept legal responsibility for the contents ofthis message.The information contained in this e-mail is confidential and may belegally privileged. It is intended solely for the addressee. If you arenot the intended recipient, any disclosure, copying, distribution orany action taken or omitted to be taken in reliance on it, isprohibited and may be unlawful. Any views expressed in this e-mail arethose of the individual sender, except where the sender specificallystates them to be the views of Clearstream International or of any ofits affiliates or subsidiaries.EN D OF DISCLAIMER
RE: [EMAIL PROTECTED] Unable to access networked drives
Hi > I've installed Apache on a Windows XP machine running in a Domain. > I am able to create aliases to local drives and they work ok. > When I create an alias to a networked drive, it doesn't appear to work, > returning not found (404). I've never tested it but I'd write something like Alias /foo \\MyServer\MyShare Otherwise, I'll double-check the letter used in the alias is mapped in the profile by logging with that profile, and issuing a net use x: \\myserver\myshare /persistent:yes and then logging off. Dimitri. To make communications with Clearstream easier, Clearstream hasrecently changed the email address format to conform with industrystandards. The new format is '[EMAIL PROTECTED]'.Visit us at http://www.clearstream.comIMPORTANT MESSAGEInternet communications are not secure and therefore ClearstreamInternational does not accept legal responsibility for the contents ofthis message.The information contained in this e-mail is confidential and may belegally privileged. It is intended solely for the addressee. If you arenot the intended recipient, any disclosure, copying, distribution orany action taken or omitted to be taken in reliance on it, isprohibited and may be unlawful. Any views expressed in this e-mail arethose of the individual sender, except where the sender specificallystates them to be the views of Clearstream International or of any ofits affiliates or subsidiaries.EN D OF DISCLAIMER
RE: [EMAIL PROTECTED] Unable to access networked drives
I am using mapped drive letters. I ultimately wish to alias a mapped ClearCase drive. I don't know how I would do that using a UNC. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 2:29 AMTo: users@httpd.apache.orgSubject: Re: [EMAIL PROTECTED] Unable to access networked drives "Ron Lisle" <[EMAIL PROTECTED]> wrote on 13/12/2005 23:23:51:> I've installed Apache on a Windows XP machine running in a Domain.> I am able to create aliases to local drives and they work ok.> When I create an alias to a networked drive, it doesn't appear to work,> returning not found (404).> The networked drives are visible from the same id/pw that the service is> running under.> Any ideas?> Did you put the UNC Path or a mapped letter in the alias stuff? Dimitri. To make communications with Clearstream easier, Clearstream hasrecently changed the email address format to conform with industrystandards. The new format is '[EMAIL PROTECTED]'.Visit us at http://www.clearstream.comIMPORTANT MESSAGEInternet communications are not secure and therefore ClearstreamInternational does not accept legal responsibility for the contents ofthis message.The information contained in this e-mail is confidential and may belegally privileged. It is intended solely for the addressee. If you arenot the intended recipient, any disclosure, copying, distribution orany action taken or omitted to be taken in reliance on it, isprohibited and may be unlawful. Any views expressed in this e-mail arethose of the individual sender, except where the sender specificallystates them to be the views of Clearstream International or of any ofits affiliates or subsidiaries.EN D OF DISCLAIMER
Re: [EMAIL PROTECTED] Unable to access networked drives
"Ron Lisle" <[EMAIL PROTECTED]> wrote on 13/12/2005 23:23:51: > I've installed Apache on a Windows XP machine running in a Domain. > I am able to create aliases to local drives and they work ok. > When I create an alias to a networked drive, it doesn't appear to work, > returning not found (404). > The networked drives are visible from the same id/pw that the service is > running under. > Any ideas? > Did you put the UNC Path or a mapped letter in the alias stuff? Dimitri. To make communications with Clearstream easier, Clearstream hasrecently changed the email address format to conform with industrystandards. The new format is '[EMAIL PROTECTED]'.Visit us at http://www.clearstream.comIMPORTANT MESSAGEInternet communications are not secure and therefore ClearstreamInternational does not accept legal responsibility for the contents ofthis message.The information contained in this e-mail is confidential and may belegally privileged. It is intended solely for the addressee. If you arenot the intended recipient, any disclosure, copying, distribution orany action taken or omitted to be taken in reliance on it, isprohibited and may be unlawful. Any views expressed in this e-mail arethose of the individual sender, except where the sender specificallystates them to be the views of Clearstream International or of any ofits affiliates or subsidiaries.EN D OF DISCLAIMER
Re: [EMAIL PROTECTED] Unable to access networked drives
To set the everyone can access the drivers. Would it work?On 12/14/05, Ron Lisle <[EMAIL PROTECTED]> wrote: I've installed Apache on a Windows XP machine running in a Domain.I am able to create aliases to local drives and they work ok. When I create an alias to a networked drive, it doesn't appear to work,returning not found (404).The networked drives are visible from the same id/pw that the service isrunning under.Any ideas? -The official User-To-User support forum of the Apache HTTP Server Project.See 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]
[EMAIL PROTECTED] Unable to access networked drives
I've installed Apache on a Windows XP machine running in a Domain. I am able to create aliases to local drives and they work ok. When I create an alias to a networked drive, it doesn't appear to work, returning not found (404). The networked drives are visible from the same id/pw that the service is running under. Any ideas? - The official User-To-User support forum of the Apache HTTP Server Project. See 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]