<IfModule mod_perl>
    <Perl>
        foreach $file (glob '/data/*/httpd.conf') {
            push @Include, $file;
        }
    </Perl>
</IfModule>