Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 1996 15:39:06 +0000
From:      "Ian Kallen" <ian@gamespot.com>
To:        Ulf Zimmermann <ulf@Lamb.net>
Cc:        freebsd-isp@freebsd.org
Subject:   Re: Weird Apache problem
Message-ID:  <199608201533.PAA06207@gamespot.com>

next in thread | raw e-mail | index | archive | help
> From:          Ulf Zimmermann <ulf@Lamb.net>
brevity..
> I have the following access.conf:
> # This should be changed to whatever you set DocumentRoot to.
> <Directory /usr/local/www/data>
> Options Indexes IncludesNOEXEC FollowSymLinks
> <Limit GET>
> order allow,deny
> allow from all
> </Limit>
> </Directory>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608201533.PAA06207>