I wanted to add .xhtml files to the list of default pages served. The solution is to simply add "index.xhtml" the "IfModule dir_module" entry on line 224:
<IfModule dir_module>
DirectoryIndex index.html, index.xhtml
</IfModule>
<IfModule dir_module>
DirectoryIndex index.html, index.xhtml
</IfModule>