Hello I want to disable Directory Listing for Apache Vhosts. My environment : - Debian Jessie : all updates - ISPConfig : last version - Multiserver setup I have added Options -Indexes in Apache Directives (Options tab) with no luck. Directories without index.php/index.html file reveal their content. Can someone tells me that's wrong with my setup ? Thanks in advance Fredol
You can add the setting globally for /var/www directory in the apache2.conf file of your system. I would recommend to put it into a <Directory /var/www> directive.
Hello Thank you for your help. I modified the default apache2.conf and it works. Any chance this modification to be reverted by upgrades ? Fredol