Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f068c8664bdf3e854ed60c4dd3e85dfc > files > 1

apache-mod_bash-0.1.1-3mdv2010.0.i586.rpm

<IfDefine HAVE_BASH>
    <IfModule !mod_bash.c>
	LoadModule bash_module		extramodules/mod_bash.so
    </IfModule>
</IfDefine>

<IfModule mod_bash.c>

    # BashEnable - Enable the bash module
    BashEnable on

    # BashChroot - Set a chroot directory
    #BashChroot /tmp/chroot

    # BashCommand - Set bash command and arguments
    BashCommand "bash --norc"

</IfModule>