cat /etc/apache2/apache2.conf
codice:
   ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var

</IfModule>
</IfModule>

DirectoryIndex index.html index.htm index.cgi index.pl index.php index.xhtml

# UserDir is now a module
UserDir public_html
#UserDir disabled root
perché mi manca <IfModule mod_dir.c> ?
non credo di averlo modificato io...

non è che magari è una differenza tra apache e apache2?

.a.