Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 76409 invoked by uid 500); 10 Apr 2002 13:37:55 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 76398 invoked from network); 10 Apr 2002 13:37:54 -0000 Received: from rimes.com (HELO listserv.rimes.com) (216.3.78.3) by daedalus.apache.org with SMTP; 10 Apr 2002 13:37:54 -0000 Received: from listserv.rimes.com [216.3.78.3] by listserv.rimes.com (SMTPD32-6.05) id A00E61D0252; Wed, 10 Apr 2002 09:37:18 -0400 Received: from 216.3.78.32 by listserv.rimes.com (InterScan E-Mail VirusWall NT); Wed, 10 Apr 2002 09:37:17 -0400 (Eastern Daylight Time) From: "Frederic Mancuso" To: Subject: Problems with Aliasing an UNC share under windows 2000 Date: Wed, 10 Apr 2002 09:38:43 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Apache 2.0.35 on windows seems to have a difficult time with aliasing a UNC path. I want to alias the /temp to a shared drive that contains temporary images. The urls that are requested look like /temp/123456789123456789.gif. I have tried several ways without success. All worked fine with 1.3.20. *) With the following directive : Alias /temp "//quadserv/temp" It works for a while and then I start getting an error message at random : [Tue Apr 09 18:38:51 2002] [error] [client 10.0.1.118] File does not exist: D:/WEBDOCS/temp *) With the following directive : Alias /temp/ "//quadserv/temp/" It works for a while and then I start getting too kind of errors at random : [Wed Apr 10 09:25:26 2002] [error] [client 10.0.1.118] (22)Invalid argument: dir_walk error, could not determine the root path of filename //quadserv/webtemp/1018445125131500244.gif//quadserv/webtemp/101844512513150 0244.gif for uri /temp/1018445125131500244.gif, referer: http://fred02/... [Wed Apr 10 09:27:31 2002] [error] [client 10.0.1.118] File does not exist: D:/WEBDOCS/temp, referer: http://fred02/... Either way it looks like apache looses the aliasing and just keeps looking for a local /temp. Any suggestions? Thanks. Frederic Mancuso. --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org