diff --git a/.gitignore b/.gitignore
index 6e3f15e..a320398 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
SOURCES/httpd-2.4.37.tar.bz2
+SOURCES/centos-noindex-8.0.tar.gz
diff --git a/.httpd.metadata b/.httpd.metadata
index e540f7e..6270a61 100644
--- a/.httpd.metadata
+++ b/.httpd.metadata
@@ -1 +1,2 @@
4a38471de821288b0300148016f2b03dfee8adf2 SOURCES/httpd-2.4.37.tar.bz2
+6aa65f45c247226fc922c455e0187abd90c839e8 SOURCES/centos-noindex-8.0.tar.gz
diff --git a/SOURCES/welcome.conf b/SOURCES/welcome.conf
index 5d1e452..44d6a56 100644
--- a/SOURCES/welcome.conf
+++ b/SOURCES/welcome.conf
@@ -7,12 +7,24 @@
#
Options -Indexes
- ErrorDocument 403 /.noindex.html
+ ErrorDocument 403 /noindex/index.html
+ Options MultiViews
+ DirectoryIndex index.html
+
+ AddLanguage en-US .en-US
+ AddLanguage es-ES .es-ES
+ AddLanguage zh-CN .zh-CN
+ AddLanguage zh-HK .zh-HK
+ AddLanguage zh-TW .zh-TW
+
+ LanguagePriority en
+ ForceLanguagePriority Fallback
+
AllowOverride None
Require all granted
-Alias /.noindex.html /usr/share/httpd/noindex/index.html
+Alias /noindex /usr/share/httpd/noindex
diff --git a/SPECS/httpd.spec b/SPECS/httpd.spec
index d07a4b1..7d66f2e 100644
--- a/SPECS/httpd.spec
+++ b/SPECS/httpd.spec
@@ -13,10 +13,10 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.37
-Release: 30%{?dist}
+Release: 30%{?dist}.0.1
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
-Source1: index.html
+Source1: centos-noindex-8.0.tar.gz
Source2: httpd.logrotate
Source3: instance.conf
Source4: httpd-ssl-pass-dialog
@@ -530,8 +530,7 @@ EOF
# Handle contentdir
mkdir $RPM_BUILD_ROOT%{contentdir}/noindex
-install -m 644 -p $RPM_SOURCE_DIR/index.html \
- $RPM_BUILD_ROOT%{contentdir}/noindex/index.html
+tar xzf %{SOURCE1} -C $RPM_BUILD_ROOT%{contentdir}/noindex/ --strip-components=1
rm -rf %{contentdir}/htdocs
# remove manual sources
@@ -745,7 +744,7 @@ rm -rf $RPM_BUILD_ROOT
%{contentdir}/error/README
%{contentdir}/error/*.var
%{contentdir}/error/include/*.html
-%{contentdir}/noindex/index.html
+%{contentdir}/noindex/*
%attr(0710,root,apache) %dir /run/httpd
%attr(0700,apache,apache) %dir /run/httpd/htcacheclean