Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 42757 invoked by uid 500); 31 Dec 2001 17:39:14 -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 42746 invoked from network); 31 Dec 2001 17:39:14 -0000 Received: from femail46.sdc1.sfba.home.com (24.254.60.40) by daedalus.apache.org with SMTP; 31 Dec 2001 17:39:14 -0000 Received: from [192.168.1.4] ([65.9.56.94]) by femail46.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011231173917.TRBQ18975.femail46.sdc1.sfba.home.com@[192.168.1.4]> for ; Mon, 31 Dec 2001 09:39:17 -0800 User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Mon, 31 Dec 2001 12:38:29 -0500 Subject: Re: Options Question From: David Morsberger To: Message-ID: In-Reply-To: <3C309C70.BBEE0984@it97.dyn.dhs.org> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N The failing scenario is: Options FollowSymLinks AllowOverride None DocumentRoot /var/www/html/myroot ServerName www.myvhost.com Allow from all Allow from all Options +FollowSymLinks +ExecCGI > From: Irmund Thum > Organization: i.t webdevelopment > Reply-To: users@httpd.apache.org > Date: Mon, 31 Dec 2001 18:12:16 +0100 > To: users@httpd.apache.org > Subject: Re: Options Question > > David Morsberger wrote: >> >> Apache 1.3.20 >> RedHat Linux >> >> Quick question: >> >> Why do I have to put ExecCGI in the in the high-level directiory directive. >> >> >> Options FollowSymLinks ExecCGI >> AllowOverride None >> >> >> before cgi's will work for a virtual host. >> >> >> DocumentRoot /var/www/html/myroot >> ServerName www.myvhost.com >> >> Allow from all >> >> Allow from all >> >> Options +FollowSymLinks +ExecCGI >> >> >> >> I thought the +ExecCGI appends it to the current Option list. If ExecCGI is >> removed from the Directive the the following error is reported >> in the log file: > > quick thought: > did you try > Options +Includes +ExecCGI +FollowSymLinks > or > Options All > > _ ___ > | | Irmund Thum > | | > > --------------------------------------------------------------------- > 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 > 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 For additional commands, e-mail: users-help@httpd.apache.org