From owner-freebsd-questions Thu Mar 7 0:39: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from MX3.Netwood.net (mx3.netwood.net [209.247.184.13]) by hub.freebsd.org (Postfix) with ESMTP id 80B4937B419 for ; Thu, 7 Mar 2002 00:38:51 -0800 (PST) Received: from netwood.net (mail.netwood.net [209.247.184.35]) by MX3.Netwood.net (Postfix) with ESMTP id DAC1F5D00B; Thu, 7 Mar 2002 00:38:50 -0800 (PST) Received: from master [209.247.186.2] by netwood.net with ESMTP (SMTPD32-6.06) id A893252C0142; Thu, 07 Mar 2002 00:45:07 -0800 From: "Jonas Fornander" To: "'David A. Hauan'" Cc: Subject: RE: Still need help with configuring cgi-bin Date: Thu, 7 Mar 2002 00:44:31 -0800 Organization: Netwood Communications Message-ID: <039a01c1c5b4$4ccf1730$0800a8c0@master> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <3C868E12.8EC25BD6@hauan.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK, it works if I add ExecCGI to section, but isn't that a security issue? Now they can run scripts in any directory not just the cgi-bin. Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of > David A. Hauan > Sent: Wednesday, March 06, 2002 1:46 PM > To: Jonas Fornander > Cc: questions@FreeBSD.ORG > Subject: Re: Still need help with configuring cgi-bin > > > Jonas Fornander wrote: > > > > I still can't get the scripting to work in users directory. I have > > tried every combination but to no avail. I am restarting > apache after > > any change to httpd.conf and I don't have a cached page in the > > browser. > > > > In the hope that someone from the group - with more experience and > > knowledge than myself - would be kind enough to assist > further, I have > > pasted my httpd.conf configuration below my sig. To keep > the file size > > down, I have removed all comments except if a command was commented > > out in the original install configuration. > > > > I'm trying to get scripting to run in > > /usr/home/user3/public_html/cgi-bin but for my life I don't > understand > > why it doesn't run. I get a permission error in the > browsers and the > > access log says that Option ExecCGI is off. > > > > Script runs fine in the ScriptAlias directory. > > > > TIA for any assistance. > > > you've answered your own question > > > > > Options FollowSymLinks > > AllowOverride None > > > > you gotta have > Options ExecCGI > in all your your stuff! > > dave > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message