Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 46884 invoked from network); 24 Feb 2006 15:06:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Feb 2006 15:06:55 -0000 Received: (qmail 6573 invoked by uid 500); 24 Feb 2006 15:06:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6564 invoked by uid 500); 24 Feb 2006 15:06:45 -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 6553 invoked by uid 99); 24 Feb 2006 15:06:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 07:06:44 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alvaro.listas@gmail.com designates 64.233.182.207 as permitted sender) Received: from [64.233.182.207] (HELO nproxy.gmail.com) (64.233.182.207) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2006 07:06:44 -0800 Received: by nproxy.gmail.com with SMTP id y38so220014nfb for ; Fri, 24 Feb 2006 07:06:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ABjDDQlHf/eg9AqqN1/Wpqx4pw4eU7RPfcF6V+6pQyqFlauC2Wjnz0JkqlBUKOIUO3V6NQipA8nbkFI3R4VFer7mn2Syn3HnfxJIdj4I6rGBRDHFUPsCwoSh1WQp/jkdBloCZhq9ZLUsDVYvpBg3Y68+JiZt/snezjdwslTobIk= Received: by 10.48.240.15 with SMTP id n15mr2116060nfh; Fri, 24 Feb 2006 07:06:22 -0800 (PST) Received: by 10.49.6.7 with HTTP; Fri, 24 Feb 2006 07:06:22 -0800 (PST) Message-ID: Date: Fri, 24 Feb 2006 12:06:22 -0300 From: "Alvaro Listas" To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Cannot browse an image file under a cgi directory. X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hey Joshua, you are the guy!!!! That really did the trick. Thank you very, very much for your help. Sincerely, AL On 2/24/06, Joshua Slive wrote: > On 2/24/06, Alvaro Listas wrote: > > > Problem: Cannot browse an image file under a cgi directory. > > > DocumentRoot "/var/www/html" > > AddHandler cgi-script .cgi > > ScriptAlias /squidstats/ "/var/www/html/squid/" > > > > AllowOverride All > > Options ExecCGI > > Order allow,deny > > Allow from all > > > > Just remove the "Script" in the ScriptAlias. The AddHandler and > Options ExecCGI already mark the scripts as being executable, so the > ScriptAlias is not necessary and prevents you from serving non-scripts > from the directory. > > 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 > > --------------------------------------------------------------------- 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