Posts Tagged apache

How to share a folder (Apache)


Edit one of the numerous Apache configuration files, for instance

/etc/apache2/conf/apache2.conf

## Share a folder:
<Directory "/var/www/localhost/htdocs/shared_musics/">
Options +Indexes
IndexOptions FancyIndexing IconsAreLinks
</Directory>

Note: This property is inheritable by all subdirectories.

,

留下评论