On Fri, May 08, 2009 at 11:46:57AM +1000, david wrote:

> I've got this snippet in apache config:
>
>         <Directory /var/www/test/>
>                 Options +Includes XBitHack full  IncludesNOEXEC
>         </Directory>

[snip]

> can anyone give me a clue about why XBitHack doesn't work?

I think your apache config is wrong.  This works for me (with
mod_include enabled):

    <Directory /var/www/html>
        Options Indexes IncludesNoExec FollowSymLinks ExecCGI
        XBitHack full
        AllowOverride None
    </Directory>


John
-- 
You can't fool me:  you're actually Eric Allman.  Be a good chap and
make sendmail.cf editable by humans, thanks so much.
            -- David P. Murphy
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to