diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.gitignore b/.gitignore index b337b6b..8df7f18 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,22 @@ x86_64 /apachectl.8 /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 7cabce0..bae2bf6 100644 --- a/00-base.conf +++ b/00-base.conf @@ -15,6 +15,7 @@ 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 @@ -23,7 +24,6 @@ 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 new file mode 100644 index 0000000..c2e0e9e --- /dev/null +++ b/00-brotli.conf @@ -0,0 +1 @@ +LoadModule brotli_module modules/mod_brotli.so diff --git a/apache-poweredby.png b/apache-poweredby.png new file mode 100644 index 0000000..5663a23 Binary files /dev/null and b/apache-poweredby.png differ diff --git a/apachectl.sh b/apachectl.sh index 766cfba..823db3b 100755 --- a/apachectl.sh +++ b/apachectl.sh @@ -15,6 +15,13 @@ # 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 5e40832..217fbda 100644 --- a/apachectl.xml +++ b/apachectl.xml @@ -5,6 +5,7 @@ ]>