Is it possible to customize the Apache directory where the files sent to the server are listed?
Is it possible to customize the Apache directory where the files sent to the server are listed?
By changing httpd.conf the information below apache begins to list the contents of the root folder.
<directory /diretorio/root/apache>
Options +Indexes
</directory>