From owner-freebsd-isp Tue Aug 20 15:44:20 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA09456 for isp-outgoing; Tue, 20 Aug 1996 15:44:20 -0700 (PDT) Received: from gamespot.com (ns1.gamespot.com [206.169.18.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA09451 for ; Tue, 20 Aug 1996 15:44:18 -0700 (PDT) Received: from tech-a.gamespot.com (tech-a.gamespot.com [206.169.18.59]) by gamespot.com (8.7.5/8.6.12) with SMTP id PAA06207; Tue, 20 Aug 1996 15:33:26 GMT Message-Id: <199608201533.PAA06207@gamespot.com> Comments: Authenticated sender is From: "Ian Kallen" To: Ulf Zimmermann Date: Tue, 20 Aug 1996 15:39:06 +0000 Subject: Re: Weird Apache problem Reply-to: ian@gamespot.com CC: freebsd-isp@freebsd.org Priority: normal X-mailer: Pegasus Mail for Windows (v2.23) Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > From: Ulf Zimmermann brevity.. > I have the following access.conf: > # This should be changed to whatever you set DocumentRoot to. > > Options Indexes IncludesNOEXEC FollowSymLinks > > order allow,deny > allow from all > > brevity... > ------ > As you see I have 1 CGI, 1 external program and 1 ECHO. If I know access > this via http://server/ulf/index.html, the server executes the ECHO and > don't allow the CGI and external program. It gives a message like > "An error occured while executing this directive" > > But now, if I access this page via http://server/~ulf/index.html it executes > everything regardless of "Option IncludeNOEXEC". Has anyone seens this too? I don't run user home pages but I'll venture a guess: You are setting NOEXEC for /usr/local/www/data but is your home directory under that directory tree? ~ulf/public_html is probably not covered by this diretive. Ian Kallen ian@gamespot.com Director of Technology & Web Administration http://www.gamespot.com