Return-Path: Delivered-To: apmail-modperl-archive@apache.org Received: (qmail 48501 invoked by uid 500); 6 Nov 2001 17:06:20 -0000 Mailing-List: contact modperl-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@apache.org Received: (qmail 48489 invoked from network); 6 Nov 2001 17:06:20 -0000 Message-ID: <009e01c166e5$41549250$18020c0a@PerriHar> From: "Perrin Harkins" To: "Mathangi K" , References: <3BE26BD7.6EDC1D85@cisco.com> Subject: Re: Perl Script unable to stat Date: Tue, 6 Nov 2001 12:05:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, ScriptAlias is a CGI thing, not a mod_perl thing. If you're trying to run thing with Apache::Registry, you should use Alias instead. If you're trying to use CGI and need help with that, try posting your question on http://perlmonks.org/. - Perrin