From 8bcbd022a493204e00e22b76b90d232dc88d0665 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Wed, 3 Apr 2013 14:58:12 +0300 Subject: [PATCH] apache: Disable directory indexes by default --- apache/templates/apache2.httpd.conf.erb | 2 +- apache/templates/httpd.conf.erb | 2 +- apache/templates/httpsd.conf.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache/templates/apache2.httpd.conf.erb b/apache/templates/apache2.httpd.conf.erb index 1f1aaa9..0ec7f97 100644 --- a/apache/templates/apache2.httpd.conf.erb +++ b/apache/templates/apache2.httpd.conf.erb @@ -77,7 +77,7 @@ ServerSignature Off # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. # - Options Indexes FollowSymLinks + Options FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. diff --git a/apache/templates/httpd.conf.erb b/apache/templates/httpd.conf.erb index 13ac888..7169d7f 100644 --- a/apache/templates/httpd.conf.erb +++ b/apache/templates/httpd.conf.erb @@ -322,7 +322,7 @@ DocumentRoot "/srv/www/http/<%= homename %>" # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. # - Options Indexes FollowSymLinks + Options FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. diff --git a/apache/templates/httpsd.conf.erb b/apache/templates/httpsd.conf.erb index 5b90945..1c12b78 100644 --- a/apache/templates/httpsd.conf.erb +++ b/apache/templates/httpsd.conf.erb @@ -326,7 +326,7 @@ DocumentRoot "/srv/www/https/<%= homename %>" # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. # - Options Indexes FollowSymLinks + Options FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files.