diff --git a/.fmf/version b/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/.gitignore b/.gitignore index 8df7f18..09a5a07 100644 --- a/.gitignore +++ b/.gitignore @@ -38,21 +38,3 @@ x86_64 /httpd-2.4.43.tar.bz2.asc /KEYS /httpd-2.4.46.tar.bz2.asc -/httpd-2.4.48.tar.bz2.asc -/httpd-2.4.49.tar.bz2.asc -/httpd-2.4.50.tar.bz2.asc -/httpd-2.4.51.tar.bz2.asc -/httpd-2.4.52.tar.bz2.asc -/httpd-2.4.53.tar.bz2.asc -/httpd-2.4.54.tar.bz2.asc -/httpd-2.4.55.tar.bz2.asc -/httpd-2.4.56.tar.bz2.asc -/httpd-2.4.57.tar.bz2.asc -/httpd-2.4.58.tar.bz2.asc -/httpd-2.4.59.tar.bz2.asc -/httpd-2.4.61.tar.bz2.asc -/httpd-2.4.62.tar.bz2.asc -/httpd-2.4.63.tar.bz2.asc -/httpd-2.4.64.tar.bz2.asc -/httpd-2.4.65.tar.bz2.asc -/httpd-2.4.66.tar.bz2.asc diff --git a/00-base.conf b/00-base.conf index bae2bf6..7cabce0 100644 --- a/00-base.conf +++ b/00-base.conf @@ -15,7 +15,6 @@ LoadModule authn_dbd_module modules/mod_authn_dbd.so LoadModule authn_dbm_module modules/mod_authn_dbm.so LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_socache_module modules/mod_authn_socache.so -LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule authz_dbd_module modules/mod_authz_dbd.so LoadModule authz_dbm_module modules/mod_authz_dbm.so @@ -24,6 +23,7 @@ LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_owner_module modules/mod_authz_owner.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule autoindex_module modules/mod_autoindex.so +LoadModule brotli_module modules/mod_brotli.so LoadModule cache_module modules/mod_cache.so LoadModule cache_disk_module modules/mod_cache_disk.so LoadModule cache_socache_module modules/mod_cache_socache.so diff --git a/00-brotli.conf b/00-brotli.conf deleted file mode 100644 index c2e0e9e..0000000 --- a/00-brotli.conf +++ /dev/null @@ -1 +0,0 @@ -LoadModule brotli_module modules/mod_brotli.so diff --git a/apache-poweredby.png b/apache-poweredby.png deleted file mode 100644 index 5663a23..0000000 Binary files a/apache-poweredby.png and /dev/null differ diff --git a/apachectl.sh b/apachectl.sh index 823db3b..766cfba 100755 --- a/apachectl.sh +++ b/apachectl.sh @@ -15,13 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -### -### NOTE: This is a replacement version of the "apachectl" script with -### some differences in behaviour to the version distributed with -### Apache httpd. Please read the apachectl(8) man page for more -### information. -### - if [ "x$1" = "x-k" ]; then shift fi diff --git a/apachectl.xml b/apachectl.xml index 217fbda..5e40832 100644 --- a/apachectl.xml +++ b/apachectl.xml @@ -5,7 +5,6 @@ ]>