aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd.conf b/httpd.conf
index 64dabba..0541443 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -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>
#