{
    return "" unless (defined $php{'status'} and $php{'status'} eq 'enabled');

    my @directives = qw(
        index.htm index.html index.shtml index.cgi
        index.php index.phtml
       );

    $OUT = "DirectoryIndex @directives\n";
}
