Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > df902ad76ca096cabd60c90718060ce1 > files > 1

apache-mod_bash-0.1.1-7.x86_64.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>