Why can’t I get rid of default index.html even if I disable
No default settings:
ls -l /etc/apache2/sites-enabled/
total 0
lrwxrwxrwx 1 root root 51 May 5 13:32 webmin.1273066327.conf -> /etc/apache2/sites-available/webmin.1273066327.conf
lrwxrwxrwx 1 root root 34 May 30 11:03 www.accontax.be -> ../sites-available/www.accontax.be
Contents of the relevant virtual host:
cat /etc/apache2/sites-enabled/www.accontax.be
<virtualhost *="">ServerName www.accontax.be
ServerAlias accontax.be
DirectoryIndex index.php
DocumentRoot /var/www/drupal/
<directory var="" www="" drupal="">Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all</directory></virtualhost>
Contents of httpd.conf:
cat /etc/apache2/httpd.conf
Listen 80
NameVirtualHost *
I also have those relevant lines in my apache2.conf:
# Include generic snippets of statements
Include /etc/apache2/conf.d/
# Include the virtual host configurations:
Include /etc/apache2/sites-enabled/
When I visit
Probably I'm missing a simple yet crucial step but I just could not find it.
PS: When I ssh to the server and try to browse