apache: Disable directory indexes by default

This commit is contained in:
Ossi Salmi 2013-04-03 14:58:12 +03:00
parent 0c62349cfa
commit 8bcbd022a4
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ ServerSignature Off
# http://httpd.apache.org/docs/2.2/mod/core.html#options # http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information. # for more information.
# #
Options Indexes FollowSymLinks Options FollowSymLinks
# #
# AllowOverride controls what directives may be placed in .htaccess files. # AllowOverride controls what directives may be placed in .htaccess files.

View file

@ -322,7 +322,7 @@ DocumentRoot "/srv/www/http/<%= homename %>"
# http://httpd.apache.org/docs/2.2/mod/core.html#options # http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information. # for more information.
# #
Options Indexes FollowSymLinks Options FollowSymLinks
# #
# AllowOverride controls what directives may be placed in .htaccess files. # AllowOverride controls what directives may be placed in .htaccess files.

View file

@ -326,7 +326,7 @@ DocumentRoot "/srv/www/https/<%= homename %>"
# http://httpd.apache.org/docs/2.2/mod/core.html#options # http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information. # for more information.
# #
Options Indexes FollowSymLinks Options FollowSymLinks
# #
# AllowOverride controls what directives may be placed in .htaccess files. # AllowOverride controls what directives may be placed in .htaccess files.