Is it possible to customize the Apache directory?

0

Is it possible to customize the Apache directory where the files sent to the server are listed?

    
asked by anonymous 06.05.2014 / 23:36

1 answer

1

By changing httpd.conf the information below apache begins to list the contents of the root folder.

<directory /diretorio/root/apache>
    Options +Indexes
</directory>
    
15.05.2014 / 22:21