From: Guenter Knauf Date: Tue, 15 Nov 2011 01:27:27 +0000 (+0000) Subject: Added another module load statement to NetWare config. X-Git-Tag: 2.3.16~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81901d7123c2bd0900c0095aeddc77f57aad1d39;p=apache Added another module load statement to NetWare config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201995 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index 05c37c4b90..4c40e82742 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -42,6 +42,7 @@ BEGIN { /@@LoadModule@@/ { print "#LoadModule access_compat_module modules/accesscompat.nlm" print "#LoadModule actions_module modules/actions.nlm" + print "#LoadModule allowmethods_module modules/allowmethods.nlm" print "#LoadModule auth_basic_module modules/authbasc.nlm" print "#LoadModule auth_digest_module modules/authdigt.nlm" print "#LoadModule authn_anon_module modules/authnano.nlm"