Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 19405 invoked from network); 7 May 2007 17:25:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2007 17:25:07 -0000 Received: (qmail 68440 invoked by uid 500); 7 May 2007 17:25:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 68420 invoked by uid 500); 7 May 2007 17:25:03 -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 68409 invoked by uid 99); 7 May 2007 17:25:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 10:25:03 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 May 2007 10:24:54 -0700 Received: by an-out-0708.google.com with SMTP id d31so157133and for ; Mon, 07 May 2007 10:24:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FBCcQe+mZK1Qg810eC/ICxaP4Kd0suPrQFAM9oGtwEnsywP5RmODvsesnmPnuK1KPCyhgQPTv4h9VsqMhJlikFFs05FMNMEJKUEHVTuilt/smrw8Rk+rWpx8zRBIvsGNQNgcseRsNtkAv+R6Q2TbaK4JD6JAAVCUgfp9i0wwEZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=VS79StgT9USsm41FjSFAy3sDiR3ca9vZmNhB1Z1EJeCQklMKzpip8Q3JhpNBluNu854L9pfnVlKti8uM9bO+n4/Bxan899ceEopWEylAqdXZ1ea+a/xViKZquGzPifuCPw3stYI9WcL/5Cfp8n5kxhWItzUxtStfbHScMXmfY84= Received: by 10.100.33.14 with SMTP id g14mr5020576ang.1178558674311; Mon, 07 May 2007 10:24:34 -0700 (PDT) Received: by 10.100.254.18 with HTTP; Mon, 7 May 2007 10:24:34 -0700 (PDT) Message-ID: Date: Mon, 7 May 2007 13:24:34 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 15d03946c926f28f X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] cgi-bin in VirtualHost On 5/7/07, Joe Demeny wrote: > > Hello, > > I don't seem to be able to make CGI work within . > > Here is my VirtualHost block: > > > > Options ExecCGI > SetHandler cgi-script > Everything inside the section is redundant because it is implied by the ScriptAlias: > ScriptAlias /cgi-bin/ /home/shop1/cgi-bin/ > The test-cgi script works fine from the command line. However, I get a > "Forbidden" message, and the log file entry is "client denied by > server configuration: /home/shop1/cgi-bin/test-cgi" Try adding Order allow,deny Allow from all to the section above. Joshua. --------------------------------------------------------------------- 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