Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 24739 invoked from network); 17 Jul 2005 02:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jul 2005 02:29:31 -0000 Received: (qmail 76823 invoked by uid 500); 17 Jul 2005 02:29:18 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 76813 invoked by uid 500); 17 Jul 2005 02:29:18 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 76800 invoked by uid 99); 17 Jul 2005 02:29:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2005 19:29:18 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=PRIORITY_NO_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.166.125.227] (HELO www.cotse.net) (68.166.125.227) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2005 19:29:15 -0700 Received: from localhost (localhost[127.0.0.1]) (authenticated bits=0) by smtp (5.7.4/5.7.4) with ESMTP id j6H2TB08023871 for ; Sat, 16 Jul 2005 22:29:11 -0400 (EDT) (envelope-from autumnal@aurora.nulluser.com) Received: from 127.0.0.1 by Webmail with HTTP; Sat, 16 Jul 2005 22:29:11 -0400 (EDT) Message-ID: In-Reply-To: References: Date: Sat, 16 Jul 2005 22:29:11 -0400 (EDT) From: "Autumnal" To: users@httpd.apache.org Reply-To: autumnal@aurora.nulluser.com X-Abuse-To: abuse@dissimulo.com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] ./ Relative paths fail silently / Suse Linux / shell? X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Joshua Slive said: > On 7/16/05, Autumnal wrote: >> > > It is completely unclear to me what problem you are trying to solve. Well, any script or HTML page that uses this type of path fails. HTML, PHP, PERL, you name it. > Exactly where do these relative paths occur? What do you mean by In any of the above pages or scripts. > "fails silently"? If you are having problems with paths in html What I mean is that no error is sent to the browser nor generated in the log files -- in the case of say, a PHP script. Execution stops cold when it reaches this point. Removing the "./" allows the script to go forward. Thus my question -- how do I allow the "./some/path/here" type path to be used in scripts, pages, etc that are served by Apache? > pages, then that has nothing directly to do with apache. The browser Strange. The browser doesn't seem to have a problem resolving this sort of path on other systems, so why would it fail silently when accessing pages or scripts on this server? It doesn't seem to be a UNIX exception, as the script for phpMyAdmin (an SQL admin tool using PHP) is written with ./some/path/here paths all over the place. ~Autumnal --------------------------------------------------------------------- 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