summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2012-12-09 09:46:47 +0000
committerGregg Lewis Smith <gsmith@apache.org>2012-12-09 09:46:47 +0000
commit3e8254fb4c097e1b6f377a3dcab34057e26375ed (patch)
tree69233053bff85c4255e20cdf2f62dd0883537019 /build
parent792ada06d412953c58e06d2f6c86aa7a2c71acfd (diff)
downloadhttpd-3e8254fb4c097e1b6f377a3dcab34057e26375ed.tar.gz
Add mod_allowhandlers to Windows build
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1418867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/installwinconf.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/installwinconf.awk b/build/installwinconf.awk
index dd81076933..b00a270b99 100644
--- a/build/installwinconf.awk
+++ b/build/installwinconf.awk
@@ -96,6 +96,7 @@ BEGIN {
print "LoadModule access_compat_module modules/mod_access_compat.so" > dstfl;
print "LoadModule actions_module modules/mod_actions.so" > dstfl;
print "LoadModule alias_module modules/mod_alias.so" > dstfl;
+ print "#LoadModule allowhandlers_module modules/mod_allowhandlers.so" > dstfl;
print "LoadModule allowmethods_module modules/mod_allowmethods.so" > dstfl;
print "LoadModule asis_module modules/mod_asis.so" > dstfl;
print "LoadModule auth_basic_module modules/mod_auth_basic.so" > dstfl;