A ordem é alfabética. Apenas carrega o que o caminho Include especifica. No caso de Include conf.d/*.conf
, o apache carregará todos os arquivos com nomes que terminem em .conf
.
Este é um extrato da Documentação do Apache :
Shell-style (fnmatch()) wildcard characters can be used to include several files at once, in alphabetical order. In addition, if Include points to a directory, rather than a file, Apache will read all files in that directory and any subdirectory. But including entire directories is not recommended, because it is easy to accidentally leave temporary files in a directory that can cause httpd to fail.