]> granicus.if.org Git - apache/commitdiff
Added another module load statement to NetWare config.
authorGuenter Knauf <fuankg@apache.org>
Tue, 15 Nov 2011 01:27:27 +0000 (01:27 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 15 Nov 2011 01:27:27 +0000 (01:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201995 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index 9a7ee79200751bde25c48479784115b0f01cbd11..70258644135ff0e00890f6fc42a621947eb2edd3 100644 (file)
@@ -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"