No matching DirectoryIndex (admin/tool/mobile)

No matching DirectoryIndex (admin/tool/mobile)

by Pia Liersch -
Number of replies: 1

Hi,

we have a strange Issue on our Apache Error Log.
And there is a lot of the same error on different Installations (we have above 900 Installations).

AH01276: Cannot serve directory /srv/www/moodle/<Moodle Installation>/admin/tool/mobile/: 
No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
I dont want allow a DirectoryIndex on this Directory.

What can we do?

Average of ratings: -
In reply to Pia Liersch

Re: No matching DirectoryIndex (admin/tool/mobile)

by Pia Liersch -
Maybe our vhost Entry not correct?

  DocumentRoot "/srv/www/moodle/"

  <Directory "/srv/www/moodle/">
    Options -Indexes +FollowSymLinks +MultiViews +ExecCGI
    AllowOverride All
    Require all granted
  </Directory>