John Clarke wrote:
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>



I assumed that XBitHack was an option and put it in the option line, but obviously I was wrong!

Thanks John...


--
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