Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 22712 invoked by uid 500); 4 Jun 2002 15:47:23 -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 22700 invoked from network); 4 Jun 2002 15:47:23 -0000 Received: from pimout4-ext.prodigy.net (HELO pimout4-int.prodigy.net) (207.115.63.103) by daedalus.apache.org with SMTP; 4 Jun 2002 15:47:23 -0000 Received: from DTC2 (adsl-66-138-104-74.dsl.ltrkar.swbell.net [66.138.104.74]) by pimout4-int.prodigy.net (8.11.0/8.11.0) with SMTP id g54FlOY98722 for ; Tue, 4 Jun 2002 11:47:24 -0400 Message-ID: <002801c20bdf$163cefa0$4a688a42@swbell.net> Reply-To: "Ron Wingfield" From: "Ron Wingfield" To: Subject: CGI Execution Problem Date: Tue, 4 Jun 2002 10:47:08 -0500 Organization: ArchAxis Network Services MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0025_01C20BB5.2CCFD7C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0025_01C20BB5.2CCFD7C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: The following (error log) message: unable to include "/www/cgi-bin/perl/counter.pl" in parsed file = /www/vhosts/apples.com/index.htm I think I've got all the appropriate .htaccess directives in place, = e.g., Option +Includes and +ExecCGI. I'm trying to avoid using global = (i.e., at the default primary serever level) ScriptAliases -- perhaps I = need to (. . .understand more) ? In an appempt to resolve the path/permissions/whatever . . .problem, = I've written a simple "hello world" type perl script to call from the = browser. I cannot understand why this will not work. (The script does = work from a unix command line.) = http://archaxis.net/www/cgi-bin/perl/xxx.pl Archaxis is supposed to be my primary server -- not a VirtualHost. This = DocumentRoot thing, ScriptAliases, etc., . . .are so confusing. I = understand directory structures and unix file permission-modes, etc., = and the related security issues, etc., but the implicit (restrictive) = affects/effects of the Apache directives sometimes elude me.=20 Suggestions? Thanks, Ron Wingfield ------=_NextPart_000_0025_01C20BB5.2CCFD7C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
RE:  The following (error log)=20 message:
 
    unable to include=20 "/www/cgi-bin/perl/counter.pl" in parsed file=20 /www/vhosts/apples.com/index.htm
 
 
I think I've got all the appropriate = .htaccess=20 directives in place, e.g., Option +Includes and +ExecCGI.  = I'm=20 trying to avoid using global (i.e., at the default primary = serever=20 level) ScriptAliases -- perhaps I need to (. . = .understand=20 more) ?
 
In an appempt to resolve the=20 path/permissions/whatever . . .problem, I've written a simple "hello = world" type perl script to call = from the=20 browser.  I cannot understand why this will not work.  (The = script=20 does work from a unix command line.)
 
       =20             =    =20         http://archaxis.net/= www/cgi-bin/perl/xxx.pl
 
Archaxis is supposed to be my = primary server=20 -- not a VirtualHost.  This DocumentRoot thing, = ScriptAliases,=20 etc., . . .are so confusing.  I understand directory structures and = unix=20 file permission-modes, etc., and the related security issues, etc., but = the=20 implicit (restrictive) affects/effects of the Apache directives = sometimes elude=20 me.
 
Suggestions?
 
Thanks,
Ron = Wingfield
------=_NextPart_000_0025_01C20BB5.2CCFD7C0--