Is it possible to customize the Apache directory?

Asked

Viewed 120 times

0

It is possible to customize the Apache directory where the files sent to the server are listed?

  • 2

    You want to change the directory from where apache reads the files, or change the appearance of the content listing/index?

  • @bfavaretto Exactly this would be: change the appearance of the content listing.

1 answer

1

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

<directory /diretorio/root/apache>
    Options +Indexes
</directory>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.