Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 3462 invoked from network); 25 Mar 2004 06:19:55 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Mar 2004 06:19:55 -0000 Received: (qmail 13479 invoked by uid 500); 25 Mar 2004 06:19:36 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 13464 invoked by uid 500); 25 Mar 2004 06:19:35 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 13450 invoked from network); 25 Mar 2004 06:19:35 -0000 Received: from unknown (HELO highlight.sohoservers.net) (205.214.72.184) by daedalus.apache.org with SMTP; 25 Mar 2004 06:19:35 -0000 Received: from cpe-203-51-114-118.nsw.bigpond.net.au ([203.51.114.118] helo=[10.0.0.2]) by highlight.sohoservers.net with asmtp (Exim 4.24) id 1B6ODL-0007TO-T6 for embperl@perl.apache.org; Thu, 25 Mar 2004 06:19:40 +0000 Subject: File Not Found From: Pete Moran Reply-To: pete@forloop.co.uk To: embperl@perl.apache.org Content-Type: text/plain Organization: Message-Id: <1080195435.4582.49.camel@freedom.mshome.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 25 Mar 2004 17:17:15 +1100 Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact the ISP for more information X-MailScanner-SOHO-Highlight: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - highlight.sohoservers.net X-AntiAbuse: Original Domain - perl.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - forloop.co.uk X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi All, I think a example is easier to explain this problem. I have a configuration as follows PerlSetEnv EMBPERL_OBJECT_ADDPATH /var/website/htdocs/wl/uk;/var/website/htdocs/library/shared;/var/website/htdocs/library Embperl_AppName ukwl Embperl_Object_Base base.epl Embperl_UriMatch "\.html.?|\.epl$" SetHandler perl-script PerlHandler Embperl::Object Options ExecCGI Let me explain what does work, if I have index.html which lives in /wl/uk/ and it calls the file me.html which lives in /library/shared/ then the contents of me.html gets loaded just fine. If however I do a direct call to me.html I always get a 404 error. Is there any way of changing this behaviour - so if I request /wl/uk/me.html it actually executes /shared/library/me.html if it doesn't exist in /wl/uk/me.html ?. Regards Pete --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org