{ if ((defined $php{'status'} and $php{'status'} eq 'enabled') and (defined $coldfusion{'status'} and $coldfusion{'status'} eq 'enabled')) { my @directives = qw( index.htm index.html index.shtml index.cgi index.php index.php3 index.phtml index.cfm ); $OUT = "DirectoryIndex @directives\n"; } elsif (defined $coldfusion{'status'} and $coldfusion{'status'} eq 'enabled') { my @directives = qw( index.htm index.html index.shtml index.cgi index.cfm ); $OUT = "DirectoryIndex @directives\n"; } }