From 0ffa3fc088f96d3250ada4efdeb9f0fae5296cd8 Mon Sep 17 00:00:00 2001 From: Abhija Date: Fri, 9 Jan 2026 10:31:46 +0530 Subject: [PATCH] Fix for Web Directories Listable Vulnerability --- httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd.conf b/httpd.conf index 53f3463..f4ba3d9 100644 --- a/httpd.conf +++ b/httpd.conf @@ -44,7 +44,7 @@ LoadModule rewrite_module modules/mod_rewrite.so DocumentRoot "/home/MVT" - Options Indexes FollowSymLinks + Options FollowSymLinks AllowOverride All Require all granted