From a2110c579d0c9dafbf97ee588fb215dd8840efaf Mon Sep 17 00:00:00 2001 From: iliajie Date: Wed, 20 Jul 2022 12:43:54 +0300 Subject: [PATCH] Fix to take away `show_list` from this PR --- apache/config-AlmaLinux-7.0-ALL | 2 +- apache/config-Rocky-Linux-7.0-ALL | 1 - apache/config-debian-linux-10.0-ALL | 1 - apache/config-redhat-linux-24.0-ALL | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/apache/config-AlmaLinux-7.0-ALL b/apache/config-AlmaLinux-7.0-ALL index 88d779980..f647b84af 100644 --- a/apache/config-AlmaLinux-7.0-ALL +++ b/apache/config-AlmaLinux-7.0-ALL @@ -1,4 +1,4 @@ -show_list=1 +show_list=0 httpd_dir=/etc/httpd httpd_path=/usr/sbin/httpd mime_types=/etc/mime.types diff --git a/apache/config-Rocky-Linux-7.0-ALL b/apache/config-Rocky-Linux-7.0-ALL index 88d779980..92054928f 100644 --- a/apache/config-Rocky-Linux-7.0-ALL +++ b/apache/config-Rocky-Linux-7.0-ALL @@ -1,4 +1,3 @@ -show_list=1 httpd_dir=/etc/httpd httpd_path=/usr/sbin/httpd mime_types=/etc/mime.types diff --git a/apache/config-debian-linux-10.0-ALL b/apache/config-debian-linux-10.0-ALL index 9754f2e3e..e8585a296 100644 --- a/apache/config-debian-linux-10.0-ALL +++ b/apache/config-debian-linux-10.0-ALL @@ -1,4 +1,3 @@ -show_list=1 httpd_dir=/etc/apache2 httpd_path=/usr/sbin/apache2 httpd_conf=/etc/apache2/apache2.conf diff --git a/apache/config-redhat-linux-24.0-ALL b/apache/config-redhat-linux-24.0-ALL index 88d779980..92054928f 100644 --- a/apache/config-redhat-linux-24.0-ALL +++ b/apache/config-redhat-linux-24.0-ALL @@ -1,4 +1,3 @@ -show_list=1 httpd_dir=/etc/httpd httpd_path=/usr/sbin/httpd mime_types=/etc/mime.types