diff options
-rw-r--r-- | httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -276,7 +276,7 @@ DocumentRoot "/usr/local/apache2/htdocs" # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. # - Options Indexes FollowSymLinks + #Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. @@ -288,7 +288,7 @@ DocumentRoot "/usr/local/apache2/htdocs" # # Controls who can get stuff from this server. # - Require all granted + Require all denied </Directory> # |